Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-28389 (GCVE-0-2026-28389)
Vulnerability from cvelistv5 – Published: 2026-04-07 22:00 – Updated: 2026-05-12 12:09
VLAI
EPSS
Title
Possible NULL Dereference When Processing CMS KeyAgreeRecipientInfo
Summary
Issue summary: During processing of a crafted CMS EnvelopedData message
with KeyAgreeRecipientInfo a NULL pointer dereference can happen.
Impact summary: Applications that process attacker-controlled CMS data may
crash before authentication or cryptographic operations occur resulting in
Denial of Service.
When a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is
processed, the optional parameters field of KeyEncryptionAlgorithmIdentifier
is examined without checking for its presence. This results in a NULL
pointer dereference if the field is missing.
Applications and services that call CMS_decrypt() on untrusted input
(e.g., S/MIME processing or CMS-based protocols) are vulnerable.
The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this
issue, as the affected code is outside the OpenSSL FIPS module boundary.
Severity
No CVSS data available.
CWE
- CWE-476 - NULL Pointer Dereference
Assigner
References
6 references
Impacted products
Date Public
2026-04-07 14:00
Credits
Nathan Sportsman (Praetorian)
Daniel Rhea
Jaeho Nam (Seoul National University)
Muhammad Daffa
Zhanpeng Liu (Tencent Xuanwu Lab)
Guannan Wang (Tencent Xuanwu Lab)
Guancheng Li (Tencent Xuanwu Lab)
Joshua Rogers (Aisle Research)
Neil Horman
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-28389",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-10T20:20:14.953384Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-10T20:20:45.506Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"affected": [
{
"defaultStatus": "unknown",
"product": "SIMATIC CN 4100",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V5.0",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 TM MFP - GNU/Linux subsystem",
"vendor": "Siemens",
"versions": [
{
"lessThan": "*",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-12T12:09:01.089Z",
"orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"shortName": "siemens-SADP"
},
"references": [
{
"url": "https://cert-portal.siemens.com/productcert/html/ssa-265688.html"
},
{
"url": "https://cert-portal.siemens.com/productcert/html/ssa-032379.html"
}
],
"x_adpType": "supplier"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.6.2",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.6",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.5",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
},
{
"lessThan": "3.3.7",
"status": "affected",
"version": "3.3.0",
"versionType": "semver"
},
{
"lessThan": "3.0.20",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1zg",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zp",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Nathan Sportsman (Praetorian)"
},
{
"lang": "en",
"type": "reporter",
"value": "Daniel Rhea"
},
{
"lang": "en",
"type": "reporter",
"value": "Jaeho Nam (Seoul National University)"
},
{
"lang": "en",
"type": "reporter",
"value": "Muhammad Daffa"
},
{
"lang": "en",
"type": "reporter",
"value": "Zhanpeng Liu (Tencent Xuanwu Lab)"
},
{
"lang": "en",
"type": "reporter",
"value": "Guannan Wang (Tencent Xuanwu Lab)"
},
{
"lang": "en",
"type": "reporter",
"value": "Guancheng Li (Tencent Xuanwu Lab)"
},
{
"lang": "en",
"type": "reporter",
"value": "Joshua Rogers (Aisle Research)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Neil Horman"
}
],
"datePublic": "2026-04-07T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: During processing of a crafted CMS EnvelopedData message\u003cbr\u003ewith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that process attacker-controlled CMS data may\u003cbr\u003ecrash before authentication or cryptographic operations occur resulting in\u003cbr\u003eDenial of Service.\u003cbr\u003e\u003cbr\u003eWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\u003cbr\u003eprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\u003cbr\u003eis examined without checking for its presence. This results in a NULL\u003cbr\u003epointer dereference if the field is missing.\u003cbr\u003e\u003cbr\u003eApplications and services that call CMS_decrypt() on untrusted input\u003cbr\u003e(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\u003cbr\u003eissue, as the affected code is outside the OpenSSL FIPS module boundary."
}
],
"value": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-15T07:28:13.700Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://openssl-library.org/news/secadv/20260407.txt"
},
{
"name": "3.6.2 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/f80f83bc5fd036bc47d773e8b15a001e2b4ce686"
},
{
"name": "3.5.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/16cea4188e0ea567deb4f93f85902247e67384f5"
},
{
"name": "3.4.5 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/785cbf7ea3b5a6f5adf0c1ccb92b79d89c35c616"
},
{
"name": "3.3.7 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/c6725634e089eb2b634b10ede33944be7248172a"
},
{
"name": "3.0.20 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/7b5274e812400cacb6f3be4c2df5340923fa807f"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Possible NULL Dereference When Processing CMS KeyAgreeRecipientInfo",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-28389",
"datePublished": "2026-04-07T22:00:53.364Z",
"dateReserved": "2026-02-27T13:45:02.161Z",
"dateUpdated": "2026-05-12T12:09:01.089Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-28389",
"date": "2026-05-27",
"epss": "0.00113",
"percentile": "0.29443"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-28389\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-04-07T22:16:21.030\",\"lastModified\":\"2026-05-12T13:17:33.637\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: During processing of a crafted CMS EnvelopedData message\\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\\n\\nImpact summary: Applications that process attacker-controlled CMS data may\\ncrash before authentication or cryptographic operations occur resulting in\\nDenial of Service.\\n\\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\\nis examined without checking for its presence. This results in a NULL\\npointer dereference if the field is missing.\\n\\nApplications and services that call CMS_decrypt() on untrusted input\\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\\n\\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\\nissue, as the affected code is outside the OpenSSL FIPS module boundary.\"}],\"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:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zp\",\"matchCriteriaId\":\"CE7957CC-80F0-4907-BFB5-AFB6994DDE3C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1zg\",\"matchCriteriaId\":\"656A0540-5825-498E-A7AB-C14976FEE45D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.20\",\"matchCriteriaId\":\"B28A8143-89A4-4332-A1F8-A65FB5AA829F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.3.0\",\"versionEndExcluding\":\"3.3.7\",\"matchCriteriaId\":\"CF303B21-D9BF-461D-B7B0-A3FE1D557A9F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.5\",\"matchCriteriaId\":\"DCCE43D0-8F17-475D-9EE6-842F758A9905\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.6\",\"matchCriteriaId\":\"F6BC0271-444D-4597-BF05-DC60034EAA49\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.2\",\"matchCriteriaId\":\"4A9E621D-29D8-418A-BF37-BED333C14507\"}]}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/16cea4188e0ea567deb4f93f85902247e67384f5\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/785cbf7ea3b5a6f5adf0c1ccb92b79d89c35c616\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/7b5274e812400cacb6f3be4c2df5340923fa807f\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/c6725634e089eb2b634b10ede33944be7248172a\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/f80f83bc5fd036bc47d773e8b15a001e2b4ce686\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://openssl-library.org/news/secadv/20260407.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-032379.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-265688.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-28389\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-10T20:20:14.953384Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-10T20:20:40.423Z\"}}], \"cna\": {\"title\": \"Possible NULL Dereference When Processing CMS KeyAgreeRecipientInfo\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Nathan Sportsman (Praetorian)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Daniel Rhea\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Jaeho Nam (Seoul National University)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Muhammad Daffa\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Zhanpeng Liu (Tencent Xuanwu Lab)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Guannan Wang (Tencent Xuanwu Lab)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Guancheng Li (Tencent Xuanwu Lab)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Joshua Rogers (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Neil Horman\"}], \"metrics\": [{\"other\": {\"type\": \"https://openssl-library.org/policies/general/security-policy/\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.6.0\", \"lessThan\": \"3.6.2\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.5.0\", \"lessThan\": \"3.5.6\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.4.0\", \"lessThan\": \"3.4.5\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.3.0\", \"lessThan\": \"3.3.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.20\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1zg\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zp\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-04-07T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260407.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/f80f83bc5fd036bc47d773e8b15a001e2b4ce686\", \"name\": \"3.6.2 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/16cea4188e0ea567deb4f93f85902247e67384f5\", \"name\": \"3.5.6 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/785cbf7ea3b5a6f5adf0c1ccb92b79d89c35c616\", \"name\": \"3.4.5 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/c6725634e089eb2b634b10ede33944be7248172a\", \"name\": \"3.3.7 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/7b5274e812400cacb6f3be4c2df5340923fa807f\", \"name\": \"3.0.20 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: During processing of a crafted CMS EnvelopedData message\\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\\n\\nImpact summary: Applications that process attacker-controlled CMS data may\\ncrash before authentication or cryptographic operations occur resulting in\\nDenial of Service.\\n\\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\\nis examined without checking for its presence. This results in a NULL\\npointer dereference if the field is missing.\\n\\nApplications and services that call CMS_decrypt() on untrusted input\\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\\n\\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\\nissue, as the affected code is outside the OpenSSL FIPS module boundary.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: During processing of a crafted CMS EnvelopedData message\u003cbr\u003ewith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that process attacker-controlled CMS data may\u003cbr\u003ecrash before authentication or cryptographic operations occur resulting in\u003cbr\u003eDenial of Service.\u003cbr\u003e\u003cbr\u003eWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\u003cbr\u003eprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\u003cbr\u003eis examined without checking for its presence. This results in a NULL\u003cbr\u003epointer dereference if the field is missing.\u003cbr\u003e\u003cbr\u003eApplications and services that call CMS_decrypt() on untrusted input\u003cbr\u003e(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\u003cbr\u003eissue, as the affected code is outside the OpenSSL FIPS module boundary.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-04-15T07:28:13.700Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-28389\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-15T07:28:13.700Z\", \"dateReserved\": \"2026-02-27T13:45:02.161Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-04-07T22:00:53.364Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1256-1
Vulnerability from csaf_suse - Published: 2026-04-10 14:57 - Updated: 2026-04-10 14:57Summary
Security update for openssl-1_0_0
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Patchnames: SUSE-2026-1256,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1256,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1256
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
31 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
31 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
31 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
31 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
31 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1256,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1256,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1256",
"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-2026_1256-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1256-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261256-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1256-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045371.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2026-04-10T14:57:18Z",
"generator": {
"date": "2026-04-10T14:57:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1256-1",
"initial_release_date": "2026-04-10T14:57:18Z",
"revision_history": [
{
"date": "2026-04-10T14:57:18Z",
"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.106.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.106.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-3.106.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.106.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.106.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.s390",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.s390",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.s390",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-3.106.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security: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.106.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.106.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T14:57:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T14:57:18Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.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 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T14:57:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T14:57:18Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"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-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-1.0.2p-3.106.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openssl-1_0_0-doc-1.0.2p-3.106.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T14:57:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:1257-1
Vulnerability from csaf_suse - Published: 2026-04-10 15:06 - Updated: 2026-04-10 15:06Summary
Security update for openssl-1_1
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Patchnames: SUSE-2026-1257,SUSE-SLE-Micro-5.3-2026-1257,SUSE-SLE-Micro-5.4-2026-1257,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1257,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1257,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1257,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1257
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
76 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1257,SUSE-SLE-Micro-5.3-2026-1257,SUSE-SLE-Micro-5.4-2026-1257,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1257,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1257,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1257,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1257",
"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-2026_1257-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1257-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261257-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1257-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045370.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2026-04-10T15:06:36Z",
"generator": {
"date": "2026-04-10T15:06:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1257-1",
"initial_release_date": "2026-04-10T15:06:36Z",
"revision_history": [
{
"date": "2026-04-10T15:06:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"product_id": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"product_id": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.90.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.i586",
"product_id": "libopenssl1_1-1.1.1l-150400.7.90.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.90.1.i586",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.i586",
"product_id": "openssl-1_1-1.1.1l-150400.7.90.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1l-150400.7.90.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1l-150400.7.90.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1l-150400.7.90.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"product_id": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"product_id": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"product_id": "openssl-1_1-1.1.1l-150400.7.90.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"product_id": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T15:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T15:06:36Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.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 High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T15:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T15:06:36Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.90.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_1-1.1.1l-150400.7.90.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-10T15:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:1290-1
Vulnerability from csaf_suse - Published: 2026-04-13 08:08 - Updated: 2026-04-13 08:08Summary
Security update for openssl-1_1
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
Patchnames: SUSE-2026-1290,SUSE-SLE-Micro-5.5-2026-1290,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1290,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1290,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1290,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1290
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
64 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
21 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1290,SUSE-SLE-Micro-5.5-2026-1290,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1290,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1290,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1290,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1290",
"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-2026_1290-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1290-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261290-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1290-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025312.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2026-04-13T08:08:54Z",
"generator": {
"date": "2026-04-13T08:08:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1290-1",
"initial_release_date": "2026-04-13T08:08:54Z",
"revision_history": [
{
"date": "2026-04-13T08:08:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"product_id": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"product_id": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1l-150500.17.51.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.i586",
"product_id": "libopenssl1_1-1.1.1l-150500.17.51.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150500.17.51.1.i586",
"product": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.i586",
"product_id": "openssl-1_1-1.1.1l-150500.17.51.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1l-150500.17.51.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1l-150500.17.51.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1l-150500.17.51.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"product_id": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"product_id": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"product_id": "openssl-1_1-1.1.1l-150500.17.51.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"product_id": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:08:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:08:54Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.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 High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:08:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Micro 5.5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_1-devel-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_1-hmac-32bit-1.1.1l-150500.17.51.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_1-1.1.1l-150500.17.51.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:08:54Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
}
]
}
SUSE-SU-2026:1291-1
Vulnerability from csaf_suse - Published: 2026-04-13 08:09 - Updated: 2026-04-13 08:09Summary
Security update for openssl-1_0_0
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Patchnames: SUSE-2026-1291,SUSE-SLE-Module-Legacy-15-SP7-2026-1291,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1291,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1291,openSUSE-SLE-15.6-2026-1291
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
163 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
163 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
163 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
163 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
163 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1291,SUSE-SLE-Module-Legacy-15-SP7-2026-1291,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1291,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1291,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1291,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1291,openSUSE-SLE-15.6-2026-1291",
"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-2026_1291-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1291-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261291-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1291-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025311.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2026-04-13T08:09:41Z",
"generator": {
"date": "2026-04-13T08:09:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1291-1",
"initial_release_date": "2026-04-13T08:09:41Z",
"revision_history": [
{
"date": "2026-04-13T08:09:41Z",
"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.105.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"product_id": "libopenssl10-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.105.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.i586",
"product_id": "libopenssl10-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.i586",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.105.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.i586",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.i586",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"product_id": "libopenssl10-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl10-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"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.105.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:09:41Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:09:41Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.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 High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:09:41Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:09:41Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl10-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.aarch64",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.ppc64le",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.s390x",
"openSUSE Leap 15.6:openssl-1_0_0-cavs-1.0.2p-150000.3.105.1.x86_64",
"openSUSE Leap 15.6:openssl-1_0_0-doc-1.0.2p-150000.3.105.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T08:09:41Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:1375-1
Vulnerability from csaf_suse - Published: 2026-04-15 17:25 - Updated: 2026-04-15 17:25Summary
Security update for openssl-3
Severity
Important
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
Security issues fixed:
- CVE-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with
KeyTransportRecipientInfo (bsc#1261678).
Other updates and bugfixes:
- Enable MD2 in legacy provider (jsc#PED-15724).
Patchnames: SUSE-2026-1375,SUSE-SLE-Module-Basesystem-15-SP7-2026-1375
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
29 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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\nSecurity issues fixed:\n \n- CVE-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with\n KeyTransportRecipientInfo (bsc#1261678).\n \nOther updates and bugfixes:\n \n- Enable MD2 in legacy provider (jsc#PED-15724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1375,SUSE-SLE-Module-Basesystem-15-SP7-2026-1375",
"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-2026_1375-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1375-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261375-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1375-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045592.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE Bug 1261678",
"url": "https://bugzilla.suse.com/1261678"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-04-15T17:25:45Z",
"generator": {
"date": "2026-04-15T17:25:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1375-1",
"initial_release_date": "2026-04-15T17:25:45Z",
"revision_history": [
{
"date": "2026-04-15T17:25:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"product_id": "libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.2.3-150700.5.31.1.aarch64",
"product": {
"name": "libopenssl3-3.2.3-150700.5.31.1.aarch64",
"product_id": "libopenssl3-3.2.3-150700.5.31.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.2.3-150700.5.31.1.aarch64",
"product": {
"name": "openssl-3-3.2.3-150700.5.31.1.aarch64",
"product_id": "openssl-3-3.2.3-150700.5.31.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product": {
"name": "libopenssl-3-devel-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product_id": "libopenssl-3-devel-64bit-3.2.3-150700.5.31.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product": {
"name": "libopenssl-3-fips-provider-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product_id": "libopenssl-3-fips-provider-64bit-3.2.3-150700.5.31.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl3-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product": {
"name": "libopenssl3-64bit-3.2.3-150700.5.31.1.aarch64_ilp32",
"product_id": "libopenssl3-64bit-3.2.3-150700.5.31.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.i586",
"product": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.i586",
"product_id": "libopenssl-3-devel-3.2.3-150700.5.31.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.i586",
"product": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.i586",
"product_id": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.2.3-150700.5.31.1.i586",
"product": {
"name": "libopenssl3-3.2.3-150700.5.31.1.i586",
"product_id": "libopenssl3-3.2.3-150700.5.31.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-3-3.2.3-150700.5.31.1.i586",
"product": {
"name": "openssl-3-3.2.3-150700.5.31.1.i586",
"product_id": "openssl-3-3.2.3-150700.5.31.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-doc-3.2.3-150700.5.31.1.noarch",
"product": {
"name": "openssl-3-doc-3.2.3-150700.5.31.1.noarch",
"product_id": "openssl-3-doc-3.2.3-150700.5.31.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"product_id": "libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"product": {
"name": "libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"product_id": "libopenssl3-3.2.3-150700.5.31.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.2.3-150700.5.31.1.ppc64le",
"product": {
"name": "openssl-3-3.2.3-150700.5.31.1.ppc64le",
"product_id": "openssl-3-3.2.3-150700.5.31.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"product_id": "libopenssl-3-devel-3.2.3-150700.5.31.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.2.3-150700.5.31.1.s390x",
"product": {
"name": "libopenssl3-3.2.3-150700.5.31.1.s390x",
"product_id": "libopenssl3-3.2.3-150700.5.31.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.2.3-150700.5.31.1.s390x",
"product": {
"name": "openssl-3-3.2.3-150700.5.31.1.s390x",
"product_id": "openssl-3-3.2.3-150700.5.31.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl3-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl3-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"product_id": "libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.2.3-150700.5.31.1.x86_64",
"product": {
"name": "openssl-3-3.2.3-150700.5.31.1.x86_64",
"product_id": "openssl-3-3.2.3-150700.5.31.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.2.3-150700.5.31.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64"
},
"product_reference": "libopenssl3-3.2.3-150700.5.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.2.3-150700.5.31.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le"
},
"product_reference": "libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.2.3-150700.5.31.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x"
},
"product_reference": "libopenssl3-3.2.3-150700.5.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "libopenssl3-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.2.3-150700.5.31.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64"
},
"product_reference": "openssl-3-3.2.3-150700.5.31.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.2.3-150700.5.31.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le"
},
"product_reference": "openssl-3-3.2.3-150700.5.31.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.2.3-150700.5.31.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x"
},
"product_reference": "openssl-3-3.2.3-150700.5.31.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.2.3-150700.5.31.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
},
"product_reference": "openssl-3-3.2.3-150700.5.31.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.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 Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-28390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28390"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyTransportRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyTransportRecipientInfo with\nRSA-OAEP encryption is processed, the optional parameters field of\nRSA-OAEP SourceFunc algorithm identifier is examined without checking\nfor its presence. This results in a NULL pointer dereference if the field\nis missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28390",
"url": "https://www.suse.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "SUSE Bug 1261678 for CVE-2026-28390",
"url": "https://bugzilla.suse.com/1261678"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-28390"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"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 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-devel-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl-3-fips-provider-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl3-32bit-3.2.3-150700.5.31.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:openssl-3-3.2.3-150700.5.31.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T17:25:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:1386-1
Vulnerability from csaf_suse - Published: 2026-04-16 09:17 - Updated: 2026-04-16 09:17Summary
Security update for openssl-1_1
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with
KeyTransportRecipientInfo (bsc#1261678).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
Patchnames: SUSE-2026-1386,SUSE-SLE-Module-Basesystem-15-SP7-2026-1386,SUSE-SLE-Module-Development-Tools-15-SP7-2026-1386,SUSE-SLE-Module-Legacy-15-SP7-2026-1386
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with\n KeyTransportRecipientInfo (bsc#1261678).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1386,SUSE-SLE-Module-Basesystem-15-SP7-2026-1386,SUSE-SLE-Module-Development-Tools-15-SP7-2026-1386,SUSE-SLE-Module-Legacy-15-SP7-2026-1386",
"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-2026_1386-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1386-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261386-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1386-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045615.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1261678",
"url": "https://bugzilla.suse.com/1261678"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2026-04-16T09:17:21Z",
"generator": {
"date": "2026-04-16T09:17:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1386-1",
"initial_release_date": "2026-04-16T09:17:21Z",
"revision_history": [
{
"date": "2026-04-16T09:17:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"product_id": "libopenssl1_1-1.1.1w-150700.11.16.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"product_id": "openssl-1_1-1.1.1w-150700.11.16.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1w-150700.11.16.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.i586",
"product_id": "libopenssl1_1-1.1.1w-150700.11.16.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150700.11.16.1.i586",
"product": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.i586",
"product_id": "openssl-1_1-1.1.1w-150700.11.16.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-150700.11.16.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1w-150700.11.16.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1w-150700.11.16.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"product_id": "openssl-1_1-1.1.1w-150700.11.16.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"product_id": "libopenssl1_1-1.1.1w-150700.11.16.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"product_id": "openssl-1_1-1.1.1w-150700.11.16.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-150700.11.16.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-150700.11.16.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-150700.11.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"product_id": "libopenssl1_1-1.1.1w-150700.11.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150700.11.16.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.x86_64",
"product_id": "openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150700.11.16.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150700.11.16.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1w-150700.11.16.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T09:17:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T09:17:21Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.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 Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T09:17:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-28390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28390"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyTransportRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyTransportRecipientInfo with\nRSA-OAEP encryption is processed, the optional parameters field of\nRSA-OAEP SourceFunc algorithm identifier is examined without checking\nfor its presence. This results in a NULL pointer dereference if the field\nis missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28390",
"url": "https://www.suse.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "SUSE Bug 1261678 for CVE-2026-28390",
"url": "https://bugzilla.suse.com/1261678"
}
],
"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 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T09:17:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-28390"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libopenssl1_1-32bit-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:libopenssl-1_1-devel-1.1.1w-150700.11.16.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:openssl-1_1-1.1.1w-150700.11.16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-16T09:17:21Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
}
]
}
SUSE-SU-2026:1577-1
Vulnerability from csaf_suse - Published: 2026-04-23 15:53 - Updated: 2026-04-23 15:53Summary
Security update for openssl-1_1
Severity
Important
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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with
KeyTransportRecipientInfo (bsc#1261678).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
Patchnames: SUSE-2026-1577,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1577,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1577
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with\n KeyTransportRecipientInfo (bsc#1261678).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1577,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1577,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1577",
"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-2026_1577-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1577-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261577-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1577-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045913.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1261678",
"url": "https://bugzilla.suse.com/1261678"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2026-04-23T15:53:50Z",
"generator": {
"date": "2026-04-23T15:53:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1577-1",
"initial_release_date": "2026-04-23T15:53:50Z",
"revision_history": [
{
"date": "2026-04-23T15:53:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"product_id": "libopenssl1_1-1.1.1w-150600.5.26.2.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"product": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"product_id": "openssl-1_1-1.1.1w-150600.5.26.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1w-150600.5.26.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.i586",
"product_id": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.i586",
"product": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.i586",
"product_id": "libopenssl1_1-1.1.1w-150600.5.26.2.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150600.5.26.2.i586",
"product": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.i586",
"product_id": "openssl-1_1-1.1.1w-150600.5.26.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1w-150600.5.26.2.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1w-150600.5.26.2.noarch",
"product_id": "openssl-1_1-doc-1.1.1w-150600.5.26.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"product_id": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"product_id": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"product": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"product_id": "libopenssl1_1-1.1.1w-150600.5.26.2.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"product": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"product_id": "openssl-1_1-1.1.1w-150600.5.26.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1w-150600.5.26.2.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1w-150600.5.26.2.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1w-150600.5.26.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"product_id": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"product": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"product_id": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"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.1w-150600.5.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
},
"product_reference": "openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T15:53:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T15:53:50Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T15:53:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-28390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28390"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyTransportRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyTransportRecipientInfo with\nRSA-OAEP encryption is processed, the optional parameters field of\nRSA-OAEP SourceFunc algorithm identifier is examined without checking\nfor its presence. This results in a NULL pointer dereference if the field\nis missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28390",
"url": "https://www.suse.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "SUSE Bug 1261678 for CVE-2026-28390",
"url": "https://bugzilla.suse.com/1261678"
}
],
"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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T15:53:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-28390"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:openssl-1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl-1_1-devel-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libopenssl1_1-32bit-1.1.1w-150600.5.26.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:openssl-1_1-1.1.1w-150600.5.26.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T15:53:50Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
}
]
}
SUSE-SU-2026:21037-1
Vulnerability from csaf_suse - Published: 2026-04-08 15:00 - Updated: 2026-04-08 15:00Summary
Security update for openssl-3
Severity
Important
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
- CVE-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Patchnames: SUSE-SLE-Micro-6.1-477
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-477",
"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-2026_21037-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21037-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621037-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21037-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025303.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-04-08T15:00:50Z",
"generator": {
"date": "2026-04-08T15:00:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21037-1",
"initial_release_date": "2026-04-08T15:00:50Z",
"revision_history": [
{
"date": "2026-04-08T15:00:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"product_id": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"product": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"product_id": "libopenssl3-3.1.4-slfo.1.1_9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"product": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"product_id": "openssl-3-3.1.4-slfo.1.1_9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"product_id": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"product": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"product_id": "libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"product": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"product_id": "openssl-3-3.1.4-slfo.1.1_9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"product_id": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"product": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"product_id": "libopenssl3-3.1.4-slfo.1.1_9.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"product": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"product_id": "openssl-3-3.1.4-slfo.1.1_9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"product_id": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"product": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"product_id": "libopenssl3-3.1.4-slfo.1.1_9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-slfo.1.1_9.1.x86_64",
"product": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.x86_64",
"product_id": "openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64"
},
"product_reference": "libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le"
},
"product_reference": "libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x"
},
"product_reference": "libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-slfo.1.1_9.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64"
},
"product_reference": "libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64"
},
"product_reference": "openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le"
},
"product_reference": "openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x"
},
"product_reference": "openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-slfo.1.1_9.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
},
"product_reference": "openssl-3-3.1.4-slfo.1.1_9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T15:00:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T15:00:50Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T15:00:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T15:00:50Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"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 Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-devel-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl-3-fips-provider-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:libopenssl3-3.1.4-slfo.1.1_9.1.x86_64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.aarch64",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.ppc64le",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.s390x",
"SUSE Linux Micro 6.1:openssl-3-3.1.4-slfo.1.1_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T15:00:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:21065-1
Vulnerability from csaf_suse - Published: 2026-04-08 16:32 - Updated: 2026-04-08 16:32Summary
Security update for openssl-3
Severity
Important
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
- CVE-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).
- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Patchnames: SUSE-SLE-Micro-6.0-657
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-2026-28387: Potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL Pointer Dereference When Processing a Delta CRL (bsc#1260442).\n- CVE-2026-28389: Possible NULL dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-31789: Heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-657",
"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-2026_21065-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21065-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621065-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21065-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045459.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-04-08T16:32:18Z",
"generator": {
"date": "2026-04-08T16:32:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21065-1",
"initial_release_date": "2026-04-08T16:32:18Z",
"revision_history": [
{
"date": "2026-04-08T16:32:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-12.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.1.4-12.1.aarch64",
"product_id": "libopenssl-3-devel-3.1.4-12.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.1.4-12.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-12.1.aarch64",
"product": {
"name": "libopenssl3-3.1.4-12.1.aarch64",
"product_id": "libopenssl3-3.1.4-12.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-12.1.aarch64",
"product": {
"name": "openssl-3-3.1.4-12.1.aarch64",
"product_id": "openssl-3-3.1.4-12.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-12.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.1.4-12.1.s390x",
"product_id": "libopenssl-3-devel-3.1.4-12.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.1.4-12.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-12.1.s390x",
"product": {
"name": "libopenssl3-3.1.4-12.1.s390x",
"product_id": "libopenssl3-3.1.4-12.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-12.1.s390x",
"product": {
"name": "openssl-3-3.1.4-12.1.s390x",
"product_id": "openssl-3-3.1.4-12.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.4-12.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.1.4-12.1.x86_64",
"product_id": "libopenssl-3-devel-3.1.4-12.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.1.4-12.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.4-12.1.x86_64",
"product": {
"name": "libopenssl3-3.1.4-12.1.x86_64",
"product_id": "libopenssl3-3.1.4-12.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.4-12.1.x86_64",
"product": {
"name": "openssl-3-3.1.4-12.1.x86_64",
"product_id": "openssl-3-3.1.4-12.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-12.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.1.4-12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-12.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.1.4-12.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.4-12.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.1.4-12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.1.4-12.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-12.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64"
},
"product_reference": "libopenssl3-3.1.4-12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-12.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x"
},
"product_reference": "libopenssl3-3.1.4-12.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.4-12.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64"
},
"product_reference": "libopenssl3-3.1.4-12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-12.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64"
},
"product_reference": "openssl-3-3.1.4-12.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-12.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x"
},
"product_reference": "openssl-3-3.1.4-12.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.4-12.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
},
"product_reference": "openssl-3-3.1.4-12.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T16:32:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T16:32:18Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T16:32:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T16:32:18Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"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 Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-devel-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl-3-fips-provider-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:libopenssl3-3.1.4-12.1.x86_64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.aarch64",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.s390x",
"SUSE Linux Micro 6.0:openssl-3-3.1.4-12.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T16:32:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
SUSE-SU-2026:21107-1
Vulnerability from csaf_suse - Published: 2026-04-13 15:48 - Updated: 2026-04-13 15:48Summary
Security update for openssl-3
Severity
Important
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
Security issues fixed:
- CVE-2026-2673: TLS 1.3 servers may choose unexpected key agreement group (bsc#1259652).
- CVE-2026-28387: potential use-after-free in DANE client code (bsc#1260441).
- CVE-2026-28388: NULL pointer dereference when processing a delta (bsc#1260442).
- CVE-2026-28389: possible NULL pointer dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).
- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with
KeyTransportRecipientInfo (bsc#1261678).
- CVE-2026-31789: heap buffer overflow in hexadecimal conversion (bsc#1260444).
- CVE-2026-31790: incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).
Other updates and bugfixes:
- Enable MD2 in legacy provider (jsc#PED-15724).
Patchnames: SUSE-SL-Micro-6.2-547
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
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
33 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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\nSecurity issues fixed:\n\n- CVE-2026-2673: TLS 1.3 servers may choose unexpected key agreement group (bsc#1259652).\n- CVE-2026-28387: potential use-after-free in DANE client code (bsc#1260441).\n- CVE-2026-28388: NULL pointer dereference when processing a delta (bsc#1260442).\n- CVE-2026-28389: possible NULL pointer dereference when processing CMS KeyAgreeRecipientInfo (bsc#1260443).\n- CVE-2026-28390: NULL pointer dereference during processing of a crafted CMS EnvelopedData message with\n KeyTransportRecipientInfo (bsc#1261678).\n- CVE-2026-31789: heap buffer overflow in hexadecimal conversion (bsc#1260444).\n- CVE-2026-31790: incorrect failure handling in RSA KEM RSASVE encapsulation (bsc#1260445).\n\nOther updates and bugfixes:\n\n- Enable MD2 in legacy provider (jsc#PED-15724).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-547",
"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-2026_21107-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21107-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621107-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21107-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045576.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259652",
"url": "https://bugzilla.suse.com/1259652"
},
{
"category": "self",
"summary": "SUSE Bug 1260441",
"url": "https://bugzilla.suse.com/1260441"
},
{
"category": "self",
"summary": "SUSE Bug 1260442",
"url": "https://bugzilla.suse.com/1260442"
},
{
"category": "self",
"summary": "SUSE Bug 1260443",
"url": "https://bugzilla.suse.com/1260443"
},
{
"category": "self",
"summary": "SUSE Bug 1260444",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "self",
"summary": "SUSE Bug 1260445",
"url": "https://bugzilla.suse.com/1260445"
},
{
"category": "self",
"summary": "SUSE Bug 1261678",
"url": "https://bugzilla.suse.com/1261678"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2673 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2673/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28387 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28387/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28388 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28388/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28389 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28390 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28390/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31789 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31790 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31790/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-04-13T15:48:01Z",
"generator": {
"date": "2026-04-13T15:48:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21107-1",
"initial_release_date": "2026-04-13T15:48:01Z",
"revision_history": [
{
"date": "2026-04-13T15:48:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"product_id": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.7.1.aarch64",
"product": {
"name": "libopenssl3-3.5.0-160000.7.1.aarch64",
"product_id": "libopenssl3-3.5.0-160000.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.7.1.aarch64",
"product": {
"name": "openssl-3-3.5.0-160000.7.1.aarch64",
"product_id": "openssl-3-3.5.0-160000.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"product_id": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.7.1.ppc64le",
"product": {
"name": "libopenssl3-3.5.0-160000.7.1.ppc64le",
"product_id": "libopenssl3-3.5.0-160000.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.7.1.ppc64le",
"product": {
"name": "openssl-3-3.5.0-160000.7.1.ppc64le",
"product_id": "openssl-3-3.5.0-160000.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"product_id": "libopenssl-3-devel-3.5.0-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.7.1.s390x",
"product": {
"name": "libopenssl3-3.5.0-160000.7.1.s390x",
"product_id": "libopenssl3-3.5.0-160000.7.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.7.1.s390x",
"product": {
"name": "openssl-3-3.5.0-160000.7.1.s390x",
"product_id": "openssl-3-3.5.0-160000.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"product_id": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.7.1.x86_64",
"product": {
"name": "libopenssl3-3.5.0-160000.7.1.x86_64",
"product_id": "libopenssl3-3.5.0-160000.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.7.1.x86_64",
"product": {
"name": "openssl-3-3.5.0-160000.7.1.x86_64",
"product_id": "openssl-3-3.5.0-160000.7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64"
},
"product_reference": "openssl-3-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "openssl-3-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x"
},
"product_reference": "openssl-3-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "openssl-3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2673",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2673"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An OpenSSL TLS 1.3 server may fail to negotiate the expected\npreferred key exchange group when its key exchange group configuration includes\nthe default by using the \u0027DEFAULT\u0027 keyword.\n\nImpact summary: A less preferred key exchange may be used even when a more\npreferred group is supported by both client and server, if the group\nwas not included among the client\u0027s initial predicated keyshares.\nThis will sometimes be the case with the new hybrid post-quantum groups,\nif the client chooses to defer their use until specifically requested by\nthe server.\n\nIf an OpenSSL TLS 1.3 server\u0027s configuration uses the \u0027DEFAULT\u0027 keyword to\ninterpolate the built-in default group list into its own configuration, perhaps\nadding or removing specific elements, then an implementation defect causes the\n\u0027DEFAULT\u0027 list to lose its \u0027tuple\u0027 structure, and all server-supported groups\nwere treated as a single sufficiently secure \u0027tuple\u0027, with the server not\nsending a Hello Retry Request (HRR) even when a group in a more preferred tuple\nwas mutually supported.\n\nAs a result, the client and server might fail to negotiate a mutually supported\npost-quantum key agreement group, such as \u0027X25519MLKEM768\u0027, if the client\u0027s\nconfiguration results in only \u0027classical\u0027 groups (such as \u0027X25519\u0027 being the\nonly ones in the client\u0027s initial keyshare prediction).\n\nOpenSSL 3.5 and later support a new syntax for selecting the most preferred TLS\n1.3 key agreement group on TLS servers. The old syntax had a single \u0027flat\u0027\nlist of groups, and treated all the supported groups as sufficiently secure.\nIf any of the keyshares predicted by the client were supported by the server\nthe most preferred among these was selected, even if other groups supported by\nthe client, but not included in the list of predicted keyshares would have been\nmore preferred, if included.\n\nThe new syntax partitions the groups into distinct \u0027tuples\u0027 of roughly\nequivalent security. Within each tuple the most preferred group included among\nthe client\u0027s predicted keyshares is chosen, but if the client supports a group\nfrom a more preferred tuple, but did not predict any corresponding keyshares,\nthe server will ask the client to retry the ClientHello (by issuing a Hello\nRetry Request or HRR) with the most preferred mutually supported group.\n\nThe above works as expected when the server\u0027s configuration uses the built-in\ndefault group list, or explicitly defines its own list by directly defining the\nvarious desired groups and group \u0027tuples\u0027.\n\nNo OpenSSL FIPS modules are affected by this issue, the code in question lies\noutside the FIPS boundary.\n\nOpenSSL 3.6 and 3.5 are vulnerable to this issue.\n\nOpenSSL 3.6 users should upgrade to OpenSSL 3.6.2 once it is released.\nOpenSSL 3.5 users should upgrade to OpenSSL 3.5.6 once it is released.\n\nOpenSSL 3.4, 3.3, 3.0, 1.0.2 and 1.1.1 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2673",
"url": "https://www.suse.com/security/cve/CVE-2026-2673"
},
{
"category": "external",
"summary": "SUSE Bug 1259652 for CVE-2026-2673",
"url": "https://bugzilla.suse.com/1259652"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-2673"
},
{
"cve": "CVE-2026-28387",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28387"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An uncommon configuration of clients performing DANE TLSA-based\nserver authentication, when paired with uncommon server DANE TLSA records, may\nresult in a use-after-free and/or double-free on the client side.\n\nImpact summary: A use after free can have a range of potential consequences\nsuch as the corruption of valid data, crashes or execution of arbitrary code.\n\nHowever, the issue only affects clients that make use of TLSA records with both\nthe PKIX-TA(0/PKIX-EE(1) certificate usages and the DANE-TA(2) certificate\nusage.\n\nBy far the most common deployment of DANE is in SMTP MTAs for which RFC7672\nrecommends that clients treat as \u0027unusable\u0027 any TLSA records that have the PKIX\ncertificate usages. These SMTP (or other similar) clients are not vulnerable\nto this issue. Conversely, any clients that support only the PKIX usages, and\nignore the DANE-TA(2) usage are also not vulnerable.\n\nThe client would also need to be communicating with a server that publishes a\nTLSA RRset with both types of TLSA records.\n\nNo FIPS modules are affected by this issue, the problem code is outside the\nFIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28387",
"url": "https://www.suse.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "SUSE Bug 1260441 for CVE-2026-28387",
"url": "https://bugzilla.suse.com/1260441"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-28387"
},
{
"cve": "CVE-2026-28388",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28388"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When a delta CRL that contains a Delta CRL Indicator extension\nis processed a NULL pointer dereference might happen if the required CRL\nNumber extension is missing.\n\nImpact summary: A NULL pointer dereference can trigger a crash which\nleads to a Denial of Service for an application.\n\nWhen CRL processing and delta CRL processing is enabled during X.509\ncertificate verification, the delta CRL processing does not check\nwhether the CRL Number extension is NULL before dereferencing it.\nWhen a malformed delta CRL file is being processed, this parameter\ncan be NULL, causing a NULL pointer dereference.\n\nExploiting this issue requires the X509_V_FLAG_USE_DELTAS flag to be enabled in\nthe verification context, the certificate being verified to contain a\nfreshestCRL extension or the base CRL to have the EXFLAG_FRESHEST flag set, and\nan attacker to provide a malformed CRL to an application that processes it.\n\nThe vulnerability is limited to Denial of Service and cannot be escalated to\nachieve code execution or memory disclosure. For that reason the issue was\nassessed as Low severity according to our Security Policy.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28388",
"url": "https://www.suse.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "SUSE Bug 1260442 for CVE-2026-28388",
"url": "https://bugzilla.suse.com/1260442"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "important"
}
],
"title": "CVE-2026-28388"
},
{
"cve": "CVE-2026-28389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28389"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyAgreeRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyAgreeRecipientInfo is\nprocessed, the optional parameters field of KeyEncryptionAlgorithmIdentifier\nis examined without checking for its presence. This results in a NULL\npointer dereference if the field is missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28389",
"url": "https://www.suse.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "SUSE Bug 1260443 for CVE-2026-28389",
"url": "https://bugzilla.suse.com/1260443"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-28389"
},
{
"cve": "CVE-2026-28390",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28390"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: During processing of a crafted CMS EnvelopedData message\nwith KeyTransportRecipientInfo a NULL pointer dereference can happen.\n\nImpact summary: Applications that process attacker-controlled CMS data may\ncrash before authentication or cryptographic operations occur resulting in\nDenial of Service.\n\nWhen a CMS EnvelopedData message that uses KeyTransportRecipientInfo with\nRSA-OAEP encryption is processed, the optional parameters field of\nRSA-OAEP SourceFunc algorithm identifier is examined without checking\nfor its presence. This results in a NULL pointer dereference if the field\nis missing.\n\nApplications and services that call CMS_decrypt() on untrusted input\n(e.g., S/MIME processing or CMS-based protocols) are vulnerable.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28390",
"url": "https://www.suse.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "SUSE Bug 1261678 for CVE-2026-28390",
"url": "https://bugzilla.suse.com/1261678"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-28390"
},
{
"cve": "CVE-2026-31789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31789"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Converting an excessively large OCTET STRING value to\na hexadecimal string leads to a heap buffer overflow on 32 bit platforms.\n\nImpact summary: A heap buffer overflow may lead to a crash or possibly\nan attacker controlled code execution or other undefined behavior.\n\nIf an attacker can supply a crafted X.509 certificate with an excessively\nlarge OCTET STRING value in extensions such as the Subject Key Identifier\n(SKID) or Authority Key Identifier (AKID) which are being converted to hex,\nthe size of the buffer needed for the result is calculated as multiplication\nof the input length by 3. On 32 bit platforms, this multiplication may overflow\nresulting in the allocation of a smaller buffer and a heap buffer overflow.\n\nApplications and services that print or log contents of untrusted X.509\ncertificates are vulnerable to this issue. As the certificates would have\nto have sizes of over 1 Gigabyte, printing or logging such certificates\nis a fairly unlikely operation and only 32 bit platforms are affected,\nthis issue was assigned Low severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31789",
"url": "https://www.suse.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "SUSE Bug 1260444 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260444"
},
{
"category": "external",
"summary": "SUSE Bug 1260931 for CVE-2026-31789",
"url": "https://bugzilla.suse.com/1260931"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "important"
}
],
"title": "CVE-2026-31789"
},
{
"cve": "CVE-2026-31790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31790"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Applications using RSASVE key encapsulation to establish\na secret encryption key can send contents of an uninitialized memory buffer to\na malicious peer.\n\nImpact summary: The uninitialized buffer might contain sensitive data from the\nprevious execution of the application process which leads to sensitive data\nleakage to an attacker.\n\nRSA_public_encrypt() returns the number of bytes written on success and -1\non error. The affected code tests only whether the return value is non-zero.\nAs a result, if RSA encryption fails, encapsulation can still return success to\nthe caller, set the output lengths, and leave the caller to use the contents of\nthe ciphertext buffer as if a valid KEM ciphertext had been produced.\n\nIf applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an\nattacker-supplied invalid RSA public key without first validating that key,\nthen this may cause stale or uninitialized contents of the caller-provided\nciphertext buffer to be disclosed to the attacker in place of the KEM\nciphertext.\n\nAs a workaround calling EVP_PKEY_public_check() or\nEVP_PKEY_public_check_quick() before EVP_PKEY_encapsulate() will mitigate\nthe issue.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.1 and 3.0 are affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31790",
"url": "https://www.suse.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "SUSE Bug 1260445 for CVE-2026-31790",
"url": "https://bugzilla.suse.com/1260445"
}
],
"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 Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
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…