Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-2673 (GCVE-0-2026-2673)
Vulnerability from cvelistv5 – Published: 2026-03-13 13:23 – Updated: 2026-05-18 19:23
VLAI
EPSS
Title
OpenSSL TLS 1.3 server may choose unexpected key agreement group
Summary
Issue summary: An OpenSSL TLS 1.3 server may fail to negotiate the expected
preferred key exchange group when its key exchange group configuration includes
the default by using the 'DEFAULT' keyword.
Impact summary: A less preferred key exchange may be used even when a more
preferred group is supported by both client and server, if the group
was not included among the client's initial predicated keyshares.
This will sometimes be the case with the new hybrid post-quantum groups,
if the client chooses to defer their use until specifically requested by
the server.
If an OpenSSL TLS 1.3 server's configuration uses the 'DEFAULT' keyword to
interpolate the built-in default group list into its own configuration, perhaps
adding or removing specific elements, then an implementation defect causes the
'DEFAULT' list to lose its 'tuple' structure, and all server-supported groups
were treated as a single sufficiently secure 'tuple', with the server not
sending a Hello Retry Request (HRR) even when a group in a more preferred tuple
was mutually supported.
As a result, the client and server might fail to negotiate a mutually supported
post-quantum key agreement group, such as 'X25519MLKEM768', if the client's
configuration results in only 'classical' groups (such as 'X25519' being the
only ones in the client's initial keyshare prediction).
OpenSSL 3.5 and later support a new syntax for selecting the most preferred TLS
1.3 key agreement group on TLS servers. The old syntax had a single 'flat'
list of groups, and treated all the supported groups as sufficiently secure.
If any of the keyshares predicted by the client were supported by the server
the most preferred among these was selected, even if other groups supported by
the client, but not included in the list of predicted keyshares would have been
more preferred, if included.
The new syntax partitions the groups into distinct 'tuples' of roughly
equivalent security. Within each tuple the most preferred group included among
the client's predicted keyshares is chosen, but if the client supports a group
from a more preferred tuple, but did not predict any corresponding keyshares,
the server will ask the client to retry the ClientHello (by issuing a Hello
Retry Request or HRR) with the most preferred mutually supported group.
The above works as expected when the server's configuration uses the built-in
default group list, or explicitly defines its own list by directly defining the
various desired groups and group 'tuples'.
No OpenSSL FIPS modules are affected by this issue, the code in question lies
outside the FIPS boundary.
OpenSSL 3.6 and 3.5 are vulnerable to this issue.
OpenSSL 3.6 users should upgrade to OpenSSL 3.6.2 once it is released.
OpenSSL 3.5 users should upgrade to OpenSSL 3.5.6 once it is released.
OpenSSL 3.4, 3.3, 3.0, 1.0.2 and 1.1.1 are not affected by this issue.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-757 - Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')
Assigner
References
5 references
Impacted products
2 products
| Vendor | Product | Version | |
|---|---|---|---|
| OpenSSL | OpenSSL |
Affected:
3.6.0 , < 3.6.2
(semver)
Affected: 3.5.0 , < 3.5.6 (semver) |
|
| Siemens | SIMATIC CN 4100 |
Affected:
0 , < V5.0
(custom)
|
Date Public
2026-03-13 14:00
Credits
Viktor Dukhovni
Viktor Dukhovni
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-03-13T15:15:21.059Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/13/3"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-2673",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-17T17:17:17.444679Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-18T19:23:37.078Z",
"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"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-12T12:08:46.771Z",
"orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"shortName": "siemens-SADP"
},
"references": [
{
"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"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Viktor Dukhovni"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Viktor Dukhovni"
}
],
"datePublic": "2026-03-13T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: An OpenSSL TLS 1.3 server may fail to negotiate the expected\u003cbr\u003epreferred key exchange group when its key exchange group configuration includes\u003cbr\u003ethe default by using the \u0027DEFAULT\u0027 keyword.\u003cbr\u003e\u003cbr\u003eImpact summary: A less preferred key exchange may be used even when a more\u003cbr\u003epreferred group is supported by both client and server, if the group\u003cbr\u003ewas not included among the client\u0027s initial predicated keyshares.\u003cbr\u003eThis will sometimes be the case with the new hybrid post-quantum groups,\u003cbr\u003eif the client chooses to defer their use until specifically requested by\u003cbr\u003ethe server.\u003cbr\u003e\u003cbr\u003eIf an OpenSSL TLS 1.3 server\u0027s configuration uses the \u0027DEFAULT\u0027 keyword to\u003cbr\u003einterpolate the built-in default group list into its own configuration, perhaps\u003cbr\u003eadding or removing specific elements, then an implementation defect causes the\u003cbr\u003e\u0027DEFAULT\u0027 list to lose its \u0027tuple\u0027 structure, and all server-supported groups\u003cbr\u003ewere treated as a single sufficiently secure \u0027tuple\u0027, with the server not\u003cbr\u003esending a Hello Retry Request (HRR) even when a group in a more preferred tuple\u003cbr\u003ewas mutually supported.\u003cbr\u003e\u003cbr\u003eAs a result, the client and server might fail to negotiate a mutually supported\u003cbr\u003epost-quantum key agreement group, such as \u0027X25519MLKEM768\u0027, if the client\u0027s\u003cbr\u003econfiguration results in only \u0027classical\u0027 groups (such as \u0027X25519\u0027 being the\u003cbr\u003eonly ones in the client\u0027s initial keyshare prediction).\u003cbr\u003e\u003cbr\u003eOpenSSL 3.5 and later support a new syntax for selecting the most preferred TLS\u003cbr\u003e1.3 key agreement group on TLS servers. The old syntax had a single \u0027flat\u0027\u003cbr\u003elist of groups, and treated all the supported groups as sufficiently secure.\u003cbr\u003eIf any of the keyshares predicted by the client were supported by the server\u003cbr\u003ethe most preferred among these was selected, even if other groups supported by\u003cbr\u003ethe client, but not included in the list of predicted keyshares would have been\u003cbr\u003emore preferred, if included.\u003cbr\u003e\u003cbr\u003eThe new syntax partitions the groups into distinct \u0027tuples\u0027 of roughly\u003cbr\u003eequivalent security. Within each tuple the most preferred group included among\u003cbr\u003ethe client\u0027s predicted keyshares is chosen, but if the client supports a group\u003cbr\u003efrom a more preferred tuple, but did not predict any corresponding keyshares,\u003cbr\u003ethe server will ask the client to retry the ClientHello (by issuing a Hello\u003cbr\u003eRetry Request or HRR) with the most preferred mutually supported group.\u003cbr\u003e\u003cbr\u003eThe above works as expected when the server\u0027s configuration uses the built-in\u003cbr\u003edefault group list, or explicitly defines its own list by directly defining the\u003cbr\u003evarious desired groups and group \u0027tuples\u0027.\u003cbr\u003e\u003cbr\u003eNo OpenSSL FIPS modules are affected by this issue, the code in question lies\u003cbr\u003eoutside the FIPS boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6 and 3.5 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6 users should upgrade to OpenSSL 3.6.2 once it is released.\u003cbr\u003eOpenSSL 3.5 users should upgrade to OpenSSL 3.5.6 once it is released.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.4, 3.3, 3.0, 1.0.2 and 1.1.1 are not affected by this issue."
}
],
"value": "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."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-757",
"description": "CWE-757 Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-13T13:23:00.376Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://openssl-library.org/news/secadv/20260313.txt"
},
{
"name": "3.6.2 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/2157c9d81f7b0bd7dfa25b960e928ec28e8dd63f"
},
{
"name": "3.5.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/85977e013f32ceb96aa034c0e741adddc1a05e34"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "OpenSSL TLS 1.3 server may choose unexpected key agreement group",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-2673",
"datePublished": "2026-03-13T13:23:00.376Z",
"dateReserved": "2026-02-18T09:41:04.155Z",
"dateUpdated": "2026-05-18T19:23:37.078Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-2673",
"date": "2026-06-03",
"epss": "0.00023",
"percentile": "0.06635"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-2673\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-03-13T19:54:34.033\",\"lastModified\":\"2026-05-18T20:16:37.763\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: Un servidor OpenSSL TLS 1.3 puede fallar al negociar el grupo de intercambio de claves preferido esperado cuando su configuraci\u00f3n de grupo de intercambio de claves incluye el predeterminado al usar la palabra clave \u0027DEFAULT\u0027.\\n\\nResumen del impacto: Un intercambio de claves menos preferido puede ser usado incluso cuando un grupo m\u00e1s preferido es soportado tanto por el cliente como por el servidor, si el grupo no fue incluido entre los keyshares iniciales predichos del cliente. Este ser\u00e1 a veces el caso con los nuevos grupos h\u00edbridos post-cu\u00e1nticos, si el cliente elige aplazar su uso hasta que sea solicitado espec\u00edficamente por el servidor.\\n\\nSi la configuraci\u00f3n de un servidor OpenSSL TLS 1.3 usa la palabra clave \u0027DEFAULT\u0027 para interpolar la lista de grupos predeterminada incorporada en su propia configuraci\u00f3n, quiz\u00e1s a\u00f1adiendo o eliminando elementos espec\u00edficos, entonces un defecto de implementaci\u00f3n causa que la lista \u0027DEFAULT\u0027 pierda su estructura de \u0027tupla\u0027, y todos los grupos soportados por el servidor fueron tratados como una \u00fanica \u0027tupla\u0027 suficientemente segura, con el servidor no enviando una Solicitud de Reintento de Hello (HRR) incluso cuando un grupo en una tupla m\u00e1s preferida era mutuamente soportado.\\n\\nComo resultado, el cliente y el servidor podr\u00edan fallar al negociar un grupo de acuerdo de clave post-cu\u00e1ntico mutuamente soportado, como \u0027X25519MLKEM768\u0027, si la configuraci\u00f3n del cliente resulta en solo grupos \u0027cl\u00e1sicos\u0027 (como \u0027X25519\u0027 siendo los \u00fanicos en la predicci\u00f3n inicial de keyshare del cliente).\\n\\nOpenSSL 3.5 y posteriores soportan una nueva sintaxis para seleccionar el grupo de acuerdo de clave TLS 1.3 m\u00e1s preferido en servidores TLS. La sintaxis antigua ten\u00eda una \u00fanica lista \u0027plana\u0027 de grupos, y trataba todos los grupos soportados como suficientemente seguros. Si alguno de los keyshares predichos por el cliente era soportado por el servidor, el m\u00e1s preferido entre estos era seleccionado, incluso si otros grupos soportados por el cliente, pero no incluidos en la lista de keyshares predichos, habr\u00edan sido m\u00e1s preferidos, si se hubieran incluido.\\n\\nLa nueva sintaxis particiona los grupos en \u0027tuplas\u0027 distintas de seguridad aproximadamente equivalente. Dentro de cada tupla se elige el grupo m\u00e1s preferido incluido entre los keyshares predichos del cliente, pero si el cliente soporta un grupo de una tupla m\u00e1s preferida, pero no predijo ning\u00fan keyshare correspondiente, el servidor pedir\u00e1 al cliente que reintente el ClientHello (emitiendo una Solicitud de Reintento de Hello o HRR) con el grupo mutuamente soportado m\u00e1s preferido.\\n\\nLo anterior funciona como se espera cuando la configuraci\u00f3n del servidor usa la lista de grupos predeterminada incorporada, o define expl\u00edcitamente su propia lista definiendo directamente los diversos grupos y \u0027tuplas\u0027 de grupo deseados.\\n\\nNing\u00fan m\u00f3dulo FIPS de OpenSSL est\u00e1 afectado por este problema, el c\u00f3digo en cuesti\u00f3n se encuentra fuera del l\u00edmite FIPS.\\n\\nOpenSSL 3.6 y 3.5 son vulnerables a este problema.\\n\\nLos usuarios de OpenSSL 3.6 deber\u00edan actualizar a OpenSSL 3.6.2 una vez que sea lanzado.\\nLos usuarios de OpenSSL 3.5 deber\u00edan actualizar a OpenSSL 3.5.6 una vez que sea lanzado.\\n\\nOpenSSL 3.4, 3.3, 3.0, 1.0.2 y 1.1.1 no est\u00e1n afectados por este problema.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-757\"}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/2157c9d81f7b0bd7dfa25b960e928ec28e8dd63f\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://github.com/openssl/openssl/commit/85977e013f32ceb96aa034c0e741adddc1a05e34\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://openssl-library.org/news/secadv/20260313.txt\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/13/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-032379.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/13/3\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-03-13T15:15:21.059Z\"}}, {\"affected\": [{\"vendor\": \"Siemens\", \"product\": \"SIMATIC CN 4100\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"V5.0\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"x_adpType\": \"supplier\", \"references\": [{\"url\": \"https://cert-portal.siemens.com/productcert/html/ssa-032379.html\"}], \"providerMetadata\": {\"orgId\": \"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\", \"shortName\": \"siemens-SADP\", \"dateUpdated\": \"2026-05-12T12:08:46.771Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-2673\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-17T17:17:17.444679Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-17T17:17:37.715Z\"}}], \"cna\": {\"title\": \"OpenSSL TLS 1.3 server may choose unexpected key agreement group\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Viktor Dukhovni\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Viktor Dukhovni\"}], \"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\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-03-13T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260313.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/2157c9d81f7b0bd7dfa25b960e928ec28e8dd63f\", \"name\": \"3.6.2 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/85977e013f32ceb96aa034c0e741adddc1a05e34\", \"name\": \"3.5.6 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: An OpenSSL TLS 1.3 server may fail to negotiate the expected\u003cbr\u003epreferred key exchange group when its key exchange group configuration includes\u003cbr\u003ethe default by using the \u0027DEFAULT\u0027 keyword.\u003cbr\u003e\u003cbr\u003eImpact summary: A less preferred key exchange may be used even when a more\u003cbr\u003epreferred group is supported by both client and server, if the group\u003cbr\u003ewas not included among the client\u0027s initial predicated keyshares.\u003cbr\u003eThis will sometimes be the case with the new hybrid post-quantum groups,\u003cbr\u003eif the client chooses to defer their use until specifically requested by\u003cbr\u003ethe server.\u003cbr\u003e\u003cbr\u003eIf an OpenSSL TLS 1.3 server\u0027s configuration uses the \u0027DEFAULT\u0027 keyword to\u003cbr\u003einterpolate the built-in default group list into its own configuration, perhaps\u003cbr\u003eadding or removing specific elements, then an implementation defect causes the\u003cbr\u003e\u0027DEFAULT\u0027 list to lose its \u0027tuple\u0027 structure, and all server-supported groups\u003cbr\u003ewere treated as a single sufficiently secure \u0027tuple\u0027, with the server not\u003cbr\u003esending a Hello Retry Request (HRR) even when a group in a more preferred tuple\u003cbr\u003ewas mutually supported.\u003cbr\u003e\u003cbr\u003eAs a result, the client and server might fail to negotiate a mutually supported\u003cbr\u003epost-quantum key agreement group, such as \u0027X25519MLKEM768\u0027, if the client\u0027s\u003cbr\u003econfiguration results in only \u0027classical\u0027 groups (such as \u0027X25519\u0027 being the\u003cbr\u003eonly ones in the client\u0027s initial keyshare prediction).\u003cbr\u003e\u003cbr\u003eOpenSSL 3.5 and later support a new syntax for selecting the most preferred TLS\u003cbr\u003e1.3 key agreement group on TLS servers. The old syntax had a single \u0027flat\u0027\u003cbr\u003elist of groups, and treated all the supported groups as sufficiently secure.\u003cbr\u003eIf any of the keyshares predicted by the client were supported by the server\u003cbr\u003ethe most preferred among these was selected, even if other groups supported by\u003cbr\u003ethe client, but not included in the list of predicted keyshares would have been\u003cbr\u003emore preferred, if included.\u003cbr\u003e\u003cbr\u003eThe new syntax partitions the groups into distinct \u0027tuples\u0027 of roughly\u003cbr\u003eequivalent security. Within each tuple the most preferred group included among\u003cbr\u003ethe client\u0027s predicted keyshares is chosen, but if the client supports a group\u003cbr\u003efrom a more preferred tuple, but did not predict any corresponding keyshares,\u003cbr\u003ethe server will ask the client to retry the ClientHello (by issuing a Hello\u003cbr\u003eRetry Request or HRR) with the most preferred mutually supported group.\u003cbr\u003e\u003cbr\u003eThe above works as expected when the server\u0027s configuration uses the built-in\u003cbr\u003edefault group list, or explicitly defines its own list by directly defining the\u003cbr\u003evarious desired groups and group \u0027tuples\u0027.\u003cbr\u003e\u003cbr\u003eNo OpenSSL FIPS modules are affected by this issue, the code in question lies\u003cbr\u003eoutside the FIPS boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6 and 3.5 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6 users should upgrade to OpenSSL 3.6.2 once it is released.\u003cbr\u003eOpenSSL 3.5 users should upgrade to OpenSSL 3.5.6 once it is released.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.4, 3.3, 3.0, 1.0.2 and 1.1.1 are not affected by this issue.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-757\", \"description\": \"CWE-757 Selection of Less-Secure Algorithm During Negotiation (\u0027Algorithm Downgrade\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-03-13T13:23:00.376Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-2673\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-18T19:23:37.078Z\", \"dateReserved\": \"2026-02-18T09:41:04.155Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-03-13T13:23:00.376Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
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"
}
]
}
SUSE-SU-2026:21186-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-SLES-16.0-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
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.3 (High)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch | — |
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-SLES-16.0-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_21186-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21186-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621186-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21186-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025505.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:21186-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": "openssl-3-doc-3.5.0-160000.7.1.noarch",
"product": {
"name": "openssl-3-doc-3.5.0-160000.7.1.noarch",
"product_id": "openssl-3-doc-3.5.0-160000.7.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"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": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-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": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"product_id": "libopenssl3-x86-64-v3-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 Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"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 Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"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 Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0: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 Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.0-160000.7.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
},
"product_reference": "openssl-3-doc-3.5.0-160000.7.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"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 Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.0-160000.7.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0: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 Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.0-160000.7.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
},
"product_reference": "openssl-3-doc-3.5.0-160000.7.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
},
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
},
"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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"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 Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.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 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.7.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.7.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T15:48:01Z",
"details": "moderate"
}
],
"title": "CVE-2026-31790"
}
]
}
WID-SEC-W-2026-0729
Vulnerability from csaf_certbund - Published: 2026-03-15 23:00 - Updated: 2026-04-09 22:00Summary
OpenSSL: Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
Severity
Niedrig
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: OpenSSL ist eine im Quelltext frei verfügbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.
Angriff: Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source OpenSSL <3.5.6
Open Source / OpenSSL
|
<3.5.6 | ||
|
Open Source OpenSSL <3.6.2
Open Source / OpenSSL
|
<3.6.2 |
References
9 references
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "OpenSSL ist eine im Quelltext frei verf\u00fcgbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0729 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0729.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0729 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0729"
},
{
"category": "external",
"summary": "OpenSSL Security Advisory vom 2026-03-15",
"url": "https://openssl-library.org/news/secadv/20260313.txt"
},
{
"category": "external",
"summary": "OpenSSL Vulnerabilities vom 2026-03-15",
"url": "https://openssl-library.org/news/vulnerabilities/"
},
{
"category": "external",
"summary": "CVE Record vom 2026-03-15",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2673"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2026-03-15",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447327"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6201 vom 2026-04-08",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00111.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8155-1 vom 2026-04-08",
"url": "https://ubuntu.com/security/notices/USN-8155-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8155-2 vom 2026-04-09",
"url": "https://ubuntu.com/security/notices/USN-8155-2"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:16:57.983+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0729",
"initial_release_date": "2026-03-15T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-15T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.6.2",
"product": {
"name": "Open Source OpenSSL \u003c3.6.2",
"product_id": "T051733"
}
},
{
"category": "product_version",
"name": "3.6.2",
"product": {
"name": "Open Source OpenSSL 3.6.2",
"product_id": "T051733-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.6.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.5.6",
"product": {
"name": "Open Source OpenSSL \u003c3.5.6",
"product_id": "T051734"
}
},
{
"category": "product_version",
"name": "3.5.6",
"product": {
"name": "Open Source OpenSSL 3.5.6",
"product_id": "T051734-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.5.6"
}
}
}
],
"category": "product_name",
"name": "OpenSSL"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2673",
"product_status": {
"known_affected": [
"2951",
"T000126",
"T051734",
"T051733"
]
},
"release_date": "2026-03-15T23:00:00.000+00:00",
"title": "CVE-2026-2673"
}
]
}
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…