Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-34181 (GCVE-0-2026-34181)
Vulnerability from cvelistv5 – Published: 2026-06-09 16:03 – Updated: 2026-06-10 16:02- CWE-354 - Improper Validation of Integrity Check Value
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2026-34181",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-10T16:01:11.685759Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T16:02:19.675Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "4.0.1",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"lessThan": "3.6.3",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.7",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.6",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Pavol \u017d\u00e1\u010dik (Red Hat)"
},
{
"lang": "en",
"type": "reporter",
"value": "Alex Gaynor (Anthropic)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Alicja Kario (Red Hat)"
}
],
"datePublic": "2026-06-09T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue Summary: The PKCS#12 file processing fails to perform sufficient input\u003cbr\u003evalidation for files that use Password-Based Message Authentication Code 1\u003cbr\u003e(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\u003cbr\u003e\u003cbr\u003eImpact Summary: An attacker impersonating a user can cause a service reading\u003cbr\u003ePKCS#12 files to accept forged certificates and private keys with a 1 in 256\u003cbr\u003eprobability.\u003cbr\u003e\u003cbr\u003eIf a service accepting PKCS#12 files is using passwords for authenticating\u003cbr\u003ethe received files, the attacker can create unencrypted PKCS#12 files that\u003cbr\u003euse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\u003cbr\u003ethem to craft a file that will be accepted with a 1 in 256 probability.\u003cbr\u003eThat would then cause the service to accept a certificate and private key\u003cbr\u003econtrolled by the attacker.\u003cbr\u003e\u003cbr\u003eThe FIPS modules are not affected by this issue, as the affected code is\u003cbr\u003eoutside the OpenSSL FIPS module boundary."
}
],
"value": "Issue Summary: The PKCS#12 file processing fails to perform sufficient input\nvalidation for files that use Password-Based Message Authentication Code 1\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\n\nImpact Summary: An attacker impersonating a user can cause a service reading\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\nprobability.\n\nIf a service accepting PKCS#12 files is using passwords for authenticating\nthe received files, the attacker can create unencrypted PKCS#12 files that\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\nthem to craft a file that will be accepted with a 1 in 256 probability.\nThat would then cause the service to accept a certificate and private key\ncontrolled by the attacker.\n\nThe FIPS modules are not affected by this issue, as the affected code is\noutside the OpenSSL FIPS module boundary."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-354",
"description": "CWE-354 Improper Validation of Integrity Check Value",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T07:47:53.712Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://openssl-library.org/news/secadv/20260609.txt"
},
{
"name": "4.0.1 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f"
},
{
"name": "3.6.3 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81"
},
{
"name": "3.5.7 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7"
},
{
"name": "3.4.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-34181",
"datePublished": "2026-06-09T16:03:22.065Z",
"dateReserved": "2026-03-26T09:29:36.013Z",
"dateUpdated": "2026-06-10T16:02:19.675Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34181",
"date": "2026-08-30",
"epss": "0.00235",
"percentile": "0.14347"
},
"microsoft_vex": {
"current_release_date": "2026-06-23T14:51:26.000Z",
"cve": "CVE-2026-34181",
"id": "msrc_CVE-2026-34181",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:known_not_affected": "4",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34181.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34181\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-06-09T17:17:04.740\",\"lastModified\":\"2026-07-23T08:10:00.137\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue Summary: The PKCS#12 file processing fails to perform sufficient input\\nvalidation for files that use Password-Based Message Authentication Code 1\\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\\n\\nImpact Summary: An attacker impersonating a user can cause a service reading\\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\\nprobability.\\n\\nIf a service accepting PKCS#12 files is using passwords for authenticating\\nthe received files, the attacker can create unencrypted PKCS#12 files that\\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\\nthem to craft a file that will be accepted with a 1 in 256 probability.\\nThat would then cause the service to accept a certificate and private key\\ncontrolled by the attacker.\\n\\nThe FIPS modules are not affected by this issue, as the affected code is\\noutside the OpenSSL FIPS module boundary.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: El procesamiento de archivos PKCS#12 no realiza una validaci\u00f3n de entrada suficiente para archivos que utilizan el mecanismo de integridad Password-Based Message Authentication Code 1 (PBMAC1), lo que permite la falsificaci\u00f3n de un certificado y una clave privada.\\n\\nResumen del impacto: Un atacante suplantando a un usuario puede hacer que un servicio que lee archivos PKCS#12 acepte certificados y claves privadas falsificados con una probabilidad de 1 entre 256.\\n\\nSi un servicio que acepta archivos PKCS#12 est\u00e1 utilizando contrase\u00f1as para la autenticaci\u00f3n de los archivos recibidos, el atacante puede crear archivos PKCS#12 sin cifrar que utilizan autenticaci\u00f3n PBMAC1 que especifica una clave HMAC de solo un byte, permiti\u00e9ndoles crear un archivo que ser\u00e1 aceptado con una probabilidad de 1 entre 256. Eso entonces har\u00eda que el servicio acepte un certificado y una clave privada controlados por el atacante.\\n\\nLos m\u00f3dulos FIPS no se ven afectados por este problema, ya que el c\u00f3digo afectado est\u00e1 fuera del l\u00edmite del m\u00f3dulo FIPS de OpenSSL.\"}],\"affected\":[{\"source\":\"openssl-security@openssl.org\",\"affectedData\":[{\"vendor\":\"OpenSSL\",\"product\":\"OpenSSL\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"4.0.0\",\"lessThan\":\"4.0.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.6.0\",\"lessThan\":\"3.6.3\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.5.0\",\"lessThan\":\"3.5.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.4.0\",\"lessThan\":\"3.4.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-10T16:01:11.685759Z\",\"id\":\"CVE-2026-34181\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-354\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.6\",\"matchCriteriaId\":\"BF7E21E7-AEC0-4882-B1F1-2D056B506F22\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.7\",\"matchCriteriaId\":\"6B6B9930-C549-4D88-9784-AF32CCDDB87A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.3\",\"matchCriteriaId\":\"D41B3C45-EC73-4DC8-989D-B2E2792E102F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"6E881B9A-1A0A-4BC0-8160-20C00561167D\"}]}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://openssl-library.org/news/secadv/20260609.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-08-27T05:49:57+00:00",
"cve": "CVE-2026-34181",
"id": "CVE-2026-34181",
"initial_release_date": "2026-06-09T00:00:00+00:00",
"product_status:fixed": "103",
"product_status:known_affected": "33",
"product_status:known_not_affected": "30",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-34181.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-01T00:08:47Z",
"cve": "CVE-2026-34181",
"id": "CVE-2026-34181",
"initial_release_date": "2026-06-13T02:21:17Z",
"product_status:known_affected": "413",
"product_status:known_not_affected": "443",
"product_status:recommended": "38",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-34181",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-34181.json",
"version": "6"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-34181\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-10T16:01:11.685759Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-10T16:00:39.916Z\"}}], \"cna\": {\"title\": \"PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Pavol \\u017d\\u00e1\\u010dik (Red Hat)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Alex Gaynor (Anthropic)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Alicja Kario (Red Hat)\"}], \"metrics\": [{\"other\": {\"type\": \"https://openssl-library.org/policies/general/security-policy/\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.0.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.6.0\", \"lessThan\": \"3.6.3\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.5.0\", \"lessThan\": \"3.5.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.4.0\", \"lessThan\": \"3.4.6\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-06-09T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260609.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f\", \"name\": \"4.0.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81\", \"name\": \"3.6.3 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7\", \"name\": \"3.5.7 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610\", \"name\": \"3.4.6 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue Summary: The PKCS#12 file processing fails to perform sufficient input\\nvalidation for files that use Password-Based Message Authentication Code 1\\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\\n\\nImpact Summary: An attacker impersonating a user can cause a service reading\\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\\nprobability.\\n\\nIf a service accepting PKCS#12 files is using passwords for authenticating\\nthe received files, the attacker can create unencrypted PKCS#12 files that\\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\\nthem to craft a file that will be accepted with a 1 in 256 probability.\\nThat would then cause the service to accept a certificate and private key\\ncontrolled by the attacker.\\n\\nThe FIPS modules are not affected by this issue, as the affected code is\\noutside the OpenSSL FIPS module boundary.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue Summary: The PKCS#12 file processing fails to perform sufficient input\u003cbr\u003evalidation for files that use Password-Based Message Authentication Code 1\u003cbr\u003e(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\u003cbr\u003e\u003cbr\u003eImpact Summary: An attacker impersonating a user can cause a service reading\u003cbr\u003ePKCS#12 files to accept forged certificates and private keys with a 1 in 256\u003cbr\u003eprobability.\u003cbr\u003e\u003cbr\u003eIf a service accepting PKCS#12 files is using passwords for authenticating\u003cbr\u003ethe received files, the attacker can create unencrypted PKCS#12 files that\u003cbr\u003euse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\u003cbr\u003ethem to craft a file that will be accepted with a 1 in 256 probability.\u003cbr\u003eThat would then cause the service to accept a certificate and private key\u003cbr\u003econtrolled by the attacker.\u003cbr\u003e\u003cbr\u003eThe FIPS modules are not affected by this issue, as the affected code is\u003cbr\u003eoutside the OpenSSL FIPS module boundary.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-354\", \"description\": \"CWE-354 Improper Validation of Integrity Check Value\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-06-10T07:47:53.712Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-34181\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-10T16:02:19.675Z\", \"dateReserved\": \"2026-03-26T09:29:36.013Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-06-09T16:03:22.065Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:25237
Vulnerability from osv_almalinux
OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.
Security Fix(es):
- openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing (CVE-2026-7383)
- openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption (CVE-2026-9076)
- openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure. (CVE-2026-34180)
- openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys (CVE-2026-34181)
- openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)
- openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler (CVE-2026-34183)
- openssl: NULL pointer dereference in QUIC server initial packet handling (CVE-2026-42764)
- openssl: Possible NULL Dereference in Password-Based CMS Decryption (CVE-2026-42766)
- openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption (CVE-2026-42767)
- openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() (CVE-2026-42768)
- openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate (CVE-2026-42769)
- openssl: FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770)
- openssl: AES-OCB IV Ignored on EVP_Cipher() Path (CVE-2026-45445)
- openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (CVE-2026-45446)
- openssl: Heap Use-After-Free in OpenSSL PKCS7_verify() (CVE-2026-45447)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openssl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openssl-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openssl-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openssl-perl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el10_2.alma.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library. \n\nSecurity Fix(es): \n\n * openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing (CVE-2026-7383)\n * openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption (CVE-2026-9076)\n * openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure. (CVE-2026-34180)\n * openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys (CVE-2026-34181)\n * openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)\n * openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler (CVE-2026-34183)\n * openssl: NULL pointer dereference in QUIC server initial packet handling (CVE-2026-42764)\n * openssl: Possible NULL Dereference in Password-Based CMS Decryption (CVE-2026-42766)\n * openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption (CVE-2026-42767)\n * openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() (CVE-2026-42768)\n * openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate (CVE-2026-42769)\n * openssl: FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770)\n * openssl: AES-OCB IV Ignored on EVP_Cipher() Path (CVE-2026-45445)\n * openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (CVE-2026-45446)\n * openssl: Heap Use-After-Free in OpenSSL PKCS7_verify() (CVE-2026-45447)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:25237",
"modified": "2026-06-11T18:18:09Z",
"published": "2026-06-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34180"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34181"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34182"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34183"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42764"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42766"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42767"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42768"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42769"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42770"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45445"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45446"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45447"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-7383"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9076"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481879"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481880"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481881"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481882"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481884"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481885"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481887"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481890"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481891"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481893"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481894"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481896"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481897"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481898"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-25237.html"
}
],
"related": [
"CVE-2026-7383",
"CVE-2026-9076",
"CVE-2026-34180",
"CVE-2026-34181",
"CVE-2026-34182",
"CVE-2026-34183",
"CVE-2026-42764",
"CVE-2026-42766",
"CVE-2026-42767",
"CVE-2026-42768",
"CVE-2026-42769",
"CVE-2026-42770",
"CVE-2026-45445",
"CVE-2026-45446",
"CVE-2026-45447"
],
"summary": "Important: openssl security update"
}
alsa-2026:25239
Vulnerability from osv_almalinux
OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.
Security Fix(es):
- openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing (CVE-2026-7383)
- openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption (CVE-2026-9076)
- openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure. (CVE-2026-34180)
- openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys (CVE-2026-34181)
- openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)
- openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler (CVE-2026-34183)
- openssl: NULL pointer dereference in QUIC server initial packet handling (CVE-2026-42764)
- openssl: Possible NULL Dereference in Password-Based CMS Decryption (CVE-2026-42766)
- openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption (CVE-2026-42767)
- openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() (CVE-2026-42768)
- openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate (CVE-2026-42769)
- openssl: FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770)
- openssl: AES-OCB IV Ignored on EVP_Cipher() Path (CVE-2026-45445)
- openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (CVE-2026-45446)
- openssl: Heap Use-After-Free in OpenSSL PKCS7_verify() (CVE-2026-45447)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openssl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openssl-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openssl-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openssl-perl"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:3.5.5-4.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library. \n\nSecurity Fix(es): \n\n * openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing (CVE-2026-7383)\n * openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption (CVE-2026-9076)\n * openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure. (CVE-2026-34180)\n * openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys (CVE-2026-34181)\n * openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)\n * openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler (CVE-2026-34183)\n * openssl: NULL pointer dereference in QUIC server initial packet handling (CVE-2026-42764)\n * openssl: Possible NULL Dereference in Password-Based CMS Decryption (CVE-2026-42766)\n * openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption (CVE-2026-42767)\n * openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() (CVE-2026-42768)\n * openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate (CVE-2026-42769)\n * openssl: FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770)\n * openssl: AES-OCB IV Ignored on EVP_Cipher() Path (CVE-2026-45445)\n * openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (CVE-2026-45446)\n * openssl: Heap Use-After-Free in OpenSSL PKCS7_verify() (CVE-2026-45447)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:25239",
"modified": "2026-06-12T09:45:18Z",
"published": "2026-06-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:25239"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34180"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34181"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34182"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-34183"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42764"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42766"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42767"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42768"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42769"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-42770"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45445"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45446"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-45447"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-7383"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-9076"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481879"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481880"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481881"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481882"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481884"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481885"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481887"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481890"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481891"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481893"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481894"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481896"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481897"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2481898"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-25239.html"
}
],
"related": [
"CVE-2026-7383",
"CVE-2026-9076",
"CVE-2026-34180",
"CVE-2026-34181",
"CVE-2026-34182",
"CVE-2026-34183",
"CVE-2026-42764",
"CVE-2026-42766",
"CVE-2026-42767",
"CVE-2026-42768",
"CVE-2026-42769",
"CVE-2026-42770",
"CVE-2026-45445",
"CVE-2026-45446",
"CVE-2026-45447"
],
"summary": "Important: openssl security update"
}
CERTFR-2026-AVI-0717
Vulnerability from certfr_avis - Published: 2026-06-10 - Updated: 2026-06-10
De multiples vulnérabilités ont été découvertes dans OpenSSL. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| OpenSSL | OpenSSL | OpenSSL versions 1.0.x antérieures à 1.0.2zq | ||
| OpenSSL | OpenSSL | OpenSSL versions 4.x antérieures à 4.0.1 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.5.x antérieures à 3.5.7 | ||
| OpenSSL | OpenSSL | OpenSSL versions 1.1.x antérieures à 1.1.1zh | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.x antérieures à 3.0.21 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.6.x antérieures à 3.6.3 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.4.x antérieures à 3.4.6 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "OpenSSL versions 1.0.x ant\u00e9rieures \u00e0 1.0.2zq",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 4.x ant\u00e9rieures \u00e0 4.0.1",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.5.x ant\u00e9rieures \u00e0 3.5.7",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 1.1.x ant\u00e9rieures \u00e0 1.1.1zh",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.x ant\u00e9rieures \u00e0 3.0.21",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.6.x ant\u00e9rieures \u00e0 3.6.3",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.4.x ant\u00e9rieures \u00e0 3.4.6",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"name": "CVE-2026-35188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35188"
},
{
"name": "CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"name": "CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"name": "CVE-2026-34181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34181"
},
{
"name": "CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"name": "CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"name": "CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"name": "CVE-2026-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42771"
},
{
"name": "CVE-2026-42765",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42765"
},
{
"name": "CVE-2026-42769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42769"
},
{
"name": "CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"name": "CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"name": "CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"name": "CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"name": "CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"name": "CVE-2026-42768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42768"
},
{
"name": "CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
}
],
"initial_release_date": "2026-06-10T00:00:00",
"last_revision_date": "2026-06-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0717",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans OpenSSL. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans OpenSSL",
"vendor_advisories": [
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 OpenSSL",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
]
}
CERTFR-2026-AVI-0796
Vulnerability from certfr_avis - Published: 2026-06-24 - Updated: 2026-06-24
De multiples vulnérabilités ont été découvertes dans Tenable Identity Exposure. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Tenable | Identity Exposure | Tenable Identity Exposure versions antérieures à v3.93.5 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tenable Identity Exposure versions ant\u00e9rieures \u00e0 v3.93.5",
"product": {
"name": "Identity Exposure",
"vendor": {
"name": "Tenable",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2026-42789",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42789"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2026-35188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35188"
},
{
"name": "CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"name": "CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2026-34181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34181"
},
{
"name": "CVE-2026-42790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42790"
},
{
"name": "CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2026-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6429"
},
{
"name": "CVE-2026-32167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32167"
},
{
"name": "CVE-2026-32175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32175"
},
{
"name": "CVE-2026-28386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28386"
},
{
"name": "CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"name": "CVE-2026-45591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45591"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"name": "CVE-2026-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21715"
},
{
"name": "CVE-2026-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42771"
},
{
"name": "CVE-2026-35433",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35433"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2026-26130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26130"
},
{
"name": "CVE-2026-33120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33120"
},
{
"name": "CVE-2026-28389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28389"
},
{
"name": "CVE-2026-42765",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42765"
},
{
"name": "CVE-2026-21717",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21717"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2026-42769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42769"
},
{
"name": "CVE-2026-6253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6253"
},
{
"name": "CVE-2026-7009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7009"
},
{
"name": "CVE-2026-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21716"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2026-42899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42899"
},
{
"name": "CVE-2026-21262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21262"
},
{
"name": "CVE-2026-26171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26171"
},
{
"name": "CVE-2026-32203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32203"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"name": "CVE-2025-55247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55247"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2026-3805",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3805"
},
{
"name": "CVE-2026-28387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28387"
},
{
"name": "CVE-2026-28388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28388"
},
{
"name": "CVE-2026-32177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32177"
},
{
"name": "CVE-2026-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21714"
},
{
"name": "CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"name": "CVE-2026-40370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40370"
},
{
"name": "CVE-2026-13007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13007"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"name": "CVE-2025-13034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13034"
},
{
"name": "CVE-2026-28390",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28390"
},
{
"name": "CVE-2026-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45490"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"name": "CVE-2026-4873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4873"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2026-21713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21713"
},
{
"name": "CVE-2026-33116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33116"
},
{
"name": "CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"name": "CVE-2026-31789",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31789"
},
{
"name": "CVE-2026-5773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5773"
},
{
"name": "CVE-2026-32178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32178"
},
{
"name": "CVE-2026-6276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6276"
},
{
"name": "CVE-2026-42768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42768"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2026-2673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2673"
},
{
"name": "CVE-2026-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45491"
},
{
"name": "CVE-2025-14819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14819"
},
{
"name": "CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2026-21218",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21218"
},
{
"name": "CVE-2026-7168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7168"
},
{
"name": "CVE-2026-32176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32176"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"name": "CVE-2026-5545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5545"
},
{
"name": "CVE-2026-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21710"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
}
],
"initial_release_date": "2026-06-24T00:00:00",
"last_revision_date": "2026-06-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0796",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-24T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Tenable Identity Exposure. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Tenable Identity Exposure",
"vendor_advisories": [
{
"published_at": "2026-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2026-16",
"url": "https://www.tenable.com/security/tns-2026-16"
}
]
}
CERTFR-2026-AVI-0914
Vulnerability from certfr_avis - Published: 2026-07-23 - Updated: 2026-07-23
De multiples vulnérabilités ont été découvertes dans Oracle Database Server. Elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Oracle | Database Server | Oracle Database Server versions 23.4.0 à 23.26.2 | ||
| Oracle | Database Server | Oracle Database Server versions 19.3 à 19.31 | ||
| Oracle | Database Server | Oracle Net Services versions 23.4.0 à 23.26.2 | ||
| Oracle | Database Server | Oracle Database Server versions 21.3 à 21.22 | ||
| Oracle | Database Server | Oracle Net Services versions 19.3 à 19.31 | ||
| Oracle | Database Server | Oracle Net Services versions 21.3 à 21.22 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Oracle Database Server versions 23.4.0 \u00e0 23.26.2",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Database Server versions 19.3 \u00e0 19.31",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Net Services versions 23.4.0 \u00e0 23.26.2",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Database Server versions 21.3 \u00e0 21.22",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Net Services versions 19.3 \u00e0 19.31",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
},
{
"description": "Oracle Net Services versions 21.3 \u00e0 21.22",
"product": {
"name": "Database Server",
"vendor": {
"name": "Oracle",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-46975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46975"
},
{
"name": "CVE-2026-47061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47061"
},
{
"name": "CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"name": "CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"name": "CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"name": "CVE-2026-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54514"
},
{
"name": "CVE-2026-34181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34181"
},
{
"name": "CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"name": "CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"name": "CVE-2026-47040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47040"
},
{
"name": "CVE-2026-54516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54516"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2026-54515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54515"
},
{
"name": "CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"name": "CVE-2026-4738",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4738"
},
{
"name": "CVE-2026-28389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28389"
},
{
"name": "CVE-2026-42769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42769"
},
{
"name": "CVE-2026-47046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47046"
},
{
"name": "CVE-2026-47045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47045"
},
{
"name": "CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"name": "CVE-2026-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47038"
},
{
"name": "CVE-2026-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47039"
},
{
"name": "CVE-2026-28387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28387"
},
{
"name": "CVE-2026-28388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28388"
},
{
"name": "CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"name": "CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"name": "CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"name": "CVE-2026-28390",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28390"
},
{
"name": "CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"name": "CVE-2026-54517",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54517"
},
{
"name": "CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"name": "CVE-2026-31789",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31789"
},
{
"name": "CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"name": "CVE-2026-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54518"
},
{
"name": "CVE-2026-42768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42768"
},
{
"name": "CVE-2026-60175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-60175"
},
{
"name": "CVE-2026-47060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47060"
},
{
"name": "CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
},
{
"name": "CVE-2026-61211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-61211"
},
{
"name": "CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
}
],
"initial_release_date": "2026-07-23T00:00:00",
"last_revision_date": "2026-07-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0914",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-23T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Oracle Database Server. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Oracle Database Server",
"vendor_advisories": [
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Oracle Database Server cpujul2026",
"url": "https://www.oracle.com/security-alerts/cpujul2026.html"
}
]
}
FKIE_CVE-2026-34181
Vulnerability from fkie_nvd - Published: 2026-06-09 17:17 - Updated: 2026-07-23 08:10| URL | Tags | ||
|---|---|---|---|
| openssl-security@openssl.org | https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f | Patch | |
| openssl-security@openssl.org | https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610 | Patch | |
| openssl-security@openssl.org | https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7 | Patch | |
| openssl-security@openssl.org | https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81 | Patch | |
| openssl-security@openssl.org | https://openssl-library.org/news/secadv/20260609.txt | Vendor Advisory |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "4.0.1",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"lessThan": "3.6.3",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.7",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.6",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
}
]
}
],
"source": "openssl-security@openssl.org"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*",
"matchCriteriaId": "BF7E21E7-AEC0-4882-B1F1-2D056B506F22",
"versionEndExcluding": "3.4.6",
"versionStartIncluding": "3.4.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6B6B9930-C549-4D88-9784-AF32CCDDB87A",
"versionEndExcluding": "3.5.7",
"versionStartIncluding": "3.5.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D41B3C45-EC73-4DC8-989D-B2E2792E102F",
"versionEndExcluding": "3.6.3",
"versionStartIncluding": "3.6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*",
"matchCriteriaId": "6E881B9A-1A0A-4BC0-8160-20C00561167D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Issue Summary: The PKCS#12 file processing fails to perform sufficient input\nvalidation for files that use Password-Based Message Authentication Code 1\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\n\nImpact Summary: An attacker impersonating a user can cause a service reading\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\nprobability.\n\nIf a service accepting PKCS#12 files is using passwords for authenticating\nthe received files, the attacker can create unencrypted PKCS#12 files that\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\nthem to craft a file that will be accepted with a 1 in 256 probability.\nThat would then cause the service to accept a certificate and private key\ncontrolled by the attacker.\n\nThe FIPS modules are not affected by this issue, as the affected code is\noutside the OpenSSL FIPS module boundary."
},
{
"lang": "es",
"value": "Resumen del problema: El procesamiento de archivos PKCS#12 no realiza una validaci\u00f3n de entrada suficiente para archivos que utilizan el mecanismo de integridad Password-Based Message Authentication Code 1 (PBMAC1), lo que permite la falsificaci\u00f3n de un certificado y una clave privada.\n\nResumen del impacto: Un atacante suplantando a un usuario puede hacer que un servicio que lee archivos PKCS#12 acepte certificados y claves privadas falsificados con una probabilidad de 1 entre 256.\n\nSi un servicio que acepta archivos PKCS#12 est\u00e1 utilizando contrase\u00f1as para la autenticaci\u00f3n de los archivos recibidos, el atacante puede crear archivos PKCS#12 sin cifrar que utilizan autenticaci\u00f3n PBMAC1 que especifica una clave HMAC de solo un byte, permiti\u00e9ndoles crear un archivo que ser\u00e1 aceptado con una probabilidad de 1 entre 256. Eso entonces har\u00eda que el servicio acepte un certificado y una clave privada controlados por el atacante.\n\nLos m\u00f3dulos FIPS no se ven afectados por este problema, ya que el c\u00f3digo afectado est\u00e1 fuera del l\u00edmite del m\u00f3dulo FIPS de OpenSSL."
}
],
"id": "CVE-2026-34181",
"lastModified": "2026-07-23T08:10:00.137",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 2.2,
"impactScore": 5.2,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-34181",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-10T16:01:11.685759Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-09T17:17:04.740",
"references": [
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Vendor Advisory"
],
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
],
"sourceIdentifier": "openssl-security@openssl.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-354"
}
],
"source": "openssl-security@openssl.org",
"type": "Secondary"
}
]
}
GHSA-4JGC-CJ59-F9MM
Vulnerability from github – Published: 2026-06-09 18:30 – Updated: 2026-06-10 18:31Issue Summary: The PKCS#12 file processing fails to perform sufficient input validation for files that use Password-Based Message Authentication Code 1 (PBMAC1) integrity mechanism allowing a certificate and private key forgery.
Impact Summary: An attacker impersonating a user can cause a service reading PKCS#12 files to accept forged certificates and private keys with a 1 in 256 probability.
If a service accepting PKCS#12 files is using passwords for authenticating the received files, the attacker can create unencrypted PKCS#12 files that use PBMAC1 authentication that specifies an HMAC key of only one byte, allowing them to craft a file that will be accepted with a 1 in 256 probability. That would then cause the service to accept a certificate and private key controlled by the attacker.
The FIPS modules are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.
{
"affected": [],
"aliases": [
"CVE-2026-34181"
],
"database_specific": {
"cwe_ids": [
"CWE-354"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-09T17:17:04Z",
"severity": "HIGH"
},
"details": "Issue Summary: The PKCS#12 file processing fails to perform sufficient input\nvalidation for files that use Password-Based Message Authentication Code 1\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\n\nImpact Summary: An attacker impersonating a user can cause a service reading\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\nprobability.\n\nIf a service accepting PKCS#12 files is using passwords for authenticating\nthe received files, the attacker can create unencrypted PKCS#12 files that\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\nthem to craft a file that will be accepted with a 1 in 256 probability.\nThat would then cause the service to accept a certificate and private key\ncontrolled by the attacker.\n\nThe FIPS modules are not affected by this issue, as the affected code is\noutside the OpenSSL FIPS module boundary.",
"id": "GHSA-4jgc-cj59-f9mm",
"modified": "2026-06-10T18:31:40Z",
"published": "2026-06-09T18:30:42Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34181"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/0300eb9ddce7a0895bf301a4b0c03a9da2313a0f"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/79eb76a937e474bb7610a0a3dc57131dc8dc6610"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/85dcbb3abaa4878af5c8fbbe11bce708fcf984a7"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/ec36f2417c4ddd8cabce4b4a60a3d7a7365f2d81"
},
{
"type": "WEB",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-34181
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-23 14:51| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-4 | — | ||
| Unresolved product id: 17084-3 | — | ||
| Unresolved product id: 17084-2 | — | ||
| Unresolved product id: 17084-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34181 PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34181.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys",
"tracking": {
"current_release_date": "2026-06-23T14:51:26.000Z",
"generator": {
"date": "2026-06-24T07:03:47.773Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-34181",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-13T01:06:35.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-23T14:51:26.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 cloud-hypervisor 0:51.1.56-1.azl3",
"product": {
"name": "azl3 cloud-hypervisor 0:51.1.56-1.azl3",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "azl3 nodejs 0:24.14.1-3.azl3",
"product": {
"name": "azl3 nodejs 0:24.14.1-3.azl3",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 rust 0:1.75.0-29.azl3",
"product": {
"name": "azl3 rust 0:1.75.0-29.azl3",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "azl3 rust 0:1.90.0-8.azl3",
"product": {
"name": "azl3 rust 0:1.90.0-8.azl3",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 cloud-hypervisor 0:51.1.56-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nodejs 0:24.14.1-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 0:1.75.0-29.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 0:1.90.0-8.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34181",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-4",
"17084-1"
]
},
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17084-3",
"17084-2"
]
}
],
"notes": [
{
"category": "general",
"text": "openssl",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-4",
"17084-3",
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34181 PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34181.json"
}
],
"title": "PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys"
}
]
}
OPENSUSE-SU-2026:11623-1
Vulnerability from csaf_opensuse - Published: 2026-08-27 00:00 - Updated: 2026-08-27 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-14456/ | self |
| https://www.suse.com/security/cve/CVE-2026-14457/ | self |
| https://www.suse.com/security/cve/CVE-2026-18798/ | self |
| https://www.suse.com/security/cve/CVE-2026-34181/ | self |
| https://www.suse.com/security/cve/CVE-2026-54874/ | self |
| https://www.suse.com/security/cve/CVE-2026-63072/ | self |
| https://www.suse.com/security/cve/CVE-2026-63073/ | self |
| https://www.suse.com/security/cve/CVE-2026-63074/ | self |
| https://www.suse.com/security/cve/CVE-2026-63075/ | self |
| https://www.suse.com/security/cve/CVE-2026-63076/ | self |
| https://www.suse.com/security/cve/CVE-2026-75803/ | self |
| https://www.suse.com/security/cve/CVE-2026-14456 | external |
| https://bugzilla.suse.com/1274791 | external |
| https://www.suse.com/security/cve/CVE-2026-14457 | external |
| https://bugzilla.suse.com/1274792 | external |
| https://bugzilla.suse.com/1275145 | external |
| https://www.suse.com/security/cve/CVE-2026-18798 | external |
| https://bugzilla.suse.com/1274777 | external |
| https://bugzilla.suse.com/1275134 | external |
| https://www.suse.com/security/cve/CVE-2026-34181 | external |
| https://bugzilla.suse.com/1266343 | external |
| https://www.suse.com/security/cve/CVE-2026-54874 | external |
| https://bugzilla.suse.com/1274795 | external |
| https://www.suse.com/security/cve/CVE-2026-63072 | external |
| https://bugzilla.suse.com/1274788 | external |
| https://bugzilla.suse.com/1275133 | external |
| https://www.suse.com/security/cve/CVE-2026-63073 | external |
| https://bugzilla.suse.com/1274796 | external |
| https://www.suse.com/security/cve/CVE-2026-63074 | external |
| https://bugzilla.suse.com/1274797 | external |
| https://www.suse.com/security/cve/CVE-2026-63075 | external |
| https://bugzilla.suse.com/1274798 | external |
| https://www.suse.com/security/cve/CVE-2026-63076 | external |
| https://bugzilla.suse.com/1274790 | external |
| https://bugzilla.suse.com/1275143 | external |
| https://www.suse.com/security/cve/CVE-2026-75803 | external |
| https://bugzilla.suse.com/1275837 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libopenssl-3-devel-3.5.3-8.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-3-devel-3.5.3-8.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11623",
"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/opensuse-su-2026_11623-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-14456 page",
"url": "https://www.suse.com/security/cve/CVE-2026-14456/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-14457 page",
"url": "https://www.suse.com/security/cve/CVE-2026-14457/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-18798 page",
"url": "https://www.suse.com/security/cve/CVE-2026-18798/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-34181 page",
"url": "https://www.suse.com/security/cve/CVE-2026-34181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-54874 page",
"url": "https://www.suse.com/security/cve/CVE-2026-54874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63072 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63072/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63073 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63073/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63074 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63074/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63075 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-63076 page",
"url": "https://www.suse.com/security/cve/CVE-2026-63076/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-75803 page",
"url": "https://www.suse.com/security/cve/CVE-2026-75803/"
}
],
"title": "libopenssl-3-devel-3.5.3-8.1 on GA media",
"tracking": {
"current_release_date": "2026-08-27T00:00:00Z",
"generator": {
"date": "2026-08-27T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11623-1",
"initial_release_date": "2026-08-27T00:00:00Z",
"revision_history": [
{
"date": "2026-08-27T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.5.3-8.1.aarch64",
"product_id": "libopenssl-3-devel-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"product_id": "libopenssl-3-devel-32bit-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"product_id": "libopenssl-3-fips-provider-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"product_id": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl3-3.5.3-8.1.aarch64",
"product_id": "libopenssl3-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl3-32bit-3.5.3-8.1.aarch64",
"product_id": "libopenssl3-32bit-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"product_id": "libopenssl3-x86-64-v3-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.3-8.1.aarch64",
"product": {
"name": "openssl-3-3.5.3-8.1.aarch64",
"product_id": "openssl-3-3.5.3-8.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.5.3-8.1.aarch64",
"product": {
"name": "openssl-3-doc-3.5.3-8.1.aarch64",
"product_id": "openssl-3-doc-3.5.3-8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.5.3-8.1.ppc64le",
"product_id": "libopenssl-3-devel-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"product_id": "libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl3-3.5.3-8.1.ppc64le",
"product_id": "libopenssl3-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl3-32bit-3.5.3-8.1.ppc64le",
"product_id": "libopenssl3-32bit-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"product_id": "libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.3-8.1.ppc64le",
"product": {
"name": "openssl-3-3.5.3-8.1.ppc64le",
"product_id": "openssl-3-3.5.3-8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.5.3-8.1.ppc64le",
"product": {
"name": "openssl-3-doc-3.5.3-8.1.ppc64le",
"product_id": "openssl-3-doc-3.5.3-8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.5.3-8.1.s390x",
"product_id": "libopenssl-3-devel-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"product_id": "libopenssl-3-devel-32bit-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"product_id": "libopenssl-3-fips-provider-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"product_id": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl3-3.5.3-8.1.s390x",
"product_id": "libopenssl3-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl3-32bit-3.5.3-8.1.s390x",
"product_id": "libopenssl3-32bit-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"product_id": "libopenssl3-x86-64-v3-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.3-8.1.s390x",
"product": {
"name": "openssl-3-3.5.3-8.1.s390x",
"product_id": "openssl-3-3.5.3-8.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.5.3-8.1.s390x",
"product": {
"name": "openssl-3-doc-3.5.3-8.1.s390x",
"product_id": "openssl-3-doc-3.5.3-8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.5.3-8.1.x86_64",
"product_id": "libopenssl-3-devel-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"product_id": "libopenssl-3-fips-provider-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"product_id": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"product_id": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl3-3.5.3-8.1.x86_64",
"product_id": "libopenssl3-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl3-32bit-3.5.3-8.1.x86_64",
"product_id": "libopenssl3-32bit-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"product": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"product_id": "libopenssl3-x86-64-v3-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.5.3-8.1.x86_64",
"product": {
"name": "openssl-3-3.5.3-8.1.x86_64",
"product_id": "openssl-3-3.5.3-8.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.5.3-8.1.x86_64",
"product": {
"name": "openssl-3-doc-3.5.3-8.1.x86_64",
"product_id": "openssl-3-doc-3.5.3-8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"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.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl3-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl3-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl3-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl3-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl3-32bit-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl3-32bit-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl3-32bit-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl3-32bit-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64"
},
"product_reference": "openssl-3-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le"
},
"product_reference": "openssl-3-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x"
},
"product_reference": "openssl-3-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64"
},
"product_reference": "openssl-3-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.3-8.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64"
},
"product_reference": "openssl-3-doc-3.5.3-8.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.3-8.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le"
},
"product_reference": "openssl-3-doc-3.5.3-8.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.3-8.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x"
},
"product_reference": "openssl-3-doc-3.5.3-8.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.5.3-8.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
},
"product_reference": "openssl-3-doc-3.5.3-8.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-14456",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-14456"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When an OpenSSL QUIC server (Listener SSL object) processes\nvalid QUIC Initial packets for unknown destination connection IDs, it\ncan allocate and queue new incoming channels without enforcing any limit.\n\nImpact summary: A remote peer that can make many Initial packets reach the\nserver listener faster than the application accepts connections, can cause the\nmemory allocated to store the per-channel state to grow without any limits,\npotentially making the QUIC listener unavailable and causing Denial of Service.\n\nCWE: CWE-770: Allocation of Resources Without Limits or Throttling\n\nDescription: The function that handles inbound QUIC packets uses\nConnection-Id from the packet header to find an existing connection\n(QUIC channel). If no existing connection is found and the packet\ntype is INITIAL, the function treats the packet as a new connection. It\nallocates a new channel object and inserts it into a queue where it\nwaits to be accepted by the local application with SSL_accept(3ossl).\nThe memory occupied by these initial channel objects may grow\nwithout bounds if the application is not able to call SSL_accept()\nfrequently enough to serve these inbound connection requests.\n\nThe issue is present since OpenSSL 3.5 when the QUIC server implementation\nwas added.\n\nThe fix introduces a limit for pending connections. The default limit is set\nto 256 pending connections (waiting to be accepted by the local application).\nApplications may change the default by calling SSL_set_value_uint(3ossl).\n\nFIPS impact: no\nThe FIPS module is not affected as the QUIC implementation is outside of\nthe OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-14456",
"url": "https://www.suse.com/security/cve/CVE-2026-14456"
},
{
"category": "external",
"summary": "SUSE Bug 1274791 for CVE-2026-14456",
"url": "https://bugzilla.suse.com/1274791"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-14456"
},
{
"cve": "CVE-2026-14457",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-14457"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: In a server or client configuration with RFC7250 Raw Public Keys (RPKs)\nenabled, and only the private key (with no associated certificate) configured locally,\na NULL pointer dereference may occur when the remote peer solicits raw public keys and\nalso sends the typically omitted \"signature_algorithms_cert\" TLS extension.\n\nImpact summary: The impact is limited to a possible Denial of Service as a result of\nan application abort, no data disclosure or remote command execution are possible.\n\nCWE: CWE-476: NULL Pointer Dereference\n\nDescription: While a passing comment in sample code in the documentation suggests\nthat key-only RPK configurations are supported, the best-practice RPK configuration\nis to always configure a corresponding certificate (possibly self-signed or\nsigned by any convenient CA).\n\nWhen the private key is configured along with a matching certificate, the\n\"signature_algorithms_cert\" extension is handled reliably even without the\nfix, and peer clients or servers that don\u0027t support raw public keys may be\nable to complete a TLS connection by pinning or verifying the corresponding\ncertificate or its public key.\n\nDeployments that prefer to configure just a private key with no certificate\nneed to upgrade to an updated release as noted below.\n\nFIPS impact: no\n\nNo FIPS modules are affected by this issue, as the SSL protocol implementation\nis outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-14457",
"url": "https://www.suse.com/security/cve/CVE-2026-14457"
},
{
"category": "external",
"summary": "SUSE Bug 1274792 for CVE-2026-14457",
"url": "https://bugzilla.suse.com/1274792"
},
{
"category": "external",
"summary": "SUSE Bug 1275145 for CVE-2026-14457",
"url": "https://bugzilla.suse.com/1275145"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-14457"
},
{
"cve": "CVE-2026-18798",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-18798"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: QUIC server may double free QRX (QUIC record layer RX) object\nwhen channel creation fails for initial packet.\n\nImpact summary: Double free leads to heap corruption, which typically results in \ntermination of QUIC server process, leading to Denial of Service. There is so\nfar no evidence that this double free is exploitable for remote code execution,\nthus it is considered highly improbable.\n\nCWE: CWE-415: Double Free\n\nDescription: In order to validate initial packet, OpenSSL QUIC stack default\npacket handler (port_default_packet_handler()) creates a so-called QRX object.\nIf the initial packet validates successfully with QRX object, the default packet\nhandler proceeds to channel (connection object) creation. The QRX object used\nfor packet validation is passed to port_bind_channel(), so it becomes part of\nthe newly created connection. If port_bind_channel() fails, then it also frees\nthe QRX object. Once port_bind_channel() returns, the port_default_packet_handler()\ndetects the failure and proceeds to the error branch, where the same QRX object is\nfreed for the second time.\n\nThe failure in port_bind_channel() function can be induced with a relatively\nlow effort by a malformed (non RFC 9000 compliant) INITIAL packet. If the packet\ncarries DCID (destination connection ID) which is shorter than 8 bytes, then\nport_bind_channel() jumps to the error path after ossl_quic_lcidm_enrol_odcid()\ndetects that the DCID has invalid length.\n\nFIPS impact: no\nThe FIPS module is not affected, as the QUIC implementation is outside of\nthe OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-18798",
"url": "https://www.suse.com/security/cve/CVE-2026-18798"
},
{
"category": "external",
"summary": "SUSE Bug 1274777 for CVE-2026-18798",
"url": "https://bugzilla.suse.com/1274777"
},
{
"category": "external",
"summary": "SUSE Bug 1275134 for CVE-2026-18798",
"url": "https://bugzilla.suse.com/1275134"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-18798"
},
{
"cve": "CVE-2026-34181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-34181"
}
],
"notes": [
{
"category": "general",
"text": "Issue Summary: The PKCS#12 file processing fails to perform sufficient input\nvalidation for files that use Password-Based Message Authentication Code 1\n(PBMAC1) integrity mechanism allowing a certificate and private key forgery.\n\nImpact Summary: An attacker impersonating a user can cause a service reading\nPKCS#12 files to accept forged certificates and private keys with a 1 in 256\nprobability.\n\nIf a service accepting PKCS#12 files is using passwords for authenticating\nthe received files, the attacker can create unencrypted PKCS#12 files that\nuse PBMAC1 authentication that specifies an HMAC key of only one byte, allowing\nthem to craft a file that will be accepted with a 1 in 256 probability.\nThat would then cause the service to accept a certificate and private key\ncontrolled by the attacker.\n\nThe FIPS modules are not affected by this issue, as the affected code is\noutside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-34181",
"url": "https://www.suse.com/security/cve/CVE-2026-34181"
},
{
"category": "external",
"summary": "SUSE Bug 1266343 for CVE-2026-34181",
"url": "https://bugzilla.suse.com/1266343"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-34181"
},
{
"cve": "CVE-2026-54874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-54874"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Receiving a DTLS record for a future epoch while a handshake\nis in progress causes OpenSSL to buffer far more memory than the record\nitself requires.\n\nImpact summary: A peer can use a small amount of network traffic to make an\nOpenSSL DTLS endpoint retain a disproportionately large amount of memory,\nwhich may lead to a Denial of Service.\n\nCWE: CWE-405: Asymmetric Resource Consumption (Amplification)\n\nDescription: While a DTLS handshake is in progress, a peer may legitimately\nhave already moved on to the next epoch (for example, having sent its\nChangeCipherSpec and Finished messages) before the local endpoint has\nprocessed the same transition, typically because of reordering on the\nunderlying UDP transport. OpenSSL buffers such early records so that they\ncan be processed once the local endpoint catches up.\n\nBuffering a record currently retains the entire read buffer it arrived in,\nwhich is sized to hold the largest possible DTLS record (around 16\nkilobytes), rather than just the bytes that make up the record itself. Up\nto 100 such records may be buffered per connection. As a result, a peer\nthat sends a stream of small forged records claiming to belong to the next\nepoch can cause an OpenSSL DTLS endpoint to retain around 1.7 megabytes of\nmemory, despite sending only a small fraction of that amount of data over\nthe network.\n\nAn attacker therefore gains a memory amplification factor of around 1200,\nand can multiply the effect across as many associations as it is able to\nopen, making this a remote memory exhaustion Denial of Service risk for\nDTLS servers. Since the memory retained per connection remains bounded,\nand any limit an application already places on the number of concurrent\nassociations also bounds the total exposure, this issue has been assessed\nas Low severity.\n\nFIPS impact: no\n\nNo FIPS modules are affected by this issue as the affected code is outside\nthe OpenSSL FIPS module boundary.\n\nOpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1 and 1.0.2 are vulnerable to this\nissue.\n\nOpenSSL 4.0 users should upgrade to OpenSSL 4.0.2.\nOpenSSL 3.6 users should upgrade to OpenSSL 3.6.4.\nOpenSSL 3.5 users should upgrade to OpenSSL 3.5.8.\nOpenSSL 3.4 users should upgrade to OpenSSL 3.4.7.\nOpenSSL 3.0 users should upgrade to OpenSSL 3.0.22.\n\nPremium support customers only:\nOpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1zi\nOpenSSL 1.0.2 users should upgrade to OpenSSL 1.0.2zr\n\nThis issue was reported on 18 May 2026 by Amazon Web Services.\nThe fix has been developed by Matt Caswell.\n\n-- cut (non-publishing metadata for internal use) --\nReported by: Amazon Web Services\nFixed by: Matt Caswell",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-54874",
"url": "https://www.suse.com/security/cve/CVE-2026-54874"
},
{
"category": "external",
"summary": "SUSE Bug 1274795 for CVE-2026-54874",
"url": "https://bugzilla.suse.com/1274795"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-54874"
},
{
"cve": "CVE-2026-63072",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63072"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: OpenSSL CMS decryption sizes the key-unwrap output buffer based\non querying the unwrapped key size, but the AES-WRAP-PAD unwrap primitive\ncan write and cleanse more bytes than that query reports, causing an 8-byte\nout-of-bounds heap write.\n\nImpact summary: An attacker who supplies a crafted CMS message can trigger a\ndeterministic 8-byte out-of-bounds heap write when the victim decrypts it\nwith CMS_decrypt(), corrupting the heap and typically resulting in a Denial\nof Service.\n\nCWE: CWE-787: Out-of-bounds Write\n\nDescription: The key-wrap OID is potentially attacker-controlled on the wire.\nCMS unwrapping allows both id-aesNNN-wrap-pad and id-aesNNN-wrap ciphers.\nAn attacker can take a legitimate message and change a single OID byte to\nselect the padded variant while leaving the message otherwise valid. Since\nthe unwrap key is derived from the recipient\u0027s private operation (ECDH key\nagreement or ML-KEM decapsulation), the RFC 5649 integrity check cannot\npass, and the decryption fails with integrity failure.\n\nThe write is a fixed-size (8-byte), fixed-value (zero) heap overflow\nimmediately past the allocation, requires no special configuration, and is\nreachable from the public CMS_decrypt() function. The consequence is\na heap corruption leading to a Denial of Service. The fix in the CMS code\nsizes the unwrap output buffer for the worst case so a failed unwrap cannot\nwrite past the allocation.\n\nFIPS impact: no\n\nAs the CMS code lives outside the FIPS module boundary, no FIPS\nmodules are affected by this CVE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63072",
"url": "https://www.suse.com/security/cve/CVE-2026-63072"
},
{
"category": "external",
"summary": "SUSE Bug 1274788 for CVE-2026-63072",
"url": "https://bugzilla.suse.com/1274788"
},
{
"category": "external",
"summary": "SUSE Bug 1275133 for CVE-2026-63072",
"url": "https://bugzilla.suse.com/1275133"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63072"
},
{
"cve": "CVE-2026-63073",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63073"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: OpenSSL CMP response validation passed an unexpected response\nsender distinguished name directly as the format string to `ERR_raise_data()`.\n\nImpact summary: A malicious or intercepted CMP endpoint can crash a CMP client\nthat enforces an expected sender or uses a pinned server certificate whose\nsubject becomes the default expected sender.\n\nCWE: CWE-134 (Use of Externally-Controlled Format String)\n\nDescription: When validating a received CMP message, ossl_cmp_msg_check_update()\nconverts the peer-supplied sender distinguished name with X509_NAME_oneline()\nand passes it directly as the format argument to ERR_raise_data(). Percent\ncharacters survive the conversion, so a sender DN such as \"CN=%s%n\" reaches\nBIO_vsnprintf() as an attacker-controlled format string with no matching variadic\narguments. This path is only reached when the caller configures an expected\nsender or pins a server certificate, which is the normal configuration for a\nCMP client validating server responses.\n\nSince the attacker controls the format string but none of the variadic\narguments, such specifiers as %s and %n dereference or write through unrelated\nstack contents and crash the client. The reliable consequence is a denial of\nservice, when the response comes from a malicious or intercepted CMP endpoint.\nThere is no controlled memory write, arbitrary-address read, or reliable path\nto remote code execution.\n\nFIPS impact: no\n\nNo FIPS modules are affected by this issue, as the CMP protocol\nimplementation is outside the OpenSSL FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63073",
"url": "https://www.suse.com/security/cve/CVE-2026-63073"
},
{
"category": "external",
"summary": "SUSE Bug 1274796 for CVE-2026-63073",
"url": "https://bugzilla.suse.com/1274796"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63073"
},
{
"cve": "CVE-2026-63074",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63074"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The OpenSSL Certificate Management Protocol (CMP) caches\nadditional certificates (extraCerts) sent in a CMP message, but never expunges\nthem (for instance if they are invalid). If a server reuses an OSSL_CMP_CTX\nfrequently, this cache of extraCerts may grow unboundedly, and a malicious\nclient may flood a CMP server with requests driving this growth.\n\nImpact summary: Users utilizing a CMP server that reuses a single OSSL_CMP_CTX\nfor the lifetime of a server process may observe unbounded memory growth in the\nevent a malicious client repeatedly sends requests containing unique extra\ncertificates, which may lead to OOM conditions.\n\nCWE: CWE-770: Allocation of Resources Without Limits or Throttling\n\nDescription: If a remote user sends CMP messages to a server with a list of\nextraCerts and the message is rejected, the extraCerts from the message remains\nin the server contexts untrusted certificate stack. This exposes servers with\nlong lived ctx objects to Denial of Service attacks in which an attacker sends\nmessages intending to be rejected with a large list of additional certificates\nrepeatedly, forcing the server to store them indefinitely.\n \nThe issue was fixed by removing the added extra certs if the message is\nrejected, using the same method as when the context is configured to not do\ncaching at all.\n\nFIPS impact: no\nAs the CMP code lives outside the FIPS module boundary, no FIPS\nmodules are affected by this CVE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63074",
"url": "https://www.suse.com/security/cve/CVE-2026-63074"
},
{
"category": "external",
"summary": "SUSE Bug 1274797 for CVE-2026-63074",
"url": "https://bugzilla.suse.com/1274797"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63074"
},
{
"cve": "CVE-2026-63075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63075"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: When OpenSSL processes QUIC traffic from a peer that repeatedly\nsends ack-eliciting packets while not acknowledging ACK-only responses, the\nQUIC stack can retain ACK-only packet metadata for the lifetime of the\nconnection.\n\nImpact summary: A remote peer that can complete a QUIC handshake can\ncause connection-scoped memory growth which may lead to Denial of Service\nthrough memory exhaustion, especially with sustained traffic or many concurrent\nQUIC connections.\n\nCWE: CWE-770: Allocation of Resources Without Limits or Throttling\n\nDescription: When the OpenSSL QUIC stack sends an ACK-only packet,\nthere is no requirement by the QUIC protocol that the peer will acknowledge\nthat ACK-only packet (i.e. it is itself not ack-eliciting). However, the OpenSSL\nimplementation stores the metadata about the ACK frames regardless.\nIn and of itself that\u0027s ok, but if a malicious peer establishes a connection, and\nthen drives the connection such that ACK-only packets are forced from the \nOpenSSL implementation peer (i.e., by sending numerous PING frames),\nand then withholding any subsequent acks for ack-eliciting data, like\nlegitimate data, said malicious peer can force inappropriate memory growth\non the OpenSSL peer, potentially leading to a Denial of Service.\n\nThe fix is to ensure that we account for the transmission of the ACK-only\npacket in the packet histories high and low watermark without actually storing\nthe ACK-only packet metadata itself.\n\nFIPS impact: no\nThe OpenSSL FIPS module is not affected as the QUIC code is\noutside the FIPS module boundary.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63075",
"url": "https://www.suse.com/security/cve/CVE-2026-63075"
},
{
"category": "external",
"summary": "SUSE Bug 1274798 for CVE-2026-63075",
"url": "https://bugzilla.suse.com/1274798"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-63075"
},
{
"cve": "CVE-2026-63076",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-63076"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: OpenSSL CMP password based protection verification only\nchecks whether the protectionAlg parameter was not NULL and not its\nASN.1 type, before treating it as a PBMParameter. A crafted message can\ncontain a parameter of a different type, which is then dereferenced as an\ninvalid pointer.\n\nImpact summary: A remote, unauthenticated attacker can crash an application\nacting as a CMP server that accepts PBM-protected messages, or a CMP client\ntalking to a malicious or intercepted CMP server, resulting in a Denial of\nService.\n\nCWE: CWE-476: NULL Pointer Dereference\n\nDescription: When verifying the password-based MAC protection of a CMP\nmessage, OpenSSL library reads the protectionAlg algorithm parameter with\nX509_ALGOR_get0(), which returns both the parameter type and its value\npointer. The value is then cast to an ASN1_STRING and treated as the\nexpected PBMParameter after only checking that pointer is not NULL. The\nparameter type returned by X509_ALGOR_get0() was never consulted.\n\nThis happens during protection verification, before any MAC is computed, so\nno knowledge of the PBM shared secret is required; the only precondition is\nthat PBM verification is reachable. On the server side this is reached from\nOSSL_CMP_SRV_process_request() for any application that stands up a CMP\nserver accepting PBM-protected messages, and on the client side from CMP\nresponse validation against a malicious or on-path (MITM) server. The\nreliable consequence is a denial of service; there is no memory disclosure,\nno controlled memory write, and no path to code execution. CMP is a\nspecialized feature that an application must explicitly enable.\n\nFIPS impact: no\nAs the CMP code lives outside the FIPS module boundary, no FIPS modules\nare affected by this CVE.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-63076",
"url": "https://www.suse.com/security/cve/CVE-2026-63076"
},
{
"category": "external",
"summary": "SUSE Bug 1274790 for CVE-2026-63076",
"url": "https://bugzilla.suse.com/1274790"
},
{
"category": "external",
"summary": "SUSE Bug 1275143 for CVE-2026-63076",
"url": "https://bugzilla.suse.com/1275143"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-63076"
},
{
"cve": "CVE-2026-75803",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-75803"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty\nciphertext can report success without verifying the supplied authentication\ntag when the operation is finalized by calling the EVP_Cipher() function.\n\nImpact summary: Applications calling EVP_Cipher() on an empty ciphertext and\nexpecting the call to check the AEAD tag may accept forged messages.\n\nCWE: CWE-354 (Improper Validation of Integrity Check Value)\n\nDescription: The EVP_Cipher() API call for AEAD ciphers behaves like a one\nshot encryption and decryption call. It also verifies the AEAD tag after the\ndecryption operation. However for AES-OCB and ChaCha20-Poly1305 ciphers\nit skipped the AEAD tag verification when an empty ciphertext was passed to\nthe function. The callers of this function might believe that a successful\nreturn indicates a valid AEAD tag for these ciphers, even when that has not\ntruly been validated in this case.\n\nFIPS impact: no\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this CVE\nas the affected algorithms are not FIPS approved and thus not implemented\nin the FIPS module.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-75803",
"url": "https://www.suse.com/security/cve/CVE-2026-75803"
},
{
"category": "external",
"summary": "SUSE Bug 1275837 for CVE-2026-75803",
"url": "https://bugzilla.suse.com/1275837"
}
],
"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": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.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:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-fips-provider-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.5.3-8.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.5.3-8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-27T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-75803"
}
]
}
RHSA-2026:25237
Vulnerability from csaf_redhat - Published: 2026-06-11 13:09 - Updated: 2026-08-27 07:57A flaw was found in OpenSSL. A signed integer overflow vulnerability exists when sizing the destination buffer for Unicode output. This can lead to a heap buffer overflow, which may result in a crash or potentially allow an attacker to execute arbitrary code. Exploitation requires an application to directly call specific functions with a large amount of attacker-controlled input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When processing attacker-supplied Cryptographic Message Syntax (CMS) data using password-based decryption, an attacker can choose a stream-mode Key Encryption Key (KEK) cipher. This can trigger a heap out-of-bounds read, potentially causing an application crash and leading to a Denial of Service (DoS). This vulnerability does not require password knowledge and can be exploited before authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. An integer truncation vulnerability in the ASN.1 decoder can occur when processing a crafted DER-encoded ASN.1 structure with a primitive element exceeding 2 gigabytes. A remote attacker could exploit this to cause a heap buffer over-read. This may lead to an application crash, resulting in a Denial of Service (DoS), or potentially disclose sensitive information by loading memory contents beyond the input buffer. This issue primarily affects 64-bit Unix and Unix-like platforms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. This vulnerability allows a remote attacker to forge PKCS#12 (Public-Key Cryptography Standards #12) files that use Password-Based Message Authentication Code 1 (PBMAC1) with short HMAC (Hash-based Message Authentication Code) keys. This can lead to a service accepting attacker-controlled certificates and private keys with a 1 in 256 probability, potentially enabling impersonation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL's Cryptographic Message Services (CMS) AuthEnvelopedData processing. An on-path attacker can exploit insufficient input validation on cipher and tag length fields by sending specially crafted CMS messages. This can lead to the forging of messages or bypassing integrity validation. Consequently, an attacker may achieve key-equivalent functionality for a given CMS recipient.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL's QUIC PATH_CHALLENGE handler. A remote attacker can exploit this vulnerability by flooding a QUIC client or server with specially crafted PATH_CHALLENGE frames. This leads to unbounded memory allocation within the local QUIC stack, as the system continuously allocates PATH_RESPONSE frames without them being acknowledged. The primary consequence is a Denial of Service (DoS), causing the affected application to terminate abnormally due to memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSL QUIC (Quick UDP Internet Connections) server. A remote attacker could send a specially crafted QUIC initial packet with an invalid token. If the server's address validation is explicitly disabled, this could lead to a NULL pointer dereference, causing the server process to terminate abnormally and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker could exploit a NULL pointer dereference vulnerability in the Cryptographic Message Syntax (CMS) decryption process by providing a specially crafted password-encrypted CMS message. This occurs because the keyDerivationAlgorithm field, which is optional, is dereferenced without proper validation. Successful exploitation leads to an application crash, resulting in a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. An attacker controlling a Certificate Management Protocol (CMP) server, or acting as a man-in-the-middle, could craft a malicious CMP response. This response, containing a Certificate Request Message Format (CRMF) CertRepMessage with a specific malformed EncryptedValue structure, would trigger a NULL pointer dereference in the OpenSSL CMP client. This vulnerability leads to a crash of the application, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL's CMS_decrypt() and PKCS7_decrypt() functions. This vulnerability, a Bleichenbacher-style oracle, could allow a remote attacker to decrypt or sign messages using the victim's private RSA key. Exploitation requires the attacker to provide specially crafted CMS or S/MIME messages and observe the application's error codes or decryption output. While the attack is technically possible, the specific conditions required make it unlikely to be exploited in typical deployments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Certificate Management Protocol (CMP) implementation within OpenSSL. An attacker with existing Registration Authority (RA) level credentials could exploit an error in the certificate verification process during a Root Certificate Authority (CA) key update. This vulnerability allows the attacker to replace the root CA certificate for CMP clients with a fraudulent one. The primary consequence is an escalation of privileges, enabling the attacker to gain control equivalent to the root CA.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A malicious peer can exploit this vulnerability by presenting a specially crafted DHX (X9.42) peer key. Due to improper validation of the peer key's subgroup membership, an attacker can recover the victim's private key after a small number of key exchange attempts. This information disclosure can lead to unauthorized access or further compromise of affected systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. Applications that use the AES-OCB encryption method with a specific one-shot interface (EVP_Cipher()) will have their provided Initialization Vector (IV) silently discarded. This leads to the same internal cryptographic value being used repeatedly, which compromises the confidentiality of encrypted data. Additionally, this issue allows for the universal forgery of authentication tags, undermining the integrity of communications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. The implementations of AES-SIV (Advanced Encryption Standard - SIV) and AES-GCM-SIV (Advanced Encryption Standard - Galois/Counter Mode - SIV) incorrectly process authentication tags for empty messages. This vulnerability allows a remote attacker to forge empty messages with arbitrary Additional Authenticated Data (AAD) in applications that utilize these specific cipher modes within custom protocols and do not properly handle zero-length ciphertexts. This could lead to unauthorized data manipulation.
CWE-347 - Improper Verification of Cryptographic Signature| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. When processing a specially crafted PKCS#7 or S/MIME (Secure/Multipurpose Internet Mail Extensions) signed message, a heap use-after-free vulnerability in the PKCS7_verify() function can be triggered. This occurs if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, leading to incorrect memory deallocation. A remote attacker could exploit this to cause application crashes, memory corruption, or potentially achieve remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:25237 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481879 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481880 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481881 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481882 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481884 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481885 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481887 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481890 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481891 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481892 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481893 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481894 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481896 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481897 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481898 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-7383 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481879 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-7383 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-7383 | external |
| https://access.redhat.com/security/cve/CVE-2026-9076 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481880 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-9076 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-9076 | external |
| https://access.redhat.com/security/cve/CVE-2026-34180 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481881 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34180 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34180 | external |
| https://access.redhat.com/security/cve/CVE-2026-34181 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481882 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34181 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34181 | external |
| https://access.redhat.com/security/cve/CVE-2026-34182 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481884 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34182 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34182 | external |
| https://access.redhat.com/security/cve/CVE-2026-34183 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481885 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34183 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34183 | external |
| https://access.redhat.com/security/cve/CVE-2026-42764 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481887 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42764 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42764 | external |
| https://access.redhat.com/security/cve/CVE-2026-42766 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481890 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42766 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42766 | external |
| https://access.redhat.com/security/cve/CVE-2026-42767 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481891 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42767 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42767 | external |
| https://access.redhat.com/security/cve/CVE-2026-42768 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481892 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42768 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42768 | external |
| https://access.redhat.com/security/cve/CVE-2026-42769 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481893 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42769 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42769 | external |
| https://access.redhat.com/security/cve/CVE-2026-42770 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481894 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-42770 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-42770 | external |
| https://access.redhat.com/security/cve/CVE-2026-45445 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481896 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-45445 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-45445 | external |
| https://access.redhat.com/security/cve/CVE-2026-45446 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481897 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-45446 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-45446 | external |
| https://access.redhat.com/security/cve/CVE-2026-45447 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2481898 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-45447 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-45447 | external |
{
"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 openssl is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing (CVE-2026-7383)\n\n* openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption (CVE-2026-9076)\n\n* openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure. (CVE-2026-34180)\n\n* openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys (CVE-2026-34181)\n\n* openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages (CVE-2026-34182)\n\n* openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler (CVE-2026-34183)\n\n* openssl: NULL pointer dereference in QUIC server initial packet handling (CVE-2026-42764)\n\n* openssl: Possible NULL Dereference in Password-Based CMS Decryption (CVE-2026-42766)\n\n* openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption (CVE-2026-42767)\n\n* openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() (CVE-2026-42768)\n\n* openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate (CVE-2026-42769)\n\n* openssl: FFC-DH Peer Validation Uses Attacker-Supplied q (CVE-2026-42770)\n\n* openssl: AES-OCB IV Ignored on EVP_Cipher() Path (CVE-2026-45445)\n\n* openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (CVE-2026-45446)\n\n* openssl: Heap Use-After-Free in OpenSSL PKCS7_verify() (CVE-2026-45447)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"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:25237",
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2481879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481879"
},
{
"category": "external",
"summary": "2481880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481880"
},
{
"category": "external",
"summary": "2481881",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481881"
},
{
"category": "external",
"summary": "2481882",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481882"
},
{
"category": "external",
"summary": "2481884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481884"
},
{
"category": "external",
"summary": "2481885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481885"
},
{
"category": "external",
"summary": "2481887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481887"
},
{
"category": "external",
"summary": "2481890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481890"
},
{
"category": "external",
"summary": "2481891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481891"
},
{
"category": "external",
"summary": "2481892",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481892"
},
{
"category": "external",
"summary": "2481893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481893"
},
{
"category": "external",
"summary": "2481894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481894"
},
{
"category": "external",
"summary": "2481896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481896"
},
{
"category": "external",
"summary": "2481897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481897"
},
{
"category": "external",
"summary": "2481898",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481898"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25237.json"
}
],
"title": "Red Hat Security Advisory: openssl security update",
"tracking": {
"current_release_date": "2026-08-27T07:57:52+00:00",
"generator": {
"date": "2026-08-27T07:57:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:25237",
"initial_release_date": "2026-06-11T13:09:01+00:00",
"revision_history": [
{
"date": "2026-06-11T13:09:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T13:09:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-27T07:57:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-devel-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-devel-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-perl-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-perl-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.5.5-4.el10_2.aarch64",
"product": {
"name": "openssl-libs-1:3.5.5-4.el10_2.aarch64",
"product_id": "openssl-libs-1:3.5.5-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.5.5-4.el10_2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"product": {
"name": "openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"product_id": "openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.5.5-4.el10_2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-devel-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-devel-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-perl-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-perl-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.5.5-4.el10_2.x86_64",
"product": {
"name": "openssl-libs-1:3.5.5-4.el10_2.x86_64",
"product_id": "openssl-libs-1:3.5.5-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.5.5-4.el10_2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-devel-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-devel-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-devel-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-perl-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-perl-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.5.5-4.el10_2.s390x",
"product": {
"name": "openssl-libs-1:3.5.5-4.el10_2.s390x",
"product_id": "openssl-libs-1:3.5.5-4.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.5.5-4.el10_2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.5.5-4.el10_2.src",
"product": {
"name": "openssl-1:3.5.5-4.el10_2.src",
"product_id": "openssl-1:3.5.5-4.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.5.5-4.el10_2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-devel-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-devel-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-devel-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-perl-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-perl-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-perl-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.5.5-4.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src"
},
"product_reference": "openssl-1:3.5.5-4.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-libs-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-libs-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-libs-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-7383",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-05-27T13:08:15.013000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481879"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A signed integer overflow vulnerability exists when sizing the destination buffer for Unicode output. This can lead to a heap buffer overflow, which may result in a crash or potentially allow an attacker to execute arbitrary code. Exploitation requires an application to directly call specific functions with a large amount of attacker-controlled input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Low impact. This flaw in OpenSSL\u0027s ASN1_mbstring_ncopy() function, leading to a heap buffer overflow, is difficult to exploit in typical Red Hat environments. Exploitation requires an application to directly call the vulnerable function with an extremely large, attacker-controlled input (over half a gigabyte), a scenario not present in standard OpenSSL certificate or network protocol handling.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-7383"
},
{
"category": "external",
"summary": "RHBZ#2481879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-7383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7383"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Heap buffer overflow due to signed integer overflow in Unicode output sizing"
},
{
"cve": "CVE-2026-9076",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-27T13:10:14.368000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481880"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing attacker-supplied Cryptographic Message Syntax (CMS) data using password-based decryption, an attacker can choose a stream-mode Key Encryption Key (KEK) cipher. This can trigger a heap out-of-bounds read, potentially causing an application crash and leading to a Denial of Service (DoS). This vulnerability does not require password knowledge and can be exploited before authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Low impact denial of service due to a heap out-of-bounds read in `kek_unwrap_key()` when processing attacker-supplied CMS data with an attacker-chosen stream-mode KEK cipher. This flaw requires specific memory conditions (input buffer ending at a page boundary with an unmapped following page) to trigger a crash, which is uncommon in typical Red Hat environments. No information disclosure is possible, 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9076"
},
{
"category": "external",
"summary": "RHBZ#2481880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481880"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9076",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9076"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Denial of Service due to heap out-of-bounds read in CMS password-based decryption"
},
{
"cve": "CVE-2026-34180",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-05-27T13:10:51.985000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481881"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An integer truncation vulnerability in the ASN.1 decoder can occur when processing a crafted DER-encoded ASN.1 structure with a primitive element exceeding 2 gigabytes. A remote attacker could exploit this to cause a heap buffer over-read. This may lead to an application crash, resulting in a Denial of Service (DoS), or potentially disclose sensitive information by loading memory contents beyond the input buffer. This issue primarily affects 64-bit Unix and Unix-like platforms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low impact vulnerability in OpenSSL\u0027s ASN.1 decoder affects 64-bit Unix-like platforms, where processing a crafted DER-encoded ASN.1 structure exceeding 2 gigabytes can lead to a heap buffer over-read. This may result in application crashes (Denial of Service) or unintended memory exposure. Red Hat products are only affected if they process untrusted, excessively large ASN.1 input using OpenSSL\u0027s d2i_* decoding functions.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34180"
},
{
"category": "external",
"summary": "RHBZ#2481881",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481881"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34180"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure."
},
{
"cve": "CVE-2026-34181",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481882"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. This vulnerability allows a remote attacker to forge PKCS#12 (Public-Key Cryptography Standards #12) files that use Password-Based Message Authentication Code 1 (PBMAC1) with short HMAC (Hash-based Message Authentication Code) keys. This can lead to a service accepting attacker-controlled certificates and private keys with a 1 in 256 probability, potentially enabling impersonation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Low: This flaw allows an attacker to forge PKCS#12 files with a 1 in 256 probability, leading to the acceptance of attacker-controlled certificates and private keys by services configured to use PBMAC1 authentication. Red Hat products utilizing OpenSSL versions 3.0, 1.1.1, or 1.0.2 are not affected, as these versions 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34181"
},
{
"category": "external",
"summary": "RHBZ#2481882",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481882"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34181"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "To mitigate this issue, enforce strict validation on all uploaded PKCS#12 files to reject those containing abnormally short security keys. Additionally, enabling FIPS mode on your system can help protect your environment, as the vulnerable OpenSSL code operates entirely outside the approved FIPS cryptographic boundary.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: PKCS#12 Files with PBMAC1 Are Accepted with Short HMAC Keys"
},
{
"cve": "CVE-2026-34182",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-05-27T13:59:43+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL\u0027s Cryptographic Message Services (CMS) AuthEnvelopedData processing. An on-path attacker can exploit insufficient input validation on cipher and tag length fields by sending specially crafted CMS messages. This can lead to the forging of messages or bypassing integrity validation. Consequently, an attacker may achieve key-equivalent functionality for a given CMS recipient.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This flaw in OpenSSL\u0027s Cryptographic Message Services (CMS) AuthEnvelopedData processing could allow an on-path attacker to forge messages or bypass integrity validation. This is due to insufficient input validation on cipher and tag length fields, potentially leading to key-equivalent functionality or integrity bypass in applications utilizing affected OpenSSL versions for CMS AuthEnvelopedData.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34182"
},
{
"category": "external",
"summary": "RHBZ#2481884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34182",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34182"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "Systems configured to operate in FIPS mode are not affected by this vulnerability. To mitigate this issue, ensure that OpenSSL is operating in FIPS mode by enabling the system-wide FIPS policy. This may have broader implications for cryptographic operations on the system and should be evaluated for compatibility with existing applications. A system reboot may be required for the changes to take effect.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages"
},
{
"cve": "CVE-2026-34183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-27T14:04:59+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481885"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL\u0027s QUIC PATH_CHALLENGE handler. A remote attacker can exploit this vulnerability by flooding a QUIC client or server with specially crafted PATH_CHALLENGE frames. This leads to unbounded memory allocation within the local QUIC stack, as the system continuously allocates PATH_RESPONSE frames without them being acknowledged. The primary consequence is a Denial of Service (DoS), causing the affected application to terminate abnormally due to memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A Moderate severity flaw exists in the QUIC PATH_CHALLENGE handler, allowing a remote attacker to exhaust heap memory of a QUIC client or server. By flooding the local QUIC stack with PATH_CHALLENGE frames, a malicious peer can trigger unbounded memory allocation, leading to a denial of service for applications utilizing the vulnerable QUIC implementation.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34183"
},
{
"category": "external",
"summary": "RHBZ#2481885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481885"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34183"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, apply UDP rate limiting at your network edge to throttle malicious traffic. If QUIC is not strictly required, disable the listener entirely and configure your application to use standard TLS over TCP. Additionally, enforce strict process memory limits using cgroups to prevent host-wide memory exhaustion during an attack.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler"
},
{
"cve": "CVE-2026-42764",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-27T14:08:07+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481887"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL QUIC (Quick UDP Internet Connections) server. A remote attacker could send a specially crafted QUIC initial packet with an invalid token. If the server\u0027s address validation is explicitly disabled, this could lead to a NULL pointer dereference, causing the server process to terminate abnormally and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL pointer dereference in QUIC server initial packet handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate severity issue. A NULL pointer dereference can occur in the OpenSSL QUIC server when processing initial packets with invalid tokens, leading to a denial of service. This vulnerability is only exploitable if the client address validation is explicitly disabled using the `SSL_LISTENER_FLAG_NO_VALIDATE` flag, which is not the default configuration for OpenSSL QUIC servers.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42764"
},
{
"category": "external",
"summary": "RHBZ#2481887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481887"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42764",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42764"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the OpenSSL QUIC server has client address validation enabled. This is the default configuration. If the `SSL_LISTENER_FLAG_NO_VALIDATE` flag is being used with the `SSL_new_listener()` call, it should be removed to prevent the vulnerability from being exploitable.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL pointer dereference in QUIC server initial packet handling"
},
{
"cve": "CVE-2026-42766",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481890"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker could exploit a NULL pointer dereference vulnerability in the Cryptographic Message Syntax (CMS) decryption process by providing a specially crafted password-encrypted CMS message. This occurs because the keyDerivationAlgorithm field, which is optional, is dereferenced without proper validation. Successful exploitation leads to an application crash, resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Possible NULL Dereference in Password-Based CMS Decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated as Low impact. A NULL pointer dereference in OpenSSL\u0027s CMS decryption can be triggered by a specially crafted password-encrypted CMS message, leading to an Red Hat application crash and Denial of Service. This affects applications that perform password-based CMS decryption.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42766"
},
{
"category": "external",
"summary": "RHBZ#2481890",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481890"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42766",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42766"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: Possible NULL Dereference in Password-Based CMS Decryption"
},
{
"cve": "CVE-2026-42767",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An attacker controlling a Certificate Management Protocol (CMP) server, or acting as a man-in-the-middle, could craft a malicious CMP response. This response, containing a Certificate Request Message Format (CRMF) CertRepMessage with a specific malformed EncryptedValue structure, would trigger a NULL pointer dereference in the OpenSSL CMP client. This vulnerability leads to a crash of the application, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Low severity issue. A null pointer dereference flaw in the OpenSSL Certificate Management Protocol (CMP) client could be triggered by an attacker-controlled CMP server. This could lead to a denial of service in applications that process untrusted CMP/CRMF messages.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42767"
},
{
"category": "external",
"summary": "RHBZ#2481891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42767"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that OpenSSL CMP client applications only communicate with trusted Certificate Management Protocol (CMP) servers. If CMP client functionality is not required, consider disabling or restricting its use to reduce exposure.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: NULL Pointer Dereference in CRMF EncryptedValue Decryption"
},
{
"cve": "CVE-2026-42768",
"cwe": {
"id": "CWE-205",
"name": "Observable Behavioral Discrepancy"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481892"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL\u0027s CMS_decrypt() and PKCS7_decrypt() functions. This vulnerability, a Bleichenbacher-style oracle, could allow a remote attacker to decrypt or sign messages using the victim\u0027s private RSA key. Exploitation requires the attacker to provide specially crafted CMS or S/MIME messages and observe the application\u0027s error codes or decryption output. While the attack is technically possible, the specific conditions required make it unlikely to be exploited in typical deployments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low severity vulnerability in OpenSSL\u0027s CMS_decrypt() and PKCS7_decrypt() functions exposes a Bleichenbacher-style oracle. Exploitation requires an attacker to control input CMS/S/MIME messages and observe decryption errors or output, a scenario deemed unlikely in most Red Hat product deployments. The attack could allow decryption or signing of messages with a victim\u0027s private RSA key.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42768"
},
{
"category": "external",
"summary": "RHBZ#2481892",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481892"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42768"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42768",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42768"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, applications utilizing CMS_decrypt() or PKCS7_decrypt() should ensure a recipient certificate is always provided to identify the specific RecipientInfo for decryption. This practice helps prevent the Bleichenbacher-style oracle attack by ensuring proper key identification.",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()"
},
{
"cve": "CVE-2026-42769",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481893"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Certificate Management Protocol (CMP) implementation within OpenSSL. An attacker with existing Registration Authority (RA) level credentials could exploit an error in the certificate verification process during a Root Certificate Authority (CA) key update. This vulnerability allows the attacker to replace the root CA certificate for CMP clients with a fraudulent one. The primary consequence is an escalation of privileges, enabling the attacker to gain control equivalent to the root CA.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has a Low impact as it requires an attacker to already possess valid Registration Authority (RA) level credentials to exploit. A flaw in the Certificate Management Protocol (CMP) root CA key update process could allow an RA to substitute the root CA certificate for CMP clients with an arbitrary certificate, potentially leading to a trust-anchor substitution. 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42769"
},
{
"category": "external",
"summary": "RHBZ#2481893",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481893"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42769"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42769",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42769"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: Trust-Anchor Substitution via cert/issuer Typo in CMP rootCaKeyUpdate"
},
{
"cve": "CVE-2026-42770",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481894"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A malicious peer can exploit this vulnerability by presenting a specially crafted DHX (X9.42) peer key. Due to improper validation of the peer key\u0027s subgroup membership, an attacker can recover the victim\u0027s private key after a small number of key exchange attempts. This information disclosure can lead to unauthorized access or further compromise of affected systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: FFC-DH Peer Validation Uses Attacker-Supplied q",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Low severity flaw in OpenSSL affects systems configured to use DHX (X9.42) peer keys for key derivation, allowing a malicious peer to potentially recover a victim\u0027s private key. The attack requires specific conditions, such as long-lived RA/CA DHX keys in CMP deployments or bespoke applications utilizing X9.42 DHX static keys with interactive protocols, limiting its broader impact.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42770"
},
{
"category": "external",
"summary": "RHBZ#2481894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481894"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42770",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42770"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: FFC-DH Peer Validation Uses Attacker-Supplied q"
},
{
"cve": "CVE-2026-45445",
"cwe": {
"id": "CWE-1204",
"name": "Generation of Weak Initialization Vector (IV)"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481896"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. Applications that use the AES-OCB encryption method with a specific one-shot interface (EVP_Cipher()) will have their provided Initialization Vector (IV) silently discarded. This leads to the same internal cryptographic value being used repeatedly, which compromises the confidentiality of encrypted data. Additionally, this issue allows for the universal forgery of authentication tags, undermining the integrity of communications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: AES-OCB IV Ignored on EVP_Cipher() Path",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate severity flaw where applications utilizing the AES-OCB cipher through OpenSSL\u0027s EVP_Cipher() one-shot interface may silently discard the provided initialization vector (IV). This leads to nonce reuse, compromising confidentiality and enabling universal forgery of authentication tags. Red Hat products are primarily affected if they include or rely on third-party applications that specifically employ this less common and discouraged API usage with AES-OCB, as standard OpenSSL SSL/TLS implementations and applications using the recommended streaming AEAD API 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45445"
},
{
"category": "external",
"summary": "RHBZ#2481896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481896"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45445",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45445"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"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:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: AES-OCB IV Ignored on EVP_Cipher() Path"
},
{
"cve": "CVE-2026-45446",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481897"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. The implementations of AES-SIV (Advanced Encryption Standard - SIV) and AES-GCM-SIV (Advanced Encryption Standard - Galois/Counter Mode - SIV) incorrectly process authentication tags for empty messages. This vulnerability allows a remote attacker to forge empty messages with arbitrary Additional Authenticated Data (AAD) in applications that utilize these specific cipher modes within custom protocols and do not properly handle zero-length ciphertexts. This could lead to unauthorized data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Low impact. It affects applications that utilize OpenSSL\u0027s AES-SIV or AES-GCM-SIV modes within custom protocols and specifically mishandle empty ciphertexts. Standard OpenSSL protocols, such as TLS, are not affected. Successful exploitation requires an application to use the EVP interface and to skip ciphertext updates when processing zero-length ciphertexts, representing an uncommon and non-default configuration.",
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45446"
},
{
"category": "external",
"summary": "RHBZ#2481897",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481897"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45446",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45446"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "workaround",
"details": "The vulnerability arises from specific application implementations using OpenSSL\u0027s AES-SIV or AES-GCM-SIV modes with custom protocols and an atypical handling of empty ciphertexts. As this scenario is not a default or commonly deployed configuration in Red Hat products, and no direct configuration or operational control exists to mitigate this specific flaw without patching, the following applies:\n\nMitigation 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes"
},
{
"cve": "CVE-2026-45447",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481898"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing a specially crafted PKCS#7 or S/MIME (Secure/Multipurpose Internet Mail Extensions) signed message, a heap use-after-free vulnerability in the PKCS7_verify() function can be triggered. This occurs if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, leading to incorrect memory deallocation. A remote attacker could exploit this to cause application crashes, memory corruption, or potentially achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Heap Use-After-Free in OpenSSL PKCS7_verify()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This High severity heap use-after-free flaw in OpenSSL\u0027s PKCS7_verify() function can be triggered by processing a specially crafted PKCS#7 or S/MIME signed message. This could lead to application crashes, memory corruption, or potentially remote code execution, impacting services that handle such messages. The vulnerability specifically affects applications utilizing OpenSSL PKCS#7 APIs, while those using CMS 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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "RHBZ#2481898",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481898"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45447"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T13:09:01+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"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": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"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:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-devel-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.aarch64",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.ppc64le",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.s390x",
"AppStream-10.2.Z:openssl-perl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.src",
"BaseOS-10.2.Z:openssl-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debuginfo-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-debugsource-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-1:3.5.5-4.el10_2.x86_64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.aarch64",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.ppc64le",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.s390x",
"BaseOS-10.2.Z:openssl-libs-debuginfo-1:3.5.5-4.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: Heap Use-After-Free in OpenSSL PKCS7_verify()"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.