Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-11187 (GCVE-0-2025-11187)
Vulnerability from cvelistv5 – Published: 2026-01-27 15:59 – Updated: 2026-03-20 14:07{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-11187",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-20T03:55:43.625386Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T14:07:14.610Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/metadust/CVE-2025-11187"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.6.1",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.5",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.4",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Stanislav Fort (Aisle Research)"
},
{
"lang": "en",
"type": "reporter",
"value": "Petr \u0160ime\u010dek (Aisle Research)"
},
{
"lang": "en",
"type": "reporter",
"value": "Hamza (Metadust)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Tom\u00e1\u0161 Mr\u00e1z"
}
],
"datePublic": "2026-01-27T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\u003cbr\u003ewhich can trigger a stack-based buffer overflow, invalid pointer or NULL\u003cbr\u003epointer dereference during MAC verification.\u003cbr\u003e\u003cbr\u003eImpact summary: The stack buffer overflow or NULL pointer dereference may\u003cbr\u003ecause a crash leading to Denial of Service for an application that parses\u003cbr\u003euntrusted PKCS#12 files. The buffer overflow may also potentially enable\u003cbr\u003ecode execution depending on platform mitigations.\u003cbr\u003e\u003cbr\u003eWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\u003cbr\u003esalt and keylength parameters from the file are used without validation.\u003cbr\u003eIf the value of keylength exceeds the size of the fixed stack buffer used\u003cbr\u003efor the derived key (64 bytes), the key derivation will overflow the buffer.\u003cbr\u003eThe overflow length is attacker-controlled. Also, if the salt parameter is\u003cbr\u003enot an OCTET STRING type this can lead to invalid or NULL pointer\u003cbr\u003edereference.\u003cbr\u003e\u003cbr\u003eExploiting this issue requires a user or application to process\u003cbr\u003ea maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\u003cbr\u003ePKCS#12 files in applications as they are usually used to store private\u003cbr\u003ekeys which are trusted by definition. For this reason the issue was assessed\u003cbr\u003eas Moderate severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\u003cbr\u003ePKCS#12 processing is outside the OpenSSL FIPS module boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\u003cbr\u003enot support PBMAC1 in PKCS#12."
}
],
"value": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Moderate"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
},
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-27T15:59:41.681Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://openssl-library.org/news/secadv/20260127.txt"
},
{
"name": "3.6.1 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/8caf359d6e46fb413e8f5f0df765d2e8a51df4e8"
},
{
"name": "3.5.5 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/e1079bc17ed93ff16f6b86f33a2fe3336e78817e"
},
{
"name": "3.4.4 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/205e3a55e16e4bd08c12fdbd3416ab829c0f6206"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Improper validation of PBMAC1 parameters in PKCS#12 MAC verification",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2025-11187",
"datePublished": "2026-01-27T15:59:41.681Z",
"dateReserved": "2025-09-30T09:29:44.018Z",
"dateUpdated": "2026-03-20T14:07:14.610Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-11187",
"date": "2026-07-27",
"epss": "0.04517",
"percentile": "0.90527"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-11187\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-01-27T16:16:14.093\",\"lastModified\":\"2026-06-17T08:29:49.083\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\\npointer dereference during MAC verification.\\n\\nImpact summary: The stack buffer overflow or NULL pointer dereference may\\ncause a crash leading to Denial of Service for an application that parses\\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\\ncode execution depending on platform mitigations.\\n\\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\\nsalt and keylength parameters from the file are used without validation.\\nIf the value of keylength exceeds the size of the fixed stack buffer used\\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\\nThe overflow length is attacker-controlled. Also, if the salt parameter is\\nnot an OCTET STRING type this can lead to invalid or NULL pointer\\ndereference.\\n\\nExploiting this issue requires a user or application to process\\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\\nPKCS#12 files in applications as they are usually used to store private\\nkeys which are trusted by definition. For this reason the issue was assessed\\nas Moderate severity.\\n\\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\\n\\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\\n\\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\\nnot support PBMAC1 in PKCS#12.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: Los par\u00e1metros PBMAC1 en archivos PKCS#12 carecen de validaci\u00f3n, lo que puede desencadenar un desbordamiento de b\u00fafer basado en pila, un puntero inv\u00e1lido o una desreferencia de puntero NULL durante la verificaci\u00f3n MAC.\\n\\nResumen del impacto: El desbordamiento de b\u00fafer de pila o la desreferencia de puntero NULL pueden causar un fallo que lleve a una denegaci\u00f3n de servicio para una aplicaci\u00f3n que analiza archivos PKCS#12 no confiables. El desbordamiento de b\u00fafer tambi\u00e9n puede potencialmente permitir la ejecuci\u00f3n de c\u00f3digo dependiendo de las mitigaciones de la plataforma.\\n\\nAl verificar un archivo PKCS#12 que utiliza PBMAC1 para el MAC, los par\u00e1metros de sal y longitud de clave (keylength) de PBKDF2 del archivo se utilizan sin validaci\u00f3n. Si el valor de la longitud de clave (keylength) excede el tama\u00f1o del b\u00fafer de pila fijo utilizado para la clave derivada (64 bytes), la derivaci\u00f3n de clave desbordar\u00e1 el b\u00fafer. La longitud del desbordamiento es controlada por el atacante. Adem\u00e1s, si el par\u00e1metro de sal no es de tipo OCTET STRING, esto puede llevar a una desreferencia de puntero inv\u00e1lido o NULL.\\n\\nLa explotaci\u00f3n de este problema requiere que un usuario o aplicaci\u00f3n procese un archivo PKCS#12 maliciosamente elaborado. Es poco com\u00fan aceptar archivos PKCS#12 no confiables en aplicaciones, ya que generalmente se utilizan para almacenar claves privadas que son confiables por definici\u00f3n. Por esta raz\u00f3n, el problema fue evaluado como de severidad Moderada.\\n\\nLos m\u00f3dulos FIPS en 3.6, 3.5 y 3.4 no se ven afectados por este problema, ya que el procesamiento de PKCS#12 est\u00e1 fuera del l\u00edmite del m\u00f3dulo FIPS de OpenSSL.\\n\\nOpenSSL 3.6, 3.5 y 3.4 son vulnerables a este problema.\\n\\nOpenSSL 3.3, 3.0, 1.1.1 y 1.0.2 no se ven afectados por este problema, ya que no soportan PBMAC1 en PKCS#12.\"}],\"affected\":[{\"source\":\"openssl-security@openssl.org\",\"affectedData\":[{\"vendor\":\"OpenSSL\",\"product\":\"OpenSSL\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"3.6.0\",\"lessThan\":\"3.6.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.5.0\",\"lessThan\":\"3.5.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.4.0\",\"lessThan\":\"3.4.4\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":4.7}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-03-20T03:55:43.625386Z\",\"id\":\"CVE-2025-11187\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.4\",\"matchCriteriaId\":\"B9D3DCAE-317D-4DFB-93F0-7A235A229619\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.5\",\"matchCriteriaId\":\"1CAC7CBE-EC03-4089-938A-0CEEB2E09B62\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.1\",\"matchCriteriaId\":\"68352537-5E99-4F4D-B78A-BCF0353A70A5\"}]}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/205e3a55e16e4bd08c12fdbd3416ab829c0f6206\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/8caf359d6e46fb413e8f5f0df765d2e8a51df4e8\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/e1079bc17ed93ff16f6b86f33a2fe3336e78817e\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://openssl-library.org/news/secadv/20260127.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/metadust/CVE-2025-11187\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-25T23:55:12+00:00",
"cve": "CVE-2025-11187",
"id": "CVE-2025-11187",
"initial_release_date": "2025-01-01T00:00:00+00:00",
"product_status:fixed": "124",
"product_status:known_affected": "25",
"product_status:known_not_affected": "62",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openssl: OpenSSL: Arbitrary code execution or denial of service through crafted PKCS#12 file",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-11187.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-22T16:44:30Z",
"cve": "CVE-2025-11187",
"id": "CVE-2025-11187",
"initial_release_date": "2026-01-30T00:43:54Z",
"product_status:first_fixed": "45",
"product_status:known_affected": "402",
"product_status:known_not_affected": "514",
"product_status:recommended": "60",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-11187",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-11187.json",
"version": "27"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-11187\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-20T03:55:43.625386Z\"}}}], \"references\": [{\"url\": \"https://github.com/metadust/CVE-2025-11187\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-29T14:48:24.057Z\"}}], \"cna\": {\"title\": \"Improper validation of PBMAC1 parameters in PKCS#12 MAC verification\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Stanislav Fort (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Petr \\u0160ime\\u010dek (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Hamza (Metadust)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Tom\\u00e1\\u0161 Mr\\u00e1z\"}], \"metrics\": [{\"other\": {\"type\": \"https://openssl-library.org/policies/general/security-policy/\", \"content\": {\"text\": \"Moderate\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.6.0\", \"lessThan\": \"3.6.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.5.0\", \"lessThan\": \"3.5.5\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.4.0\", \"lessThan\": \"3.4.4\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-01-27T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260127.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/8caf359d6e46fb413e8f5f0df765d2e8a51df4e8\", \"name\": \"3.6.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/e1079bc17ed93ff16f6b86f33a2fe3336e78817e\", \"name\": \"3.5.5 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/205e3a55e16e4bd08c12fdbd3416ab829c0f6206\", \"name\": \"3.4.4 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\\npointer dereference during MAC verification.\\n\\nImpact summary: The stack buffer overflow or NULL pointer dereference may\\ncause a crash leading to Denial of Service for an application that parses\\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\\ncode execution depending on platform mitigations.\\n\\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\\nsalt and keylength parameters from the file are used without validation.\\nIf the value of keylength exceeds the size of the fixed stack buffer used\\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\\nThe overflow length is attacker-controlled. Also, if the salt parameter is\\nnot an OCTET STRING type this can lead to invalid or NULL pointer\\ndereference.\\n\\nExploiting this issue requires a user or application to process\\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\\nPKCS#12 files in applications as they are usually used to store private\\nkeys which are trusted by definition. For this reason the issue was assessed\\nas Moderate severity.\\n\\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\\n\\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\\n\\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\\nnot support PBMAC1 in PKCS#12.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\u003cbr\u003ewhich can trigger a stack-based buffer overflow, invalid pointer or NULL\u003cbr\u003epointer dereference during MAC verification.\u003cbr\u003e\u003cbr\u003eImpact summary: The stack buffer overflow or NULL pointer dereference may\u003cbr\u003ecause a crash leading to Denial of Service for an application that parses\u003cbr\u003euntrusted PKCS#12 files. The buffer overflow may also potentially enable\u003cbr\u003ecode execution depending on platform mitigations.\u003cbr\u003e\u003cbr\u003eWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\u003cbr\u003esalt and keylength parameters from the file are used without validation.\u003cbr\u003eIf the value of keylength exceeds the size of the fixed stack buffer used\u003cbr\u003efor the derived key (64 bytes), the key derivation will overflow the buffer.\u003cbr\u003eThe overflow length is attacker-controlled. Also, if the salt parameter is\u003cbr\u003enot an OCTET STRING type this can lead to invalid or NULL pointer\u003cbr\u003edereference.\u003cbr\u003e\u003cbr\u003eExploiting this issue requires a user or application to process\u003cbr\u003ea maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\u003cbr\u003ePKCS#12 files in applications as they are usually used to store private\u003cbr\u003ekeys which are trusted by definition. For this reason the issue was assessed\u003cbr\u003eas Moderate severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\u003cbr\u003ePKCS#12 processing is outside the OpenSSL FIPS module boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\u003cbr\u003enot support PBMAC1 in PKCS#12.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}, {\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-01-27T15:59:41.681Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-11187\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-20T14:07:14.610Z\", \"dateReserved\": \"2025-09-30T09:29:44.018Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-01-27T15:59:41.681Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:7261
Vulnerability from csaf_redhat - Published: 2026-04-09 08:50 - Updated: 2026-07-27 13:20A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSL SM2 algorithm implementation on 64-bit ARM platforms. This vulnerability allows recovery of the private key via timing side-channel analysis during signature computations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSL HTTP client API no_proxy handling. This vulnerability allows an application level denial of service (application crash) via an attacker-controlled IPv6 URL when the no_proxy environment variable is set.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When an application processes a maliciously crafted PKCS#12 file, an attacker can exploit a stack buffer overflow or a NULL pointer dereference. This can lead to a denial of service (DoS) by crashing the application, and in some cases, may enable arbitrary code execution. The vulnerability arises from the lack of validation for PBKDF2 salt and keylength parameters within the PKCS#12 file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. A remote attacker could trigger a NULL pointer dereference by sending an unknown or unsupported cipher ID during the client hello callback in applications using the QUIC (Quick UDP Internet Connections) protocol. This vulnerability, occurring when the SSL_CIPHER_find() function is called in this specific context, leads to an abnormal termination of the running process, causing a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. When a user signs or verifies files larger than 16MB using the `openssl dgst` command with one-shot algorithms, the tool silently truncates the input to 16MB. This creates an integrity gap, allowing trailing data beyond the initial 16MB to be modified without detection because it remains unauthenticated. This vulnerability primarily impacts workflows that both sign and verify files using the affected `openssl dgst` command.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit this vulnerability by sending a specially crafted CompressedCertificate message during the TLS 1.3 handshake. This can cause excessive per-connection memory allocations, leading to resource exhaustion and a Denial of Service (DoS) for affected clients and servers. This issue occurs when TLS 1.3 certificate compression is enabled and negotiated.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This vulnerability involves an out-of-bounds write in the line-buffering BIO filter, which can lead to memory corruption. While exploitation is unlikely to be under direct attacker control, a successful attack could cause an application to crash, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When applications directly call the low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in a single call on hardware-accelerated builds, the trailing 1-15 bytes of a message may be exposed in cleartext. These exposed bytes are not covered by the authentication tag, allowing an attacker to read or tamper with them without detection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When processing a specially crafted PKCS#12 (Personal Information Exchange Syntax Standard) file, a remote attacker can exploit an out-of-bounds write vulnerability. This issue, occurring within the OPENSSL_uni2utf8() function, leads to memory corruption by writing data beyond its allocated buffer. Successful exploitation could result in a denial of service or potentially allow for arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A type confusion vulnerability exists in the TimeStamp Response verification code, where an ASN1_TYPE union member is accessed without proper type validation. A remote attacker can exploit this by providing a malformed TimeStamp Response to an application that verifies timestamp responses. This can lead to an invalid or NULL pointer dereference, resulting in a Denial of Service (DoS) due to an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by providing a specially crafted, malformed PKCS#12 file to an application that processes it. The flaw occurs due to a NULL pointer dereference in the PKCS12_item_decrypt_d2i_ex() function when handling the malformed file, leading to an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A key group selection preference flaw has been discovered in OpenSSL. 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. 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. No OpenSSL FIPS modules are affected by this issue, the code in question lies outside the FIPS boundary.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a Denial of Service (DoS) by tricking a user or application into processing a maliciously crafted PKCS#12 (Personal Information Exchange Syntax Standard) file. The vulnerability leads to an invalid or NULL pointer dereference, resulting in an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted PKCS#7 data to an application that performs signature verification. The vulnerability occurs because the application accesses an ASN1_TYPE union member without proper type validation, leading to an invalid or NULL pointer dereference and a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications using AES-CFB128 encryption or decryption on systems with AVX-512 and VAES support may experience a Denial of Service (DoS). This occurs when processing partial cipher blocks, specifically if the input buffer ends at a memory page boundary and the subsequent page is unmapped. This can lead to an out-of-bounds read of up to 15 bytes and a potential application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. An uncommon configuration of clients performing DANE TLSA-based server authentication, when paired with uncommon server DANE TLSA records, may result in a use-after-free and/or double-free on the client side. This vulnerability could lead to data corruption, application crashes, or, in severe cases, arbitrary code execution. This issue is highly specific and uncommon, as it only affects clients using both PKIX-TA(0)/PKIX-EE(1) and DANE-TA(2) certificate usages and communicating with a server publishing a TLSA record set with both types of records.
CWE-1341 - Multiple Releases of Same Resource or Handle| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When processing a malformed delta Certificate Revocation List (CRL) that lacks a required CRL Number extension, a NULL pointer dereference can occur. This vulnerability can be exploited by a remote attacker who provides a specially crafted delta CRL to an application that has delta CRL processing enabled, leading to a Denial of Service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker could exploit this by sending a specially crafted Cryptographic Message Syntax (CMS) EnvelopedData message with KeyAgreeRecipientInfo. This vulnerability arises because the software attempts to process an optional field without verifying its existence, leading to a NULL pointer dereference. This can result in a Denial of Service (DoS) for applications that handle untrusted CMS data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker could exploit this vulnerability by sending a specially crafted Cryptographic Message Syntax (CMS) EnvelopedData message. During the processing of a KeyTransportRecipientInfo with RSA-OAEP encryption, the system attempts to access an optional parameter field without first verifying its presence. This leads to a NULL pointer dereference, which can cause applications processing the attacker-controlled CMS data to crash, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This vulnerability, a heap buffer overflow, affects 32-bit systems when processing an unusually large X.509 certificate. If an application or service attempts to print or log such a specially crafted certificate, it could lead to a system crash or potentially allow an attacker to execute arbitrary code. This issue is considered low severity due to the specific conditions required for exploitation, including the need for an extremely large certificate and a 32-bit operating environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:openssl-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:openssl-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7261",
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9232",
"url": "https://access.redhat.com/security/cve/CVE-2025-9232"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9231",
"url": "https://access.redhat.com/security/cve/CVE-2025-9231"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-11187",
"url": "https://access.redhat.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69421",
"url": "https://access.redhat.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69420",
"url": "https://access.redhat.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69419",
"url": "https://access.redhat.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69418",
"url": "https://access.redhat.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68160",
"url": "https://access.redhat.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66199",
"url": "https://access.redhat.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15469",
"url": "https://access.redhat.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15468",
"url": "https://access.redhat.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31790",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31789",
"url": "https://access.redhat.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28389",
"url": "https://access.redhat.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28388",
"url": "https://access.redhat.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28387",
"url": "https://access.redhat.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28386",
"url": "https://access.redhat.com/security/cve/CVE-2026-28386"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28390",
"url": "https://access.redhat.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22795",
"url": "https://access.redhat.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2673",
"url": "https://access.redhat.com/security/cve/CVE-2026-2673"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22796",
"url": "https://access.redhat.com/security/cve/CVE-2026-22796"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7261.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-07-27T13:20:48+00:00",
"generator": {
"date": "2026-07-27T13:20:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:7261",
"initial_release_date": "2026-04-09T08:50:10+00:00",
"revision_history": [
{
"date": "2026-04-09T08:50:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-25T05:39:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-27T13:20:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-main@aarch64",
"product": {
"name": "openssl-main@aarch64",
"product_id": "openssl-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.6-0.1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-main@src",
"product": {
"name": "openssl-main@src",
"product_id": "openssl-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.6-0.1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-main@x86_64",
"product": {
"name": "openssl-main@x86_64",
"product_id": "openssl-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.6-0.1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:openssl-main@aarch64"
},
"product_reference": "openssl-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:openssl-main@src"
},
"product_reference": "openssl-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:openssl-main@x86_64"
},
"product_reference": "openssl-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9231",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-17T12:18:12.109000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL SM2 algorithm implementation on 64-bit ARM platforms. This vulnerability allows recovery of the private key via timing side-channel analysis during signature computations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Timing side-channel in SM2 algorithm on 64 bit ARM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while it could enable recovery of private keys through timing side-channel analysis on 64-bit ARM platforms, successful exploitation requires high-precision timing measurements and a specialized attack setup. OpenSSL does not natively support SM2 certificates in TLS, limiting the exposure in common use cases. The issue only becomes relevant in custom provider contexts where SM2 is enabled, further reducing the likelihood of widespread impact. Therefore, although the confidentiality impact is high if exploited, the practical attack complexity and limited applicability justify a Moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9231"
},
{
"category": "external",
"summary": "RHBZ#2396055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9231"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Timing side-channel in SM2 algorithm on 64 bit ARM"
},
{
"cve": "CVE-2025-9232",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-17T12:21:09.388000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL HTTP client API no_proxy handling. This vulnerability allows an application level denial of service (application crash) via an attacker-controlled IPv6 URL when the no_proxy environment variable is set.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read in HTTP client no_proxy handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was rated as Low severity because exploitation requires a very specific set of conditions: the application must pass an attacker-controlled IPv6 URL to the OpenSSL HTTP client functions, and the no_proxy environment variable must be set by the user. Even under these conditions, the issue can only lead to an out-of-bounds read resulting in a crash, causing an application level denial of service. There is no potential for information disclosure or remote code execution. Additionally, typical use cases of the OpenSSL HTTP client (e.g., in OCSP or CMP) do not involve attacker-controlled URLs, which further reduces the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9232"
},
{
"category": "external",
"summary": "RHBZ#2396056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9232",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9232"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: Out-of-bounds read in HTTP client no_proxy handling"
},
{
"cve": "CVE-2025-11187",
"cwe": {
"id": "CWE-233",
"name": "Improper Handling of Parameters"
},
"discovery_date": "2026-01-16T14:21:50.559000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430375"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When an application processes a maliciously crafted PKCS#12 file, an attacker can exploit a stack buffer overflow or a NULL pointer dereference. This can lead to a denial of service (DoS) by crashing the application, and in some cases, may enable arbitrary code execution. The vulnerability arises from the lack of validation for PBKDF2 salt and keylength parameters within the PKCS#12 file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Arbitrary code execution or denial of service through crafted PKCS#12 file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. It affects OpenSSL versions 3.6, 3.5, and 3.4, where improper validation of PBMAC1 parameters in PKCS#12 MAC verification can lead to a stack buffer overflow or NULL pointer dereference. Exploitation requires an application to process a maliciously crafted PKCS#12 file, which is uncommon as these files are typically trusted. OpenSSL versions 3.3, 3.0, 1.1.1, and 1.0.2 are not affected as they do not support PBMAC1 in PKCS#12.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "RHBZ#2430375",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430375"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11187"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted PKCS#12 files. Applications should only handle PKCS#12 files from trusted sources, as these files are typically used for storing private keys and are expected to be secure.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL: Arbitrary code execution or denial of service through crafted PKCS#12 file"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"cve": "CVE-2025-15468",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-01-16T14:21:51.062000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. A remote attacker could trigger a NULL pointer dereference by sending an unknown or unsupported cipher ID during the client hello callback in applications using the QUIC (Quick UDP Internet Connections) protocol. This vulnerability, occurring when the SSL_CIPHER_find() function is called in this specific context, leads to an abnormal termination of the running process, causing a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via NULL pointer dereference in QUIC protocol handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The NULL pointer dereference in the `SSL_CIPHER_find()` function, affecting OpenSSL versions 3.3, 3.4, 3.5, and 3.6, occurs only when applications utilizing the QUIC protocol uncommonly invoke this function from the `client_hello_cb` callback with an unknown cipher ID. This specific usage pattern and the resulting Denial of Service limit the overall impact in the Red Hat context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "RHBZ#2430377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15468",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15468"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via NULL pointer dereference in QUIC protocol handling"
},
{
"cve": "CVE-2025-15469",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-01-16T14:21:51.411000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. When a user signs or verifies files larger than 16MB using the `openssl dgst` command with one-shot algorithms, the tool silently truncates the input to 16MB. This creates an integrity gap, allowing trailing data beyond the initial 16MB to be modified without detection because it remains unauthenticated. This vulnerability primarily impacts workflows that both sign and verify files using the affected `openssl dgst` command.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Data integrity bypass in `openssl dgst` command due to silent truncation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw affects the `openssl dgst` command-line tool when used with one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) on files larger than 16MB. Impact is limited as it requires both signing and verification to be performed using the affected command, and verifiers using library APIs are not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "RHBZ#2430378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15469"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `openssl dgst` command with one-shot algorithms (such as Ed25519, Ed448, or ML-DSA) for files larger than 16MB. Instead, utilize streaming digest algorithms with `openssl dgst` or use library APIs for signing and verification, as these are not affected by the truncation vulnerability. Users should ensure that input files for one-shot signing/verification with `openssl dgst` do not exceed 16MB.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Data integrity bypass in `openssl dgst` command due to silent truncation"
},
{
"cve": "CVE-2025-66199",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T14:21:51.739000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit this vulnerability by sending a specially crafted CompressedCertificate message during the TLS 1.3 handshake. This can cause excessive per-connection memory allocations, leading to resource exhaustion and a Denial of Service (DoS) for affected clients and servers. This issue occurs when TLS 1.3 certificate compression is enabled and negotiated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to excessive memory allocation in TLS 1.3 certificate compression",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. The flaw in OpenSSL 3.3, 3.4, 3.5, and 3.6 allows an attacker to cause excessive memory allocation during TLS 1.3 handshake with certificate compression, potentially leading to a Denial of Service. This affects both clients and servers in mutual TLS scenarios where certificate compression is negotiated. Servers not requesting client certificates are not vulnerable to client-initiated attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "RHBZ#2430379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66199"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the reception of compressed certificates by setting the SSL_OP_NO_RX_CERTIFICATE_COMPRESSION option in OpenSSL configurations. This will prevent the vulnerable code path from being exercised.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to excessive memory allocation in TLS 1.3 certificate compression"
},
{
"cve": "CVE-2025-68160",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-01-16T14:21:52.088000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability involves an out-of-bounds write in the line-buffering BIO filter, which can lead to memory corruption. While exploitation is unlikely to be under direct attacker control, a successful attack could cause an application to crash, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to out-of-bounds write in BIO filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The `BIO_f_linebuffer` filter, where this heap out-of-bounds write occurs, is not used by default in TLS/SSL data paths within Red Hat products. Exploitation requires third-party applications to explicitly use this filter with a BIO chain that can short-write and process large, newline-free data influenced by an attacker, which is an unlikely scenario under attacker control. Red Hat FIPS modules are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "RHBZ#2430380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68160",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68160"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to out-of-bounds write in BIO filter"
},
{
"cve": "CVE-2025-69418",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-01-16T14:21:52.438000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430381"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When applications directly call the low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in a single call on hardware-accelerated builds, the trailing 1-15 bytes of a message may be exposed in cleartext. These exposed bytes are not covered by the authentication tag, allowing an attacker to read or tamper with them without detection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Information disclosure and data tampering via specific low-level OCB encryption/decryption calls",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. In the Red Hat context, impact is limited because typical OpenSSL consumers using higher-level EVP APIs are not affected. The flaw only manifests when applications directly call low-level CRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions with non-block-aligned lengths in hardware-accelerated builds. Additionally, TLS does not use OCB ciphersuites, and FIPS modules are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "RHBZ#2430381",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430381"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69418"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Information disclosure and data tampering via specific low-level OCB encryption/decryption calls"
},
{
"cve": "CVE-2025-69419",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-01-16T14:21:52.793000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing a specially crafted PKCS#12 (Personal Information Exchange Syntax Standard) file, a remote attacker can exploit an out-of-bounds write vulnerability. This issue, occurring within the OPENSSL_uni2utf8() function, leads to memory corruption by writing data beyond its allocated buffer. Successful exploitation could result in a denial of service or potentially allow for arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Arbitrary code execution due to out-of-bounds write in PKCS#12 processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. An out-of-bounds write in OpenSSL\u0027s PKCS12_get_friendlyname() function can lead to denial of service or arbitrary code execution. Exploitation requires an application to parse a specially crafted malicious PKCS#12 file. Red Hat FIPS modules are not affected as the PKCS#12 implementation is outside the FIPS module boundary.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "RHBZ#2430386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69419"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, Red Hat recommends avoiding the processing of PKCS#12 files from untrusted or unverified sources. Applications that use the `PKCS12_get_friendlyname()` API should ensure that PKCS#12 files are only processed if they originate from trusted entities. Restricting the input sources for PKCS#12 files can significantly reduce the attack surface for this flaw.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL: Arbitrary code execution due to out-of-bounds write in PKCS#12 processing"
},
{
"cve": "CVE-2025-69420",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-16T14:21:53.497000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A type confusion vulnerability exists in the TimeStamp Response verification code, where an ASN1_TYPE union member is accessed without proper type validation. A remote attacker can exploit this by providing a malformed TimeStamp Response to an application that verifies timestamp responses. This can lead to an invalid or NULL pointer dereference, resulting in a Denial of Service (DoS) due to an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via malformed TimeStamp Response",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. A type confusion flaw in the TimeStamp Response verification code can lead to a Denial of Service when processing a specially crafted TimeStamp Response. Exploitation requires an application to call `TS_RESP_verify_response()` with a malformed response, and the TimeStamp protocol (RFC 3161) is not widely used. Red Hat FIPS modules are not affected as the TimeStamp Response implementation is outside the FIPS module boundary.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "RHBZ#2430388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69420"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via malformed TimeStamp Response"
},
{
"cve": "CVE-2025-69421",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-01-16T14:21:53.845000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by providing a specially crafted, malformed PKCS#12 file to an application that processes it. The flaw occurs due to a NULL pointer dereference in the PKCS12_item_decrypt_d2i_ex() function when handling the malformed file, leading to an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via malformed PKCS#12 file processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat because it requires an application to process a specially crafted, malformed PKCS#12 file, leading to a Denial of Service. The vulnerability is limited to a crash and cannot be escalated to achieve code execution or memory disclosure. Red Hat FIPS modules are not affected as the PKCS#12 implementation is outside the OpenSSL FIPS module boundary.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "RHBZ#2430387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69421"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Restrict applications from processing untrusted or externally supplied PKCS#12 files, ensuring certificates are sourced only from trusted internal authorities. Additionally, configure critical background services with automatic restart policies (such as systemd\u0027s Restart=on-failure) to quickly restore availability if a denial-of-service crash occurs.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via malformed PKCS#12 file processing"
},
{
"cve": "CVE-2026-2673",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-13T14:01:14.098405+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447327"
}
],
"notes": [
{
"category": "description",
"text": "A key group selection preference flaw has been discovered in OpenSSL. 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. 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\u0027s 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. No OpenSSL FIPS modules are affected by this issue, the code in question lies outside the FIPS boundary.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL TLS 1.3 server may choose unexpected key agreement group",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact of this flaw is limited to the choice of key agreement groups in a specific TLS connection. While a less a preferred key agreement group may allow for a connection to lack post-quantum protection, it is important to know that the connection will still be encrypted with a secure classical cipher and that the degradation of the cipher is limited to the active connection and is not a persistent degradation. Groups which the server operator has disallowed will not be used and it may be the case that the client and server fail to agree upon a key exchange group which would prevent the offending client from constructing a TLS connection.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2673"
},
{
"category": "external",
"summary": "RHBZ#2447327",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447327"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2673"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2673",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2673"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/2157c9d81f7b0bd7dfa25b960e928ec28e8dd63f",
"url": "https://github.com/openssl/openssl/commit/2157c9d81f7b0bd7dfa25b960e928ec28e8dd63f"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/85977e013f32ceb96aa034c0e741adddc1a05e34",
"url": "https://github.com/openssl/openssl/commit/85977e013f32ceb96aa034c0e741adddc1a05e34"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260313.txt",
"url": "https://openssl-library.org/news/secadv/20260313.txt"
}
],
"release_date": "2026-03-13T13:23:00.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL TLS 1.3 server may choose unexpected key agreement group"
},
{
"cve": "CVE-2026-22795",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-01-16T14:21:53.146000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430389"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a Denial of Service (DoS) by tricking a user or application into processing a maliciously crafted PKCS#12 (Personal Information Exchange Syntax Standard) file. The vulnerability leads to an invalid or NULL pointer dereference, resulting in an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to type confusion in PKCS#12 file processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. An application processing a maliciously crafted PKCS#12 file can be caused to dereference an invalid or NULL pointer, resulting in a Denial of Service. In the Red Hat context, impact is limited as PKCS#12 files are typically used for trusted private keys and are not commonly accepted from untrusted sources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "RHBZ#2430389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430389"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22795"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to type confusion in PKCS#12 file processing"
},
{
"cve": "CVE-2026-22796",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-01-16T14:43:21.598000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This type confusion vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted PKCS#7 data to an application that performs signature verification. The vulnerability occurs because the application accesses an ASN1_TYPE union member without proper type validation, leading to an invalid or NULL pointer dereference and a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service via type confusion in PKCS#7 signature verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. A type confusion flaw in the legacy PKCS#7 API can lead to a Denial of Service when processing specially crafted PKCS#7 data. Exploitation requires an application to perform signature verification of malformed PKCS#7 data. Red Hat products utilizing the FIPS module are not affected as the PKCS#7 parsing is outside the module boundary.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22796"
},
{
"category": "external",
"summary": "RHBZ#2430390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22796"
}
],
"release_date": "2026-01-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service via type confusion in PKCS#7 signature verification"
},
{
"cve": "CVE-2026-28386",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-03-25T02:58:58.647000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications using AES-CFB128 encryption or decryption on systems with AVX-512 and VAES support may experience a Denial of Service (DoS). This occurs when processing partial cipher blocks, specifically if the input buffer ends at a memory page boundary and the subsequent page is unmapped. This can lead to an out-of-bounds read of up to 15 bytes and a potential application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Denial of Service due to out-of-bounds read in AES-CFB128",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has a Moderate impact on Red Hat products. It affects applications utilizing AES-CFB128 encryption or decryption on systems equipped with AVX-512 and VAES, potentially leading to a Denial of Service due to an out-of-bounds read when processing partial cipher blocks under specific memory conditions. The CFB mode is not employed in widely used protocols such as TLS/DTLS, which limits the applicability of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28386"
},
{
"category": "external",
"summary": "RHBZ#2451099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28386"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Denial of Service due to out-of-bounds read in AES-CFB128"
},
{
"cve": "CVE-2026-28387",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-03-25T02:59:08.773000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451098"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An uncommon configuration of clients performing DANE TLSA-based server authentication, when paired with uncommon server DANE TLSA records, may result in a use-after-free and/or double-free on the client side. This vulnerability could lead to data corruption, application crashes, or, in severe cases, arbitrary code execution. This issue is highly specific and uncommon, as it only affects clients using both PKIX-TA(0)/PKIX-EE(1) and DANE-TA(2) certificate usages and communicating with a server publishing a TLSA record set with both types of records.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Arbitrary code execution due to use-after-free in DANE TLSA authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low impact vulnerability affects clients performing DANE TLSA-based server authentication only when configured with an uncommon combination of PKIX-TA(0/PKIX-EE(1) and DANE-TA(2) certificate usages. Most common SMTP MTA deployments are not vulnerable as they are recommended to treat PKIX certificate usages as unusable. Exploitation also requires communication with a server publishing a TLSA RRset with both types of records.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28387"
},
{
"category": "external",
"summary": "RHBZ#2451098",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451098"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28387"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28387",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28387"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Arbitrary code execution due to use-after-free in DANE TLSA authentication"
},
{
"cve": "CVE-2026-28388",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-03-25T02:59:08.771000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing a malformed delta Certificate Revocation List (CRL) that lacks a required CRL Number extension, a NULL pointer dereference can occur. This vulnerability can be exploited by a remote attacker who provides a specially crafted delta CRL to an application that has delta CRL processing enabled, leading to a Denial of Service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to NULL pointer dereference in delta CRL processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Low impact. This vulnerability in X.509 certificate verification can lead to a Denial of Service (DoS) due to a NULL pointer dereference when processing a malformed delta Certificate Revocation List (CRL). Exploitation requires the `X509_V_FLAG_USE_DELTAS` flag to be enabled in the verification context, a certificate with a `freshestCRL` extension or a base CRL with `EXFLAG_FRESHEST` set, and an attacker-provided malformed CRL. This flaw is limited to DoS and does not allow for code execution or memory disclosure.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28388"
},
{
"category": "external",
"summary": "RHBZ#2451097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28388"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28388",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28388"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that delta CRL processing is not enabled in applications that do not require it. This vulnerability is only exploitable when the `X509_V_FLAG_USE_DELTAS` flag is explicitly set within the X.509 verification context. Review application configurations to confirm that this flag is not enabled unless absolutely necessary for your security policy. Disabling this flag will prevent the vulnerable code path from being exercised. Specific implementation details will vary depending on the application utilizing X.509 certificate verification.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to NULL pointer dereference in delta CRL processing"
},
{
"cve": "CVE-2026-28389",
"cwe": {
"id": "CWE-166",
"name": "Improper Handling of Missing Special Element"
},
"discovery_date": "2026-03-25T02:59:08.822000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451096"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker could exploit this by sending a specially crafted Cryptographic Message Syntax (CMS) EnvelopedData message with KeyAgreeRecipientInfo. This vulnerability arises because the software attempts to process an optional field without verifying its existence, leading to a NULL pointer dereference. This can result in a Denial of Service (DoS) for applications that handle untrusted CMS data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service vulnerability in CMS processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low impact flaw affects applications processing Cryptographic Message Syntax (CMS) data, specifically crafted CMS EnvelopedData messages with KeyAgreeRecipientInfo. A NULL pointer dereference can occur if the optional parameters field of KeyEncryptionAlgorithmIdentifier is missing, leading to a Denial of Service. Red Hat products are vulnerable if they call `CMS_decrypt()` or `PKCS7_decrypt()` on untrusted input, such as in S/MIME processing or CMS-based protocols.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28389"
},
{
"category": "external",
"summary": "RHBZ#2451096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451096"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28389"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28389",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28389"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted CMS EnvelopedData messages with KeyAgreeRecipientInfo. Restrict network access to services that process CMS data from untrusted sources. If possible, configure applications to only accept CMS data from trusted origins. This operational control helps reduce exposure to the vulnerability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service vulnerability in CMS processing"
},
{
"cve": "CVE-2026-28390",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-04-07T23:01:18.313921+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456314"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker could exploit this vulnerability by sending a specially crafted Cryptographic Message Syntax (CMS) EnvelopedData message. During the processing of a KeyTransportRecipientInfo with RSA-OAEP encryption, the system attempts to access an optional parameter field without first verifying its presence. This leads to a NULL pointer dereference, which can cause applications processing the attacker-controlled CMS data to crash, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to NULL pointer dereference in CMS EnvelopedData processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been rated as moderate by redhat because the vulnerability is limited to a denial-of-service condition caused by a NULL pointer dereference in OpenSSL CMS processing, without evidence of memory corruption or code execution, furthermore the Affected functionality is niche. The vulnerable path requires:\nCMS/S/MIME processing,\nspecifically CMS_decrypt(),\nwith RSA-OAEP KeyTransportRecipientInfo.\nMany OpenSSL consumers never use CMS APIs, never process S/MIME,\nor do not decrypt attacker-controlled CMS objects.\nSo exposure is far narrower than a generic TLS parsing vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28390"
},
{
"category": "external",
"summary": "RHBZ#2456314",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456314"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28390",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28390"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28390",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28390"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/01194a8f1941115cd0383bfa91c736dd3993c8bc",
"url": "https://github.com/openssl/openssl/commit/01194a8f1941115cd0383bfa91c736dd3993c8bc"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/2e39b7a6993be445fddb9fbce316fa756e0397b6",
"url": "https://github.com/openssl/openssl/commit/2e39b7a6993be445fddb9fbce316fa756e0397b6"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/af2a5fecd3e71a29e7568f9c1453dec5cebbaff4",
"url": "https://github.com/openssl/openssl/commit/af2a5fecd3e71a29e7568f9c1453dec5cebbaff4"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/ea7b4ea4f9f853521ba34830cbcadc970d2e0788",
"url": "https://github.com/openssl/openssl/commit/ea7b4ea4f9f853521ba34830cbcadc970d2e0788"
},
{
"category": "external",
"summary": "https://github.com/openssl/openssl/commit/fd2f1a6cf53b9ceeca723a001aa4b825d7c7ee75",
"url": "https://github.com/openssl/openssl/commit/fd2f1a6cf53b9ceeca723a001aa4b825d7c7ee75"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T22:00:54.172000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Applications that process Cryptographic Message Syntax (CMS) EnvelopedData messages should be configured to only accept input from trusted sources. Restricting network access to services that process untrusted CMS data can also reduce exposure to this Denial of Service vulnerability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: OpenSSL: Denial of Service due to NULL pointer dereference in CMS EnvelopedData processing"
},
{
"cve": "CVE-2026-31789",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-25T02:59:09.213000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451095"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability, a heap buffer overflow, affects 32-bit systems when processing an unusually large X.509 certificate. If an application or service attempts to print or log such a specially crafted certificate, it could lead to a system crash or potentially allow an attacker to execute arbitrary code. This issue is considered low severity due to the specific conditions required for exploitation, including the need for an extremely large certificate and a 32-bit operating environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Heap buffer overflow on 32-bit systems from large X.509 certificate processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has a Low impact. The vulnerability affects 32-bit systems and requires an application or service to process an unusually large X.509 certificate (over 1 Gigabyte) by printing or logging its contents. This specific condition makes exploitation unlikely in typical Red Hat environments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31789"
},
{
"category": "external",
"summary": "RHBZ#2451095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451095"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31789",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31789"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31789",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31789"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing or logging untrusted X.509 certificates, particularly those with unusually large OCTET STRING values. Restricting the source of X.509 certificates to trusted entities can reduce exposure to this vulnerability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Heap buffer overflow on 32-bit systems from large X.509 certificate processing"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T08:50:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7261"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:openssl-main@aarch64",
"Red Hat Hardened Images:openssl-main@src",
"Red Hat Hardened Images:openssl-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
}
]
}
SUSE-SU-2026:20211-1
Vulnerability from csaf_suse - Published: 2026-02-02 12:59 - Updated: 2026-02-02 12:59| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
{
"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 fixes:\n\n - CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256829).\n - CVE-2025-15467: Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256830).\n - CVE-2025-15468: NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256831).\n - CVE-2025-15469: \"openssl dgst\" one-shot codepath silently truncates inputs \u003e16MB (bsc#1256832).\n - CVE-2025-66199: TLS 1.3 CompressedCertificate excessive memory allocation (bsc#1256833).\n - CVE-2025-68160: Heap out-of-bounds write in BIO_f_linebuffer on short writes (bsc#1256834).\n - CVE-2025-69418: Unauthenticated/unencrypted trailing bytes with low-level OCB function calls (bsc#1256835).\n - CVE-2025-69419: Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion (bsc#1256836).\n - CVE-2025-69420: Missing ASN1_TYPE validation in TS_RESP_verify_response() function (bsc#1256837).\n - CVE-2025-69421: NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex function (bsc#1256838).\n - CVE-2026-22795: Missing ASN1_TYPE validation in PKCS#12 parsing (bsc#1256839).\n - CVE-2026-22796: ASN1_TYPE Type Confusion in the PKCS7_digest_from_attributes() function (bsc#1256840).\n\nOther fixes:\n\n- Enable livepatching support for ppc64le (bsc#1257274).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-237",
"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_20211-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20211-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620211-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20211-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024049.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256829",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "self",
"summary": "SUSE Bug 1256830",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "self",
"summary": "SUSE Bug 1256831",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "self",
"summary": "SUSE Bug 1256832",
"url": "https://bugzilla.suse.com/1256832"
},
{
"category": "self",
"summary": "SUSE Bug 1256833",
"url": "https://bugzilla.suse.com/1256833"
},
{
"category": "self",
"summary": "SUSE Bug 1256834",
"url": "https://bugzilla.suse.com/1256834"
},
{
"category": "self",
"summary": "SUSE Bug 1256835",
"url": "https://bugzilla.suse.com/1256835"
},
{
"category": "self",
"summary": "SUSE Bug 1256836",
"url": "https://bugzilla.suse.com/1256836"
},
{
"category": "self",
"summary": "SUSE Bug 1256837",
"url": "https://bugzilla.suse.com/1256837"
},
{
"category": "self",
"summary": "SUSE Bug 1256838",
"url": "https://bugzilla.suse.com/1256838"
},
{
"category": "self",
"summary": "SUSE Bug 1256839",
"url": "https://bugzilla.suse.com/1256839"
},
{
"category": "self",
"summary": "SUSE Bug 1256840",
"url": "https://bugzilla.suse.com/1256840"
},
{
"category": "self",
"summary": "SUSE Bug 1257274",
"url": "https://bugzilla.suse.com/1257274"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15469 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15469/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66199 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68160/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69418 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69418/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69419 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69420 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69421 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69421/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22795 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22796 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22796/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-02-02T12:59:47Z",
"generator": {
"date": "2026-02-02T12:59:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20211-1",
"initial_release_date": "2026-02-02T12:59:47Z",
"revision_history": [
{
"date": "2026-02-02T12:59:47Z",
"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.5.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.aarch64",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl3-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.aarch64",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.aarch64",
"product_id": "openssl-3-3.5.0-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl3-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.ppc64le",
"product_id": "openssl-3-3.5.0-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl3-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.s390x",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.s390x",
"product_id": "openssl-3-3.5.0-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl3-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.x86_64",
"product_id": "openssl-3-3.5.0-160000.5.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:sles:16:16.0:transactional"
}
}
}
],
"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.5.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.5.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.5.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.0-160000.5.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
},
"product_reference": "openssl-3-3.5.0-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-15469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15469"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The \u0027openssl dgst\u0027 command-line tool silently truncates input\ndata to 16MB when using one-shot signing algorithms and reports success instead\nof an error.\n\nImpact summary: A user signing or verifying files larger than 16MB with\none-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire\nfile is authenticated while trailing data beyond 16MB remains unauthenticated.\n\nWhen the \u0027openssl dgst\u0027 command is used with algorithms that only support\none-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input\nis buffered with a 16MB limit. If the input exceeds this limit, the tool\nsilently truncates to the first 16MB and continues without signaling an error,\ncontrary to what the documentation states. This creates an integrity gap where\ntrailing bytes can be modified without detection if both signing and\nverification are performed using the same affected codepath.\n\nThe issue affects only the command-line tool behavior. Verifiers that process\nthe full message using library APIs will reject the signature, so the risk\nprimarily affects workflows that both sign and verify with the affected\n\u0027openssl dgst\u0027 command. Streaming digest algorithms for \u0027openssl dgst\u0027 and\nlibrary users are unaffected.\n\nThe FIPS modules in 3.5 and 3.6 are not affected by this issue, as the\ncommand-line tools are outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.5 and 3.6 are vulnerable to this issue.\n\nOpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15469",
"url": "https://www.suse.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "SUSE Bug 1256832 for CVE-2025-15469",
"url": "https://bugzilla.suse.com/1256832"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-15469"
},
{
"cve": "CVE-2025-66199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66199"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A TLS 1.3 connection using certificate compression can be\nforced to allocate a large buffer before decompression without checking\nagainst the configured certificate size limit.\n\nImpact summary: An attacker can cause per-connection memory allocations of\nup to approximately 22 MiB and extra CPU work, potentially leading to\nservice degradation or resource exhaustion (Denial of Service).\n\nIn affected configurations, the peer-supplied uncompressed certificate\nlength from a CompressedCertificate message is used to grow a heap buffer\nprior to decompression. This length is not bounded by the max_cert_list\nsetting, which otherwise constrains certificate message sizes. An attacker\ncan exploit this to cause large per-connection allocations followed by\nhandshake failure. No memory corruption or information disclosure occurs.\n\nThis issue only affects builds where TLS 1.3 certificate compression is\ncompiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression\nalgorithm (brotli, zlib, or zstd) is available, and where the compression\nextension is negotiated. Both clients receiving a server CompressedCertificate\nand servers in mutual TLS scenarios receiving a client CompressedCertificate\nare affected. Servers that do not request client certificates are not\nvulnerable to client-initiated attacks.\n\nUsers can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION\nto disable receiving compressed certificates.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the TLS implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66199",
"url": "https://www.suse.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "SUSE Bug 1256833 for CVE-2025-66199",
"url": "https://bugzilla.suse.com/1256833"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-66199"
},
{
"cve": "CVE-2025-68160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68160"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Writing large, newline-free data into a BIO chain using the\nline-buffering filter where the next BIO performs short writes can trigger\na heap-based out-of-bounds write.\n\nImpact summary: This out-of-bounds write can cause memory corruption which\ntypically results in a crash, leading to Denial of Service for an application.\n\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\nexplicitly use this filter with a BIO chain that can short-write and that\nwrite large, newline-free data influenced by an attacker would be affected.\nHowever, the circumstances where this could happen are unlikely to be under\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\ndata controlled by an attacker. For that reason the issue was assessed as\nLow severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68160",
"url": "https://www.suse.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "SUSE Bug 1256834 for CVE-2025-68160",
"url": "https://bugzilla.suse.com/1256834"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-69418",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69418"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When using the low-level OCB API directly with AES-NI or\u003cbr\u003eother hardware-accelerated code paths, inputs whose length is not a multiple\u003cbr\u003eof 16 bytes can leave the final partial block unencrypted and unauthenticated.\u003cbr\u003e\u003cbr\u003eImpact summary: The trailing 1-15 bytes of a message may be exposed in\u003cbr\u003ecleartext on encryption and are not covered by the authentication tag,\u003cbr\u003eallowing an attacker to read or tamper with those bytes without detection.\u003cbr\u003e\u003cbr\u003eThe low-level OCB encrypt and decrypt routines in the hardware-accelerated\u003cbr\u003estream path process full 16-byte blocks but do not advance the input/output\u003cbr\u003epointers. The subsequent tail-handling code then operates on the original\u003cbr\u003ebase pointers, effectively reprocessing the beginning of the buffer while\u003cbr\u003eleaving the actual trailing bytes unprocessed. The authentication checksum\u003cbr\u003ealso excludes the true tail bytes.\u003cbr\u003e\u003cbr\u003eHowever, typical OpenSSL consumers using EVP are not affected because the\u003cbr\u003ehigher-level EVP and provider OCB implementations split inputs so that full\u003cbr\u003eblocks and trailing partial blocks are processed in separate calls, avoiding\u003cbr\u003ethe problematic code path. Additionally, TLS does not use OCB ciphersuites.\u003cbr\u003eThe vulnerability only affects applications that call the low-level\u003cbr\u003eCRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with\u003cbr\u003enon-block-aligned lengths in a single call on hardware-accelerated builds.\u003cbr\u003eFor these reasons the issue was assessed as Low severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected\u003cbr\u003eby this issue, as OCB mode is not a FIPS-approved algorithm.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69418",
"url": "https://www.suse.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "SUSE Bug 1256835 for CVE-2025-69418",
"url": "https://bugzilla.suse.com/1256835"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69419"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously\ncrafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing\nnon-ASCII BMP code point can trigger a one byte write before the allocated\nbuffer.\n\nImpact summary: The out-of-bounds write can cause a memory corruption\nwhich can have various consequences including a Denial of Service.\n\nThe OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12\nBMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes,\nthe helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16\nsource byte count as the destination buffer capacity to UTF8_putc(). For BMP\ncode points above U+07FF, UTF-8 requires three bytes, but the forwarded\ncapacity can be just two bytes. UTF8_putc() then returns -1, and this negative\nvalue is added to the output length without validation, causing the\nlength to become negative. The subsequent trailing NUL byte is then written\nat a negative offset, causing write outside of heap allocated buffer.\n\nThe vulnerability is reachable via the public PKCS12_get_friendlyname() API\nwhen parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a\ndifferent code path that avoids this issue, PKCS12_get_friendlyname() directly\ninvokes the vulnerable function. Exploitation requires an attacker to provide\na malicious PKCS#12 file to be parsed by the application and the attacker\ncan just trigger a one zero byte write before the allocated buffer.\nFor that reason the issue was assessed as Low severity according to our\nSecurity 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 PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69419",
"url": "https://www.suse.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "SUSE Bug 1256836 for CVE-2025-69419",
"url": "https://bugzilla.suse.com/1256836"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69420"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A type confusion vulnerability exists in the TimeStamp Response\nverification code where an ASN1_TYPE union member is accessed without first\nvalidating the type, causing an invalid or NULL pointer dereference when\nprocessing a malformed TimeStamp Response file.\n\nImpact summary: An application calling TS_RESP_verify_response() with a\nmalformed TimeStamp Response can be caused to dereference an invalid or\nNULL pointer when reading, resulting in a Denial of Service.\n\nThe functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2()\naccess the signing cert attribute value without validating its type.\nWhen the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory\nthrough the ASN1_TYPE union, causing a crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nTimeStamp Response to an application that verifies timestamp responses. The\nTimeStamp protocol (RFC 3161) is not widely used and the impact of the\nexploit is just a Denial of Service. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the TimeStamp Response implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69420",
"url": "https://www.suse.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "SUSE Bug 1256837 for CVE-2025-69420",
"url": "https://bugzilla.suse.com/1256837"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69421"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer\ndereference in the PKCS12_item_decrypt_d2i_ex() function.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to\nDenial of Service for an application processing PKCS#12 files.\n\nThe PKCS12_item_decrypt_d2i_ex() function does not check whether the oct\nparameter is NULL before dereferencing it. When called from\nPKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can\nbe NULL, causing a crash. The vulnerability is limited to Denial of Service\nand cannot be escalated to achieve code execution or memory disclosure.\n\nExploiting this issue requires an attacker to provide a malformed PKCS#12 file\nto an application that processes it. For that reason the issue was assessed as\nLow 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 PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69421",
"url": "https://www.suse.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "SUSE Bug 1256838 for CVE-2025-69421",
"url": "https://bugzilla.suse.com/1256838"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2026-22795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22795"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An invalid or NULL pointer dereference can happen in\nan application processing a malformed PKCS#12 file.\n\nImpact summary: An application processing a malformed PKCS#12 file can be\ncaused to dereference an invalid or NULL pointer on memory read, resulting\nin a Denial of Service.\n\nA type confusion vulnerability exists in PKCS#12 parsing code where\nan ASN1_TYPE union member is accessed without first validating the type,\ncausing an invalid pointer read.\n\nThe location is constrained to a 1-byte address space, meaning any\nattempted pointer manipulation can only target addresses between 0x00 and 0xFF.\nThis range corresponds to the zero page, which is unmapped on most modern\noperating systems and will reliably result in a crash, leading only to a\nDenial of Service. Exploiting this issue also requires a user or application\nto process a maliciously crafted PKCS#12 file. It is uncommon to accept\nuntrusted PKCS#12 files in applications as they are usually used to store\nprivate keys which are trusted by definition. For these reasons, the issue\nwas assessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22795",
"url": "https://www.suse.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "SUSE Bug 1256839 for CVE-2026-22795",
"url": "https://bugzilla.suse.com/1256839"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22796"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A type confusion vulnerability exists in the signature\nverification of signed PKCS#7 data where an ASN1_TYPE union member is\naccessed without first validating the type, causing an invalid or NULL\npointer dereference when processing malformed PKCS#7 data.\n\nImpact summary: An application performing signature verification of PKCS#7\ndata or calling directly the PKCS7_digest_from_attributes() function can be\ncaused to dereference an invalid or NULL pointer when reading, resulting in\na Denial of Service.\n\nThe function PKCS7_digest_from_attributes() accesses the message digest attribute\nvalue without validating its type. When the type is not V_ASN1_OCTET_STRING,\nthis results in accessing invalid memory through the ASN1_TYPE union, causing\na crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nsigned PKCS#7 to an application that verifies it. The impact of the\nexploit is just a Denial of Service, the PKCS7 API is legacy and applications\nshould be using the CMS API instead. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS#7 parsing implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22796",
"url": "https://www.suse.com/security/cve/CVE-2026-22796"
},
{
"category": "external",
"summary": "SUSE Bug 1256840 for CVE-2026-22796",
"url": "https://bugzilla.suse.com/1256840"
}
],
"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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Micro 6.2:openssl-3-3.5.0-160000.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-22796"
}
]
}
SUSE-SU-2026:20223-1
Vulnerability from csaf_suse - Published: 2026-02-02 12:59 - Updated: 2026-02-02 12:59| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.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.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.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.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch | — |
Vendor Fix
|
{
"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 fixes:\n\n - CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256829).\n - CVE-2025-15467: Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256830).\n - CVE-2025-15468: NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256831).\n - CVE-2025-15469: \"openssl dgst\" one-shot codepath silently truncates inputs \u003e16MB (bsc#1256832).\n - CVE-2025-66199: TLS 1.3 CompressedCertificate excessive memory allocation (bsc#1256833).\n - CVE-2025-68160: Heap out-of-bounds write in BIO_f_linebuffer on short writes (bsc#1256834).\n - CVE-2025-69418: Unauthenticated/unencrypted trailing bytes with low-level OCB function calls (bsc#1256835).\n - CVE-2025-69419: Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion (bsc#1256836).\n - CVE-2025-69420: Missing ASN1_TYPE validation in TS_RESP_verify_response() function (bsc#1256837).\n - CVE-2025-69421: NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex function (bsc#1256838).\n - CVE-2026-22795: Missing ASN1_TYPE validation in PKCS#12 parsing (bsc#1256839).\n - CVE-2026-22796: ASN1_TYPE Type Confusion in the PKCS7_digest_from_attributes() function (bsc#1256840).\n\nOther fixes:\n\n- Enable livepatching support for ppc64le (bsc#1257274).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-237",
"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_20223-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20223-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620223-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20223-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024064.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256829",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "self",
"summary": "SUSE Bug 1256830",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "self",
"summary": "SUSE Bug 1256831",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "self",
"summary": "SUSE Bug 1256832",
"url": "https://bugzilla.suse.com/1256832"
},
{
"category": "self",
"summary": "SUSE Bug 1256833",
"url": "https://bugzilla.suse.com/1256833"
},
{
"category": "self",
"summary": "SUSE Bug 1256834",
"url": "https://bugzilla.suse.com/1256834"
},
{
"category": "self",
"summary": "SUSE Bug 1256835",
"url": "https://bugzilla.suse.com/1256835"
},
{
"category": "self",
"summary": "SUSE Bug 1256836",
"url": "https://bugzilla.suse.com/1256836"
},
{
"category": "self",
"summary": "SUSE Bug 1256837",
"url": "https://bugzilla.suse.com/1256837"
},
{
"category": "self",
"summary": "SUSE Bug 1256838",
"url": "https://bugzilla.suse.com/1256838"
},
{
"category": "self",
"summary": "SUSE Bug 1256839",
"url": "https://bugzilla.suse.com/1256839"
},
{
"category": "self",
"summary": "SUSE Bug 1256840",
"url": "https://bugzilla.suse.com/1256840"
},
{
"category": "self",
"summary": "SUSE Bug 1257274",
"url": "https://bugzilla.suse.com/1257274"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15469 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15469/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66199 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68160 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68160/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69418 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69418/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69419 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69419/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69420 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69420/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-69421 page",
"url": "https://www.suse.com/security/cve/CVE-2025-69421/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22795 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22796 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22796/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2026-02-02T12:59:47Z",
"generator": {
"date": "2026-02-02T12:59:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20223-1",
"initial_release_date": "2026-02-02T12:59:47Z",
"revision_history": [
{
"date": "2026-02-02T12:59:47Z",
"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.5.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.aarch64",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.aarch64",
"product_id": "libopenssl3-3.5.0-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.aarch64",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.aarch64",
"product_id": "openssl-3-3.5.0-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-doc-3.5.0-160000.5.1.noarch",
"product": {
"name": "openssl-3-doc-3.5.0-160000.5.1.noarch",
"product_id": "openssl-3-doc-3.5.0-160000.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.ppc64le",
"product_id": "libopenssl3-3.5.0-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.ppc64le",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.ppc64le",
"product_id": "openssl-3-3.5.0-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.s390x",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.s390x",
"product_id": "libopenssl3-3.5.0-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.s390x",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.s390x",
"product_id": "openssl-3-3.5.0-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl-3-devel-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl3-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl3-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"product_id": "libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.0-160000.5.1.x86_64",
"product": {
"name": "openssl-3-3.5.0-160000.5.1.x86_64",
"product_id": "openssl-3-3.5.0-160000.5.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:16.0:server"
}
}
},
{
"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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.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.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.noarch"
},
"product_reference": "openssl-3-doc-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.0-160000.5.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.5.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.5.1.aarch64"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.ppc64le"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.s390x"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.x86_64"
},
"product_reference": "openssl-3-3.5.0-160000.5.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.5.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.5.1.noarch"
},
"product_reference": "openssl-3-doc-3.5.0-160000.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-15469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15469"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The \u0027openssl dgst\u0027 command-line tool silently truncates input\ndata to 16MB when using one-shot signing algorithms and reports success instead\nof an error.\n\nImpact summary: A user signing or verifying files larger than 16MB with\none-shot algorithms (such as Ed25519, Ed448, or ML-DSA) may believe the entire\nfile is authenticated while trailing data beyond 16MB remains unauthenticated.\n\nWhen the \u0027openssl dgst\u0027 command is used with algorithms that only support\none-shot signing (Ed25519, Ed448, ML-DSA-44, ML-DSA-65, ML-DSA-87), the input\nis buffered with a 16MB limit. If the input exceeds this limit, the tool\nsilently truncates to the first 16MB and continues without signaling an error,\ncontrary to what the documentation states. This creates an integrity gap where\ntrailing bytes can be modified without detection if both signing and\nverification are performed using the same affected codepath.\n\nThe issue affects only the command-line tool behavior. Verifiers that process\nthe full message using library APIs will reject the signature, so the risk\nprimarily affects workflows that both sign and verify with the affected\n\u0027openssl dgst\u0027 command. Streaming digest algorithms for \u0027openssl dgst\u0027 and\nlibrary users are unaffected.\n\nThe FIPS modules in 3.5 and 3.6 are not affected by this issue, as the\ncommand-line tools are outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.5 and 3.6 are vulnerable to this issue.\n\nOpenSSL 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15469",
"url": "https://www.suse.com/security/cve/CVE-2025-15469"
},
{
"category": "external",
"summary": "SUSE Bug 1256832 for CVE-2025-15469",
"url": "https://bugzilla.suse.com/1256832"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-15469"
},
{
"cve": "CVE-2025-66199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66199"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A TLS 1.3 connection using certificate compression can be\nforced to allocate a large buffer before decompression without checking\nagainst the configured certificate size limit.\n\nImpact summary: An attacker can cause per-connection memory allocations of\nup to approximately 22 MiB and extra CPU work, potentially leading to\nservice degradation or resource exhaustion (Denial of Service).\n\nIn affected configurations, the peer-supplied uncompressed certificate\nlength from a CompressedCertificate message is used to grow a heap buffer\nprior to decompression. This length is not bounded by the max_cert_list\nsetting, which otherwise constrains certificate message sizes. An attacker\ncan exploit this to cause large per-connection allocations followed by\nhandshake failure. No memory corruption or information disclosure occurs.\n\nThis issue only affects builds where TLS 1.3 certificate compression is\ncompiled in (i.e., not OPENSSL_NO_COMP_ALG) and at least one compression\nalgorithm (brotli, zlib, or zstd) is available, and where the compression\nextension is negotiated. Both clients receiving a server CompressedCertificate\nand servers in mutual TLS scenarios receiving a client CompressedCertificate\nare affected. Servers that do not request client certificates are not\nvulnerable to client-initiated attacks.\n\nUsers can mitigate this issue by setting SSL_OP_NO_RX_CERTIFICATE_COMPRESSION\nto disable receiving compressed certificates.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the TLS implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66199",
"url": "https://www.suse.com/security/cve/CVE-2025-66199"
},
{
"category": "external",
"summary": "SUSE Bug 1256833 for CVE-2025-66199",
"url": "https://bugzilla.suse.com/1256833"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-66199"
},
{
"cve": "CVE-2025-68160",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68160"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Writing large, newline-free data into a BIO chain using the\nline-buffering filter where the next BIO performs short writes can trigger\na heap-based out-of-bounds write.\n\nImpact summary: This out-of-bounds write can cause memory corruption which\ntypically results in a crash, leading to Denial of Service for an application.\n\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\nexplicitly use this filter with a BIO chain that can short-write and that\nwrite large, newline-free data influenced by an attacker would be affected.\nHowever, the circumstances where this could happen are unlikely to be under\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\ndata controlled by an attacker. For that reason the issue was assessed as\nLow severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68160",
"url": "https://www.suse.com/security/cve/CVE-2025-68160"
},
{
"category": "external",
"summary": "SUSE Bug 1256834 for CVE-2025-68160",
"url": "https://bugzilla.suse.com/1256834"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-69418",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69418"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When using the low-level OCB API directly with AES-NI or\u003cbr\u003eother hardware-accelerated code paths, inputs whose length is not a multiple\u003cbr\u003eof 16 bytes can leave the final partial block unencrypted and unauthenticated.\u003cbr\u003e\u003cbr\u003eImpact summary: The trailing 1-15 bytes of a message may be exposed in\u003cbr\u003ecleartext on encryption and are not covered by the authentication tag,\u003cbr\u003eallowing an attacker to read or tamper with those bytes without detection.\u003cbr\u003e\u003cbr\u003eThe low-level OCB encrypt and decrypt routines in the hardware-accelerated\u003cbr\u003estream path process full 16-byte blocks but do not advance the input/output\u003cbr\u003epointers. The subsequent tail-handling code then operates on the original\u003cbr\u003ebase pointers, effectively reprocessing the beginning of the buffer while\u003cbr\u003eleaving the actual trailing bytes unprocessed. The authentication checksum\u003cbr\u003ealso excludes the true tail bytes.\u003cbr\u003e\u003cbr\u003eHowever, typical OpenSSL consumers using EVP are not affected because the\u003cbr\u003ehigher-level EVP and provider OCB implementations split inputs so that full\u003cbr\u003eblocks and trailing partial blocks are processed in separate calls, avoiding\u003cbr\u003ethe problematic code path. Additionally, TLS does not use OCB ciphersuites.\u003cbr\u003eThe vulnerability only affects applications that call the low-level\u003cbr\u003eCRYPTO_ocb128_encrypt() or CRYPTO_ocb128_decrypt() functions directly with\u003cbr\u003enon-block-aligned lengths in a single call on hardware-accelerated builds.\u003cbr\u003eFor these reasons the issue was assessed as Low severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected\u003cbr\u003eby this issue, as OCB mode is not a FIPS-approved algorithm.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\u003cbr\u003e\u003cbr\u003eOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69418",
"url": "https://www.suse.com/security/cve/CVE-2025-69418"
},
{
"category": "external",
"summary": "SUSE Bug 1256835 for CVE-2025-69418",
"url": "https://bugzilla.suse.com/1256835"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69419"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Calling PKCS12_get_friendlyname() function on a maliciously\ncrafted PKCS#12 file with a BMPString (UTF-16BE) friendly name containing\nnon-ASCII BMP code point can trigger a one byte write before the allocated\nbuffer.\n\nImpact summary: The out-of-bounds write can cause a memory corruption\nwhich can have various consequences including a Denial of Service.\n\nThe OPENSSL_uni2utf8() function performs a two-pass conversion of a PKCS#12\nBMPString (UTF-16BE) to UTF-8. In the second pass, when emitting UTF-8 bytes,\nthe helper function bmp_to_utf8() incorrectly forwards the remaining UTF-16\nsource byte count as the destination buffer capacity to UTF8_putc(). For BMP\ncode points above U+07FF, UTF-8 requires three bytes, but the forwarded\ncapacity can be just two bytes. UTF8_putc() then returns -1, and this negative\nvalue is added to the output length without validation, causing the\nlength to become negative. The subsequent trailing NUL byte is then written\nat a negative offset, causing write outside of heap allocated buffer.\n\nThe vulnerability is reachable via the public PKCS12_get_friendlyname() API\nwhen parsing attacker-controlled PKCS#12 files. While PKCS12_parse() uses a\ndifferent code path that avoids this issue, PKCS12_get_friendlyname() directly\ninvokes the vulnerable function. Exploitation requires an attacker to provide\na malicious PKCS#12 file to be parsed by the application and the attacker\ncan just trigger a one zero byte write before the allocated buffer.\nFor that reason the issue was assessed as Low severity according to our\nSecurity 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 PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69419",
"url": "https://www.suse.com/security/cve/CVE-2025-69419"
},
{
"category": "external",
"summary": "SUSE Bug 1256836 for CVE-2025-69419",
"url": "https://bugzilla.suse.com/1256836"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69420"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A type confusion vulnerability exists in the TimeStamp Response\nverification code where an ASN1_TYPE union member is accessed without first\nvalidating the type, causing an invalid or NULL pointer dereference when\nprocessing a malformed TimeStamp Response file.\n\nImpact summary: An application calling TS_RESP_verify_response() with a\nmalformed TimeStamp Response can be caused to dereference an invalid or\nNULL pointer when reading, resulting in a Denial of Service.\n\nThe functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2()\naccess the signing cert attribute value without validating its type.\nWhen the type is not V_ASN1_SEQUENCE, this results in accessing invalid memory\nthrough the ASN1_TYPE union, causing a crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nTimeStamp Response to an application that verifies timestamp responses. The\nTimeStamp protocol (RFC 3161) is not widely used and the impact of the\nexploit is just a Denial of Service. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the TimeStamp Response implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69420",
"url": "https://www.suse.com/security/cve/CVE-2025-69420"
},
{
"category": "external",
"summary": "SUSE Bug 1256837 for CVE-2025-69420",
"url": "https://bugzilla.suse.com/1256837"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-69421"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing a malformed PKCS#12 file can trigger a NULL pointer\ndereference in the PKCS12_item_decrypt_d2i_ex() function.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to\nDenial of Service for an application processing PKCS#12 files.\n\nThe PKCS12_item_decrypt_d2i_ex() function does not check whether the oct\nparameter is NULL before dereferencing it. When called from\nPKCS12_unpack_p7encdata() with a malformed PKCS#12 file, this parameter can\nbe NULL, causing a crash. The vulnerability is limited to Denial of Service\nand cannot be escalated to achieve code execution or memory disclosure.\n\nExploiting this issue requires an attacker to provide a malformed PKCS#12 file\nto an application that processes it. For that reason the issue was assessed as\nLow 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 PKCS#12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-69421",
"url": "https://www.suse.com/security/cve/CVE-2025-69421"
},
{
"category": "external",
"summary": "SUSE Bug 1256838 for CVE-2025-69421",
"url": "https://bugzilla.suse.com/1256838"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2026-22795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22795"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An invalid or NULL pointer dereference can happen in\nan application processing a malformed PKCS#12 file.\n\nImpact summary: An application processing a malformed PKCS#12 file can be\ncaused to dereference an invalid or NULL pointer on memory read, resulting\nin a Denial of Service.\n\nA type confusion vulnerability exists in PKCS#12 parsing code where\nan ASN1_TYPE union member is accessed without first validating the type,\ncausing an invalid pointer read.\n\nThe location is constrained to a 1-byte address space, meaning any\nattempted pointer manipulation can only target addresses between 0x00 and 0xFF.\nThis range corresponds to the zero page, which is unmapped on most modern\noperating systems and will reliably result in a crash, leading only to a\nDenial of Service. Exploiting this issue also requires a user or application\nto process a maliciously crafted PKCS#12 file. It is uncommon to accept\nuntrusted PKCS#12 files in applications as they are usually used to store\nprivate keys which are trusted by definition. For these reasons, the issue\nwas assessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS12 implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0 and 1.1.1 are vulnerable to this issue.\n\nOpenSSL 1.0.2 is not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22795",
"url": "https://www.suse.com/security/cve/CVE-2026-22795"
},
{
"category": "external",
"summary": "SUSE Bug 1256839 for CVE-2026-22795",
"url": "https://bugzilla.suse.com/1256839"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22796"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A type confusion vulnerability exists in the signature\nverification of signed PKCS#7 data where an ASN1_TYPE union member is\naccessed without first validating the type, causing an invalid or NULL\npointer dereference when processing malformed PKCS#7 data.\n\nImpact summary: An application performing signature verification of PKCS#7\ndata or calling directly the PKCS7_digest_from_attributes() function can be\ncaused to dereference an invalid or NULL pointer when reading, resulting in\na Denial of Service.\n\nThe function PKCS7_digest_from_attributes() accesses the message digest attribute\nvalue without validating its type. When the type is not V_ASN1_OCTET_STRING,\nthis results in accessing invalid memory through the ASN1_TYPE union, causing\na crash.\n\nExploiting this vulnerability requires an attacker to provide a malformed\nsigned PKCS#7 to an application that verifies it. The impact of the\nexploit is just a Denial of Service, the PKCS7 API is legacy and applications\nshould be using the CMS API instead. For these reasons the issue was\nassessed as Low severity.\n\nThe FIPS modules in 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the PKCS#7 parsing implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22796",
"url": "https://www.suse.com/security/cve/CVE-2026-22796"
},
{
"category": "external",
"summary": "SUSE Bug 1256840 for CVE-2026-22796",
"url": "https://bugzilla.suse.com/1256840"
}
],
"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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.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.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-devel-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl-3-fips-provider-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libopenssl3-x86-64-v3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-3.5.0-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-doc-3.5.0-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-02T12:59:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-22796"
}
]
}
SUSE-SU-2026:20542-1
Vulnerability from csaf_suse - Published: 2026-02-18 16:23 - Updated: 2026-02-18 16:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-livepatches fixes the following issues:\n\n- CVE-2025-11187: Fixed improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Fixed stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: Fixed NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2025-9230: Fixed out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap (bsc#1250410).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-298",
"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_20542-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20542-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620542-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20542-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024594.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250410",
"url": "https://bugzilla.suse.com/1250410"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9230 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9230/"
}
],
"title": "Security update for openssl-3-livepatches",
"tracking": {
"current_release_date": "2026-02-18T16:23:27Z",
"generator": {
"date": "2026-02-18T16:23:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20542-1",
"initial_release_date": "2026-02-18T16:23:27Z",
"revision_history": [
{
"date": "2026-02-18T16:23:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"product": {
"name": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"product_id": "openssl-3-livepatches-0.3-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"product": {
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"product_id": "openssl-3-livepatches-0.3-160000.1.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:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.3-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-9230",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9230"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An application trying to decrypt CMS messages encrypted using\npassword based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to\nDenial of Service for an application. The out-of-bounds write can cause\na memory corruption which can have various consequences including\na Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability\ncould be severe, the probability that the attacker would be able to\nperform it is low. Besides, password based (PWRI) encryption support in CMS\nmessages is very rarely used. For that reason the issue was assessed as\nModerate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9230",
"url": "https://www.suse.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "SUSE Bug 1250232 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250232"
},
{
"category": "external",
"summary": "SUSE Bug 1250410 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250410"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-9230"
}
]
}
SUSE-SU-2026:20607-1
Vulnerability from csaf_suse - Published: 2026-02-18 16:23 - Updated: 2026-02-18 16:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-livepatches fixes the following issues:\n\n- CVE-2025-11187: Fixed improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Fixed stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: Fixed NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2025-9230: Fixed out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap (bsc#1250410).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-298",
"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_20607-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20607-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620607-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20607-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024609.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250410",
"url": "https://bugzilla.suse.com/1250410"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9230 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9230/"
}
],
"title": "Security update for openssl-3-livepatches",
"tracking": {
"current_release_date": "2026-02-18T16:23:27Z",
"generator": {
"date": "2026-02-18T16:23:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20607-1",
"initial_release_date": "2026-02-18T16:23:27Z",
"revision_history": [
{
"date": "2026-02-18T16:23:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"product": {
"name": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"product_id": "openssl-3-livepatches-0.3-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"product": {
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"product_id": "openssl-3-livepatches-0.3-160000.1.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:16.0:server"
}
}
},
{
"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": "openssl-3-livepatches-0.3-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.3-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.3-160000.1.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-livepatches-0.3-160000.1.1.ppc64le"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.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-livepatches-0.3-160000.1.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-livepatches-0.3-160000.1.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-9230",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9230"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An application trying to decrypt CMS messages encrypted using\npassword based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to\nDenial of Service for an application. The out-of-bounds write can cause\na memory corruption which can have various consequences including\na Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability\ncould be severe, the probability that the attacker would be able to\nperform it is low. Besides, password based (PWRI) encryption support in CMS\nmessages is very rarely used. For that reason the issue was assessed as\nModerate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9230",
"url": "https://www.suse.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "SUSE Bug 1250232 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250232"
},
{
"category": "external",
"summary": "SUSE Bug 1250410 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250410"
}
],
"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:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T16:23:27Z",
"details": "important"
}
],
"title": "CVE-2025-9230"
}
]
}
SUSE-SU-2026:21544-1
Vulnerability from csaf_suse - Published: 2026-05-05 00:19 - Updated: 2026-05-05 00:19| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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-x86_64-v3-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-x86_64-v3-livepatches fixes the following issues:\n\nChanges in openssl-3-x86_64-v3-livepatches:\n\n- Add package for libopenssl3-x86-64-v3-3.5.0 (bsc#1259271).\n\nFixed:\n\n- CVE-2025-11187: Fixed Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Fixed Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: Fixed NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2025-9230: Fixed Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap (CVE-2025-9230) (bsc#1250410).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-675",
"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_21544-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21544-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621544-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21544-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025974.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250410",
"url": "https://bugzilla.suse.com/1250410"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE Bug 1259271",
"url": "https://bugzilla.suse.com/1259271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-9230 page",
"url": "https://www.suse.com/security/cve/CVE-2025-9230/"
}
],
"title": "Security update for openssl-3-x86_64-v3-livepatches",
"tracking": {
"current_release_date": "2026-05-05T00:19:27Z",
"generator": {
"date": "2026-05-05T00:19:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21544-1",
"initial_release_date": "2026-05-05T00:19:27Z",
"revision_history": [
{
"date": "2026-05-05T00:19:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"product": {
"name": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"product_id": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.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:16.0:server"
}
}
},
{
"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": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
},
"product_reference": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.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-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
},
"product_reference": "openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-05T00:19:27Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-05T00:19:27Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-05T00:19:27Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-9230",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-9230"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: An application trying to decrypt CMS messages encrypted using\npassword based encryption can trigger an out-of-bounds read and write.\n\nImpact summary: This out-of-bounds read may trigger a crash which leads to\nDenial of Service for an application. The out-of-bounds write can cause\na memory corruption which can have various consequences including\na Denial of Service or Execution of attacker-supplied code.\n\nAlthough the consequences of a successful exploit of this vulnerability\ncould be severe, the probability that the attacker would be able to\nperform it is low. Besides, password based (PWRI) encryption support in CMS\nmessages is very rarely used. For that reason the issue was assessed as\nModerate severity according to our Security Policy.\n\nThe FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-9230",
"url": "https://www.suse.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "SUSE Bug 1250232 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250232"
},
{
"category": "external",
"summary": "SUSE Bug 1250410 for CVE-2025-9230",
"url": "https://bugzilla.suse.com/1250410"
}
],
"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:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openssl-3-x86_64-v3-livepatches-0.3-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-05T00:19:27Z",
"details": "important"
}
],
"title": "CVE-2025-9230"
}
]
}
SUSE-SU-2026:22143-1
Vulnerability from csaf_suse - Published: 2026-06-11 12:51 - Updated: 2026-06-11 12:51| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64 | — |
Vendor Fix
|
{
"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-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-livepatches fixes the following issues\n\n- CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2026-45447: Heap Use-After-Free in OpenSSL PKCS7_verify() (bsc#1266389, bsc#1266357).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-575",
"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_22143-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22143-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622143-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22143-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047397.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE Bug 1266357",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "self",
"summary": "SUSE Bug 1266389",
"url": "https://bugzilla.suse.com/1266389"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45447 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45447/"
}
],
"title": "Security update for openssl-3-livepatches",
"tracking": {
"current_release_date": "2026-06-11T12:51:17Z",
"generator": {
"date": "2026-06-11T12:51:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22143-1",
"initial_release_date": "2026-06-11T12:51:17Z",
"revision_history": [
{
"date": "2026-06-11T12:51:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64",
"product": {
"name": "openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64",
"product_id": "openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T12:51:17Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T12:51:17Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T12:51:17Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2026-45447",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45447"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A specially crafted PKCS#7 or S/MIME signed message could\ntrigger a use-after-free during PKCS#7 signature verification.\n\nImpact summary: A use-after-free may result in process crashes, heap\ncorruption, or potentially remote code execution.\n\nWhen processing a PKCS#7 or S/MIME signed message, if the SignedData\ndigestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may\nincorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent\nuse of the BIO by the calling application results in a use-after-free\ncondition.\n\nIn the common case this occurs when the application later calls\nBIO_free() on the BIO originally passed to PKCS7_verify(). Depending\non allocator behavior and application-specific BIO usage patterns, this\nmay result in a crash or other memory corruption. In some application\ncontexts this may potentially be exploitable for remote code execution.\n\nApplications that process PKCS#7 or S/MIME signed messages using OpenSSL\nPKCS#7 APIs may be affected. Applications using the CMS APIs for this\nprocessing are not affected.\n\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this\nissue, as the affected code is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45447",
"url": "https://www.suse.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "SUSE Bug 1266357 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "external",
"summary": "SUSE Bug 1266389 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266389"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:openssl-3-livepatches-0.4-slfo.1.1_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T12:51:17Z",
"details": "important"
}
],
"title": "CVE-2026-45447"
}
]
}
SUSE-SU-2026:2411-1
Vulnerability from csaf_suse - Published: 2026-06-16 08:07 - Updated: 2026-06-16 08:07| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-livepatches fixes the following issues:\n\n- CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2026-45447: Heap Use-After-Free in OpenSSL PKCS7_verify() (bsc#1266389, bsc#1266357).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2411,SUSE-SLE-Module-Live-Patching-15-SP6-2026-2411",
"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_2411-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2411-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262411-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2411-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047333.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE Bug 1266357",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "self",
"summary": "SUSE Bug 1266389",
"url": "https://bugzilla.suse.com/1266389"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45447 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45447/"
}
],
"title": "Security update for openssl-3-livepatches",
"tracking": {
"current_release_date": "2026-06-16T08:07:30Z",
"generator": {
"date": "2026-06-16T08:07:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2411-1",
"initial_release_date": "2026-06-16T08:07:30Z",
"revision_history": [
{
"date": "2026-06-16T08:07:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.4-150600.13.11.1.x86_64",
"product": {
"name": "openssl-3-livepatches-0.4-150600.13.11.1.x86_64",
"product_id": "openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15 SP6",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.4-150600.13.11.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP6",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.4-150600.13.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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 Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-16T08:07:30Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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 Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-16T08:07:30Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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 Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-16T08:07:30Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2026-45447",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45447"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A specially crafted PKCS#7 or S/MIME signed message could\ntrigger a use-after-free during PKCS#7 signature verification.\n\nImpact summary: A use-after-free may result in process crashes, heap\ncorruption, or potentially remote code execution.\n\nWhen processing a PKCS#7 or S/MIME signed message, if the SignedData\ndigestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may\nincorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent\nuse of the BIO by the calling application results in a use-after-free\ncondition.\n\nIn the common case this occurs when the application later calls\nBIO_free() on the BIO originally passed to PKCS7_verify(). Depending\non allocator behavior and application-specific BIO usage patterns, this\nmay result in a crash or other memory corruption. In some application\ncontexts this may potentially be exploitable for remote code execution.\n\nApplications that process PKCS#7 or S/MIME signed messages using OpenSSL\nPKCS#7 APIs may be affected. Applications using the CMS APIs for this\nprocessing are not affected.\n\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4, 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 Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45447",
"url": "https://www.suse.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "SUSE Bug 1266357 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "external",
"summary": "SUSE Bug 1266389 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266389"
}
],
"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 Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP6:openssl-3-livepatches-0.4-150600.13.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-16T08:07:30Z",
"details": "important"
}
],
"title": "CVE-2026-45447"
}
]
}
SUSE-SU-2026:2662-1
Vulnerability from csaf_suse - Published: 2026-06-26 13:59 - Updated: 2026-06-26 13:59| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"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-livepatches",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3-livepatches fixes the following issues\n\n- CVE-2025-11187: Improper validation of PBMAC1 parameters in PKCS#12 MAC verification (bsc#1256878).\n- CVE-2025-15467: Stack buffer overflow in CMS AuthEnvelopedData parsing (bsc#1256876).\n- CVE-2025-15468: NULL dereference in SSL_CIPHER_find() function on unknown cipher ID (bsc#1256880).\n- CVE-2026-45447: Heap Use-After-Free in OpenSSL PKCS7_verify() (bsc#1266389, bsc#1266357).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2662,SUSE-SLE-Module-Live-Patching-15-SP7-2026-2662",
"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_2662-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2662-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262662-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2662-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047652.html"
},
{
"category": "self",
"summary": "SUSE Bug 1256876",
"url": "https://bugzilla.suse.com/1256876"
},
{
"category": "self",
"summary": "SUSE Bug 1256878",
"url": "https://bugzilla.suse.com/1256878"
},
{
"category": "self",
"summary": "SUSE Bug 1256880",
"url": "https://bugzilla.suse.com/1256880"
},
{
"category": "self",
"summary": "SUSE Bug 1266357",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "self",
"summary": "SUSE Bug 1266389",
"url": "https://bugzilla.suse.com/1266389"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11187 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11187/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15467 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15467/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45447 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45447/"
}
],
"title": "Security update for openssl-3-livepatches",
"tracking": {
"current_release_date": "2026-06-26T13:59:10Z",
"generator": {
"date": "2026-06-26T13:59:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2662-1",
"initial_release_date": "2026-06-26T13:59:10Z",
"revision_history": [
{
"date": "2026-06-26T13:59:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"product": {
"name": "openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"product_id": "openssl-3-livepatches-0.4-150700.16.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-livepatches-0.4-150700.16.6.1.x86_64",
"product": {
"name": "openssl-3-livepatches-0.4-150700.16.6.1.x86_64",
"product_id": "openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15 SP7",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.4-150700.16.6.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP7",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le"
},
"product_reference": "openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-livepatches-0.4-150700.16.6.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP7",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
},
"product_reference": "openssl-3-livepatches-0.4-150700.16.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11187"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation\nwhich can trigger a stack-based buffer overflow, invalid pointer or NULL\npointer dereference during MAC verification.\n\nImpact summary: The stack buffer overflow or NULL pointer dereference may\ncause a crash leading to Denial of Service for an application that parses\nuntrusted PKCS#12 files. The buffer overflow may also potentially enable\ncode execution depending on platform mitigations.\n\nWhen verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2\nsalt and keylength parameters from the file are used without validation.\nIf the value of keylength exceeds the size of the fixed stack buffer used\nfor the derived key (64 bytes), the key derivation will overflow the buffer.\nThe overflow length is attacker-controlled. Also, if the salt parameter is\nnot an OCTET STRING type this can lead to invalid or NULL pointer\ndereference.\n\nExploiting this issue requires a user or application to process\na maliciously crafted PKCS#12 file. It is uncommon to accept untrusted\nPKCS#12 files in applications as they are usually used to store private\nkeys which are trusted by definition. For this reason the issue was assessed\nas Moderate severity.\n\nThe FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as\nPKCS#12 processing is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue.\n\nOpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do\nnot support PBMAC1 in PKCS#12.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11187",
"url": "https://www.suse.com/security/cve/CVE-2025-11187"
},
{
"category": "external",
"summary": "SUSE Bug 1256829 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256829"
},
{
"category": "external",
"summary": "SUSE Bug 1256878 for CVE-2025-11187",
"url": "https://bugzilla.suse.com/1256878"
}
],
"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 Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T13:59:10Z",
"details": "important"
}
],
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15467"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Parsing CMS AuthEnvelopedData or EnvelopedData message with\nmaliciously crafted AEAD parameters can trigger a stack buffer overflow.\n\nImpact summary: A stack buffer overflow may lead to a crash, causing Denial\nof Service, or potentially remote code execution.\n\nWhen parsing CMS (Auth)EnvelopedData structures that use AEAD ciphers such as\nAES-GCM, the IV (Initialization Vector) encoded in the ASN.1 parameters is\ncopied into a fixed-size stack buffer without verifying that its length fits\nthe destination. An attacker can supply a crafted CMS message with an\noversized IV, causing a stack-based out-of-bounds write before any\nauthentication or tag verification occurs.\n\nApplications and services that parse untrusted CMS or PKCS#7 content using\nAEAD ciphers (e.g., S/MIME (Auth)EnvelopedData with AES-GCM) are vulnerable.\nBecause the overflow occurs prior to authentication, no valid key material\nis required to trigger it. While exploitability to remote code execution\ndepends on platform and toolchain mitigations, the stack-based write\nprimitive represents a severe risk.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this\nissue, as the CMS implementation is outside the OpenSSL FIPS module\nboundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3 and 3.0 are vulnerable to this issue.\n\nOpenSSL 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15467",
"url": "https://www.suse.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "SUSE Bug 1256830 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256830"
},
{
"category": "external",
"summary": "SUSE Bug 1256876 for CVE-2025-15467",
"url": "https://bugzilla.suse.com/1256876"
}
],
"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 Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T13:59:10Z",
"details": "critical"
}
],
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15468"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: If an application using the SSL_CIPHER_find() function in\na QUIC protocol client or server receives an unknown cipher suite from\nthe peer, a NULL dereference occurs.\n\nImpact summary: A NULL pointer dereference leads to abnormal termination of\nthe running process causing Denial of Service.\n\nSome applications call SSL_CIPHER_find() from the client_hello_cb callback\non the cipher ID received from the peer. If this is done with an SSL object\nimplementing the QUIC protocol, NULL pointer dereference will happen if\nthe examined cipher ID is unknown or unsupported.\n\nAs it is not very common to call this function in applications using the QUIC \nprotocol and the worst outcome is Denial of Service, the issue was assessed\nas Low severity.\n\nThe vulnerable code was introduced in the 3.2 version with the addition\nof the QUIC protocol support.\n\nThe FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue,\nas the QUIC implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue.\n\nOpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15468",
"url": "https://www.suse.com/security/cve/CVE-2025-15468"
},
{
"category": "external",
"summary": "SUSE Bug 1256831 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256831"
},
{
"category": "external",
"summary": "SUSE Bug 1256880 for CVE-2025-15468",
"url": "https://bugzilla.suse.com/1256880"
}
],
"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 Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T13:59:10Z",
"details": "important"
}
],
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2026-45447",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45447"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: A specially crafted PKCS#7 or S/MIME signed message could\ntrigger a use-after-free during PKCS#7 signature verification.\n\nImpact summary: A use-after-free may result in process crashes, heap\ncorruption, or potentially remote code execution.\n\nWhen processing a PKCS#7 or S/MIME signed message, if the SignedData\ndigestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may\nincorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent\nuse of the BIO by the calling application results in a use-after-free\ncondition.\n\nIn the common case this occurs when the application later calls\nBIO_free() on the BIO originally passed to PKCS7_verify(). Depending\non allocator behavior and application-specific BIO usage patterns, this\nmay result in a crash or other memory corruption. In some application\ncontexts this may potentially be exploitable for remote code execution.\n\nApplications that process PKCS#7 or S/MIME signed messages using OpenSSL\nPKCS#7 APIs may be affected. Applications using the CMS APIs for this\nprocessing are not affected.\n\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4, 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 Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45447",
"url": "https://www.suse.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "SUSE Bug 1266357 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266357"
},
{
"category": "external",
"summary": "SUSE Bug 1266389 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1266389"
},
{
"category": "external",
"summary": "SUSE Bug 1268888 for CVE-2026-45447",
"url": "https://bugzilla.suse.com/1268888"
}
],
"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 Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP7:openssl-3-livepatches-0.4-150700.16.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-26T13:59:10Z",
"details": "important"
}
],
"title": "CVE-2026-45447"
}
]
}
ubuntu-cve-2025-11187
Vulnerability from osv_ubuntu
Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation which can trigger a stack-based buffer overflow, invalid pointer or NULL pointer dereference during MAC verification. Impact summary: The stack buffer overflow or NULL pointer dereference may cause a crash leading to Denial of Service for an application that parses untrusted PKCS#12 files. The buffer overflow may also potentially enable code execution depending on platform mitigations. When verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2 salt and keylength parameters from the file are used without validation. If the value of keylength exceeds the size of the fixed stack buffer used for the derived key (64 bytes), the key derivation will overflow the buffer. The overflow length is attacker-controlled. Also, if the salt parameter is not an OCTET STRING type this can lead to invalid or NULL pointer dereference. Exploiting this issue requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. For this reason the issue was assessed as Moderate severity. The FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as PKCS#12 processing is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue. OpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do not support PBMAC1 in PKCS#12.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
},
{
"binary_name": "nodejs-legacy",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@4.2.6~dfsg-1ubuntu4.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.10.25~dfsg2-2ubuntu1",
"4.2.2~dfsg-1",
"4.2.3~dfsg-1",
"4.2.4~dfsg-1ubuntu1",
"4.2.4~dfsg-2",
"4.2.6~dfsg-1ubuntu1",
"4.2.6~dfsg-1ubuntu4",
"4.2.6~dfsg-1ubuntu4.1",
"4.2.6~dfsg-1ubuntu4.2",
"4.2.6~dfsg-1ubuntu4.2+esm1",
"4.2.6~dfsg-1ubuntu4.2+esm2",
"4.2.6~dfsg-1ubuntu4.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "8.10.0~dfsg-2ubuntu0.4+esm6"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@8.10.0~dfsg-2ubuntu0.4+esm6?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.4~dfsg-1ubuntu1",
"6.11.4~dfsg-1ubuntu2",
"6.12.0~dfsg-1ubuntu1",
"6.12.0~dfsg-2ubuntu1",
"6.12.0~dfsg-2ubuntu2",
"8.10.0~dfsg-2",
"8.10.0~dfsg-2ubuntu0.2",
"8.10.0~dfsg-2ubuntu0.3",
"8.10.0~dfsg-2ubuntu0.4",
"8.10.0~dfsg-2ubuntu0.4+esm1",
"8.10.0~dfsg-2ubuntu0.4+esm2",
"8.10.0~dfsg-2ubuntu0.4+esm3",
"8.10.0~dfsg-2ubuntu0.4+esm4",
"8.10.0~dfsg-2ubuntu0.4+esm5",
"8.10.0~dfsg-2ubuntu0.4+esm6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libnode72",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
},
{
"binary_name": "nodejs",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@12.22.9~dfsg-1ubuntu3.6+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"12.22.5~dfsg-5ubuntu1",
"12.22.7~dfsg-2ubuntu1",
"12.22.7~dfsg-2ubuntu3",
"12.22.9~dfsg-1ubuntu2",
"12.22.9~dfsg-1ubuntu3",
"12.22.9~dfsg-1ubuntu3.1",
"12.22.9~dfsg-1ubuntu3.2",
"12.22.9~dfsg-1ubuntu3.3",
"12.22.9~dfsg-1ubuntu3.4",
"12.22.9~dfsg-1ubuntu3.5",
"12.22.9~dfsg-1ubuntu3.6",
"12.22.9~dfsg-1ubuntu3.6+esm2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.3-1ubuntu3"
},
{
"binary_name": "openssl",
"binary_version": "3.5.3-1ubuntu3"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.3-1ubuntu3"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.3-1ubuntu3?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.3-1ubuntu3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.4.1-1ubuntu3",
"3.5.0-2ubuntu1",
"3.5.2-1ubuntu1",
"3.5.3-1ubuntu2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.5-1ubuntu1"
},
{
"binary_name": "openssl",
"binary_version": "3.5.5-1ubuntu1"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.5-1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.5-1ubuntu1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.5-1ubuntu1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.5.3-1ubuntu2"
]
}
],
"aliases": [],
"details": "Issue summary: PBMAC1 parameters in PKCS#12 files are missing validation which can trigger a stack-based buffer overflow, invalid pointer or NULL pointer dereference during MAC verification. Impact summary: The stack buffer overflow or NULL pointer dereference may cause a crash leading to Denial of Service for an application that parses untrusted PKCS#12 files. The buffer overflow may also potentially enable code execution depending on platform mitigations. When verifying a PKCS#12 file that uses PBMAC1 for the MAC, the PBKDF2 salt and keylength parameters from the file are used without validation. If the value of keylength exceeds the size of the fixed stack buffer used for the derived key (64 bytes), the key derivation will overflow the buffer. The overflow length is attacker-controlled. Also, if the salt parameter is not an OCTET STRING type this can lead to invalid or NULL pointer dereference. Exploiting this issue requires a user or application to process a maliciously crafted PKCS#12 file. It is uncommon to accept untrusted PKCS#12 files in applications as they are usually used to store private keys which are trusted by definition. For this reason the issue was assessed as Moderate severity. The FIPS modules in 3.6, 3.5 and 3.4 are not affected by this issue, as PKCS#12 processing is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5 and 3.4 are vulnerable to this issue. OpenSSL 3.3, 3.0, 1.1.1 and 1.0.2 are not affected by this issue as they do not support PBMAC1 in PKCS#12.",
"id": "UBUNTU-CVE-2025-11187",
"modified": "2026-05-20T15:16:01Z",
"published": "2026-01-27T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-11187"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7980-1"
}
],
"related": [
"USN-7980-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-11187"
]
}
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.