Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-34180 (GCVE-0-2026-34180)
Vulnerability from cvelistv5 – Published: 2026-06-09 16:03 – Updated: 2026-06-10 07:47- CWE-125 - Out-of-bounds Read
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-34180",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-09T19:00:59.503895Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-09T19:02:24.228Z",
"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"
},
{
"lessThan": "3.0.21",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1zh",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zq",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Frank Buss"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Viktor Dukhovni"
}
],
"datePublic": "2026-06-09T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive\u003cbr\u003eelement whose content exceeds 2 gigabytes in length may cause a heap buffer\u003cbr\u003eover-read on 64-bit Unix and Unix-like platforms.\u003cbr\u003e\u003cbr\u003eImpact summary: The heap buffer over-read may crash the application (Denial of\u003cbr\u003eService) or to load into the decoded ASN.1 object contents of memory beyond the\u003cbr\u003eend of the input buffer. More typically such ASN.1 elements would instead be\u003cbr\u003etruncated.\u003cbr\u003e\u003cbr\u003eAn integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of\u003cbr\u003ean ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the\u003cbr\u003eworst case the truncated length is treated as a request to scan the binary\u003cbr\u003econtent for a terminating zero byte, possibly causing OpenSSL to read either\u003cbr\u003eless than or beyond the end of the allocated buffer.\u003cbr\u003e\u003cbr\u003eApplications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or\u003cbr\u003eany other d2i_* decoding function are affected. OpenSSL\u0027s own command-line\u003cbr\u003etools are not vulnerable, as data read through the BIO layer is checked before\u003cbr\u003eit reaches the affected code. The issue only affects 64-bit Unix and Unix-like\u003cbr\u003eplatforms; 32-bit platforms and 64-bit Windows are not affected.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,\u003cbr\u003eas the affected code is outside the OpenSSL FIPS module boundary."
}
],
"value": "Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive\nelement whose content exceeds 2 gigabytes in length may cause a heap buffer\nover-read on 64-bit Unix and Unix-like platforms.\n\nImpact summary: The heap buffer over-read may crash the application (Denial of\nService) or to load into the decoded ASN.1 object contents of memory beyond the\nend of the input buffer. More typically such ASN.1 elements would instead be\ntruncated.\n\nAn integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of\nan ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the\nworst case the truncated length is treated as a request to scan the binary\ncontent for a terminating zero byte, possibly causing OpenSSL to read either\nless than or beyond the end of the allocated buffer.\n\nApplications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or\nany other d2i_* decoding function are affected. OpenSSL\u0027s own command-line\ntools are not vulnerable, as data read through the BIO layer is checked before\nit reaches the affected code. The issue only affects 64-bit Unix and Unix-like\nplatforms; 32-bit platforms and 64-bit Windows are not affected.\n\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,\nas the affected code is outside the OpenSSL FIPS module boundary."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125 Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T07:47:52.427Z",
"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/f696c73c3e61b8c502d040af62e690c060908a16"
},
{
"name": "3.6.3 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/d93853c42110d6319e3df07842b488cb9f7ac5ff"
},
{
"name": "3.5.7 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/da5d62af75f69d6fbf7803743d7c56ac75461e43"
},
{
"name": "3.4.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/1c6908e4fa5fa568752221d8eaf561a809751e5d"
},
{
"name": "3.0.21 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/cbe418ae978539cf14a398a207dba834c0e93e83"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Heap Buffer Over-read in ASN.1 Content Parsing",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-34180",
"datePublished": "2026-06-09T16:03:17.082Z",
"dateReserved": "2026-03-26T09:29:36.012Z",
"dateUpdated": "2026-06-10T07:47:52.427Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-34180",
"date": "2026-07-29",
"epss": "0.01025",
"percentile": "0.60082"
},
"microsoft_vex": {
"current_release_date": "2026-06-23T14:51:11.000Z",
"cve": "CVE-2026-34180",
"id": "msrc_CVE-2026-34180",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:fixed": "2",
"product_status:known_affected": "2",
"product_status:known_not_affected": "7",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Heap Buffer Over-read in ASN.1 Content Parsing",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-34180.json",
"version": "4"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-34180\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-06-09T17:17:04.600\",\"lastModified\":\"2026-07-23T08:10:00.137\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive\\nelement whose content exceeds 2 gigabytes in length may cause a heap buffer\\nover-read on 64-bit Unix and Unix-like platforms.\\n\\nImpact summary: The heap buffer over-read may crash the application (Denial of\\nService) or to load into the decoded ASN.1 object contents of memory beyond the\\nend of the input buffer. More typically such ASN.1 elements would instead be\\ntruncated.\\n\\nAn integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of\\nan ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the\\nworst case the truncated length is treated as a request to scan the binary\\ncontent for a terminating zero byte, possibly causing OpenSSL to read either\\nless than or beyond the end of the allocated buffer.\\n\\nApplications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or\\nany other d2i_* decoding function are affected. OpenSSL\u0027s own command-line\\ntools are not vulnerable, as data read through the BIO layer is checked before\\nit reaches the affected code. The issue only affects 64-bit Unix and Unix-like\\nplatforms; 32-bit platforms and 64-bit Windows are not affected.\\n\\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,\\nas the affected code is outside the OpenSSL FIPS module boundary.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: Analizar una estructura ASN.1 codificada en DER manipulada con un elemento primitivo cuyo contenido excede los 2 gigabytes de longitud puede causar una lectura excesiva del b\u00fafer de la pila (heap buffer over-read) en plataformas Unix y similares a Unix de 64 bits.\\n\\nResumen del impacto: La lectura excesiva del b\u00fafer de la pila puede bloquear la aplicaci\u00f3n (Denegaci\u00f3n de Servicio) o cargar en el objeto ASN.1 decodificado contenidos de memoria m\u00e1s all\u00e1 del final del b\u00fafer de entrada. M\u00e1s t\u00edpicamente, tales elementos ASN.1 ser\u00edan truncados en su lugar.\\n\\nUn truncamiento de entero en el decodificador ASN.1 de OpenSSL hace que la longitud del contenido de un elemento primitivo ASN.1 sea manejada incorrectamente cuando excede los 2 gigabytes. En el peor de los casos, la longitud truncada se trata como una solicitud para escanear el contenido binario en busca de un byte cero de terminaci\u00f3n, posiblemente causando que OpenSSL lea menos o m\u00e1s all\u00e1 del final del b\u00fafer asignado.\\n\\nLas aplicaciones que pasan datos suministrados por el atacante a d2i_X509(), d2i_PKCS7(), o cualquier otra funci\u00f3n de decodificaci\u00f3n d2i_* se ven afectadas. Las propias herramientas de l\u00ednea de comandos de OpenSSL no son vulnerables, ya que los datos le\u00eddos a trav\u00e9s de la capa BIO se verifican antes de que lleguen al c\u00f3digo afectado. El problema solo afecta a plataformas Unix y similares a Unix de 64 bits; las plataformas de 32 bits y Windows de 64 bits no se ven afectadas.\\n\\nLos m\u00f3dulos FIPS en 4.0, 3.6, 3.5, 3.4 y 3.0 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\"},{\"version\":\"3.0.0\",\"lessThan\":\"3.0.21\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.1.1\",\"lessThan\":\"1.1.1zh\",\"versionType\":\"custom\",\"status\":\"affected\"},{\"version\":\"1.0.2\",\"lessThan\":\"1.0.2zq\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-09T19:00:59.503895Z\",\"id\":\"CVE-2026-34180\",\"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-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zq\",\"matchCriteriaId\":\"F534B804-67B6-49DA-8A86-0FF21E512908\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1zh\",\"matchCriteriaId\":\"43EFE1E3-4049-4EE6-A2AE-BDBA38E6870F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.21\",\"matchCriteriaId\":\"EDB88756-EDFE-4886-A267-3F19342A6042\"},{\"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/1c6908e4fa5fa568752221d8eaf561a809751e5d\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/cbe418ae978539cf14a398a207dba834c0e93e83\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/d93853c42110d6319e3df07842b488cb9f7ac5ff\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/da5d62af75f69d6fbf7803743d7c56ac75461e43\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/f696c73c3e61b8c502d040af62e690c060908a16\",\"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-07-01T09:38:07+00:00",
"cve": "CVE-2026-34180",
"id": "CVE-2026-34180",
"initial_release_date": "2026-06-09T00:00:00+00:00",
"product_status:fixed": "100",
"product_status:known_affected": "51",
"product_status:known_not_affected": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openssl: OpenSSL: Heap buffer over-read in ASN.1 decoding can lead to denial of service or information disclosure.",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-34180.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-34180\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-09T19:00:59.503895Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-09T19:02:17.689Z\"}}], \"cna\": {\"title\": \"Heap Buffer Over-read in ASN.1 Content Parsing\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Frank Buss\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Viktor Dukhovni\"}], \"metrics\": [{\"other\": {\"type\": \"https://openssl-library.org/policies/general/security-policy/\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"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\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.21\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1zh\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zq\", \"versionType\": \"custom\"}], \"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/f696c73c3e61b8c502d040af62e690c060908a16\", \"name\": \"4.0.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/d93853c42110d6319e3df07842b488cb9f7ac5ff\", \"name\": \"3.6.3 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/da5d62af75f69d6fbf7803743d7c56ac75461e43\", \"name\": \"3.5.7 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/1c6908e4fa5fa568752221d8eaf561a809751e5d\", \"name\": \"3.4.6 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/cbe418ae978539cf14a398a207dba834c0e93e83\", \"name\": \"3.0.21 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive\\nelement whose content exceeds 2 gigabytes in length may cause a heap buffer\\nover-read on 64-bit Unix and Unix-like platforms.\\n\\nImpact summary: The heap buffer over-read may crash the application (Denial of\\nService) or to load into the decoded ASN.1 object contents of memory beyond the\\nend of the input buffer. More typically such ASN.1 elements would instead be\\ntruncated.\\n\\nAn integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of\\nan ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the\\nworst case the truncated length is treated as a request to scan the binary\\ncontent for a terminating zero byte, possibly causing OpenSSL to read either\\nless than or beyond the end of the allocated buffer.\\n\\nApplications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or\\nany other d2i_* decoding function are affected. OpenSSL\u0027s own command-line\\ntools are not vulnerable, as data read through the BIO layer is checked before\\nit reaches the affected code. The issue only affects 64-bit Unix and Unix-like\\nplatforms; 32-bit platforms and 64-bit Windows are not affected.\\n\\nThe FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,\\nas the affected code is outside the OpenSSL FIPS module boundary.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive\u003cbr\u003eelement whose content exceeds 2 gigabytes in length may cause a heap buffer\u003cbr\u003eover-read on 64-bit Unix and Unix-like platforms.\u003cbr\u003e\u003cbr\u003eImpact summary: The heap buffer over-read may crash the application (Denial of\u003cbr\u003eService) or to load into the decoded ASN.1 object contents of memory beyond the\u003cbr\u003eend of the input buffer. More typically such ASN.1 elements would instead be\u003cbr\u003etruncated.\u003cbr\u003e\u003cbr\u003eAn integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of\u003cbr\u003ean ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the\u003cbr\u003eworst case the truncated length is treated as a request to scan the binary\u003cbr\u003econtent for a terminating zero byte, possibly causing OpenSSL to read either\u003cbr\u003eless than or beyond the end of the allocated buffer.\u003cbr\u003e\u003cbr\u003eApplications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or\u003cbr\u003eany other d2i_* decoding function are affected. OpenSSL\u0027s own command-line\u003cbr\u003etools are not vulnerable, as data read through the BIO layer is checked before\u003cbr\u003eit reaches the affected code. The issue only affects 64-bit Unix and Unix-like\u003cbr\u003eplatforms; 32-bit platforms and 64-bit Windows are not affected.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue,\u003cbr\u003eas the affected code is outside the OpenSSL FIPS module boundary.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125 Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-06-10T07:47:52.427Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-34180\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-10T07:47:52.427Z\", \"dateReserved\": \"2026-03-26T09:29:36.012Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-06-09T16:03:17.082Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ubuntu-cve-2026-34180
Vulnerability from osv_ubuntu
Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive element whose content exceeds 2 gigabytes in length may cause a heap buffer over-read on 64-bit Unix and Unix-like platforms. Impact summary: The heap buffer over-read may crash the application (Denial of Service) or to load into the decoded ASN.1 object contents of memory beyond the end of the input buffer. More typically such ASN.1 elements would instead be truncated. An integer truncation in OpenSSL's ASN.1 decoder causes the content length of an ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the worst case the truncated length is treated as a request to scan the binary content for a terminating zero byte, possibly causing OpenSSL to read either less than or beyond the end of the allocated buffer. Applications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or any other d2i_* decoding function are affected. OpenSSL's own command-line tools are not vulnerable, as data read through the BIO layer is checked before it reaches the affected code. The issue only affects 64-bit Unix and Unix-like platforms; 32-bit platforms and 64-bit Windows are not affected. The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro with Legacy support add-on: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.1f-1ubuntu2.27+esm14"
},
{
"binary_name": "openssl",
"binary_version": "1.0.1f-1ubuntu2.27+esm14"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.1f-1ubuntu2.27+esm14?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.1f-1ubuntu2.27+esm14"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.1e-3ubuntu1",
"1.0.1e-4ubuntu1",
"1.0.1e-4ubuntu2",
"1.0.1e-4ubuntu3",
"1.0.1e-4ubuntu4",
"1.0.1f-1ubuntu1",
"1.0.1f-1ubuntu2",
"1.0.1f-1ubuntu2.1",
"1.0.1f-1ubuntu2.2",
"1.0.1f-1ubuntu2.3",
"1.0.1f-1ubuntu2.4",
"1.0.1f-1ubuntu2.5",
"1.0.1f-1ubuntu2.7",
"1.0.1f-1ubuntu2.8",
"1.0.1f-1ubuntu2.11",
"1.0.1f-1ubuntu2.12",
"1.0.1f-1ubuntu2.15",
"1.0.1f-1ubuntu2.16",
"1.0.1f-1ubuntu2.17",
"1.0.1f-1ubuntu2.18",
"1.0.1f-1ubuntu2.19",
"1.0.1f-1ubuntu2.20",
"1.0.1f-1ubuntu2.21",
"1.0.1f-1ubuntu2.22",
"1.0.1f-1ubuntu2.23",
"1.0.1f-1ubuntu2.24",
"1.0.1f-1ubuntu2.25",
"1.0.1f-1ubuntu2.26",
"1.0.1f-1ubuntu2.27",
"1.0.1f-1ubuntu2.27+esm1",
"1.0.1f-1ubuntu2.27+esm2",
"1.0.1f-1ubuntu2.27+esm3",
"1.0.1f-1ubuntu2.27+esm4",
"1.0.1f-1ubuntu2.27+esm5",
"1.0.1f-1ubuntu2.27+esm6",
"1.0.1f-1ubuntu2.27+esm7",
"1.0.1f-1ubuntu2.27+esm9",
"1.0.1f-1ubuntu2.27+esm10",
"1.0.1f-1ubuntu2.27+esm11",
"1.0.1f-1ubuntu2.27+esm12",
"1.0.1f-1ubuntu2.27+esm13"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro with Legacy support add-on: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.20+esm16"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.20+esm16"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.20+esm16?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2g-1ubuntu4.20+esm16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2d-0ubuntu1",
"1.0.2d-0ubuntu2",
"1.0.2e-1ubuntu1",
"1.0.2f-2ubuntu1",
"1.0.2g-1ubuntu2",
"1.0.2g-1ubuntu3",
"1.0.2g-1ubuntu4",
"1.0.2g-1ubuntu4.1",
"1.0.2g-1ubuntu4.2",
"1.0.2g-1ubuntu4.4",
"1.0.2g-1ubuntu4.5",
"1.0.2g-1ubuntu4.6",
"1.0.2g-1ubuntu4.8",
"1.0.2g-1ubuntu4.9",
"1.0.2g-1ubuntu4.10",
"1.0.2g-1ubuntu4.11",
"1.0.2g-1ubuntu4.12",
"1.0.2g-1ubuntu4.13",
"1.0.2g-1ubuntu4.14",
"1.0.2g-1ubuntu4.15",
"1.0.2g-1ubuntu4.16",
"1.0.2g-1ubuntu4.17",
"1.0.2g-1ubuntu4.18",
"1.0.2g-1ubuntu4.19",
"1.0.2g-1ubuntu4.20",
"1.0.2g-1ubuntu4.20+esm1",
"1.0.2g-1ubuntu4.20+esm2",
"1.0.2g-1ubuntu4.20+esm3",
"1.0.2g-1ubuntu4.20+esm4",
"1.0.2g-1ubuntu4.20+esm5",
"1.0.2g-1ubuntu4.20+esm6",
"1.0.2g-1ubuntu4.20+esm7",
"1.0.2g-1ubuntu4.20+esm9",
"1.0.2g-1ubuntu4.20+esm10",
"1.0.2g-1ubuntu4.20+esm11",
"1.0.2g-1ubuntu4.20+esm12",
"1.0.2g-1ubuntu4.20+esm13",
"1.0.2g-1ubuntu4.20+esm14",
"1.0.2g-1ubuntu4.20+esm15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20160408.ffea0a2c-2ubuntu0.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20150106.5c2d456b-2",
"0~20160104.c2a892d7-1",
"0~20160408.ffea0a2c-2",
"0~20160408.ffea0a2c-2ubuntu0.1",
"0~20160408.ffea0a2c-2ubuntu0.2",
"0~20160408.ffea0a2c-2ubuntu0.2+esm1",
"0~20160408.ffea0a2c-2ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
},
{
"binary_name": "nodejs-legacy",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@4.2.6~dfsg-1ubuntu4.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.10.25~dfsg2-2ubuntu1",
"4.2.2~dfsg-1",
"4.2.3~dfsg-1",
"4.2.4~dfsg-1ubuntu1",
"4.2.4~dfsg-2",
"4.2.6~dfsg-1ubuntu1",
"4.2.6~dfsg-1ubuntu4",
"4.2.6~dfsg-1ubuntu4.1",
"4.2.6~dfsg-1ubuntu4.2",
"4.2.6~dfsg-1ubuntu4.2+esm1",
"4.2.6~dfsg-1ubuntu4.2+esm2",
"4.2.6~dfsg-1ubuntu4.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.15"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.15"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.15"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.20.15?arch=source\u0026distro=fips-updates/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.9.1",
"1.0.2g-1ubuntu4.fips.4.13.1",
"1.0.2g-1ubuntu4.fips.4.15.1",
"1.0.2g-1ubuntu4.fips.4.16.1",
"1.0.2g-1ubuntu4.fips.4.17.1",
"1.0.2g-1ubuntu4.fips.4.18.1",
"1.0.2g-1ubuntu4.fips.4.19.3",
"1.0.2g-1ubuntu4.fips.4.20.1",
"1.0.2g-1ubuntu4.fips.4.20.2",
"1.0.2g-1ubuntu4.fips.4.20.3",
"1.0.2g-1ubuntu4.fips.4.20.6",
"1.0.2g-1ubuntu4.fips.4.20.7",
"1.0.2g-1ubuntu4.fips.4.20.9",
"1.0.2g-1ubuntu4.fips.4.20.10",
"1.0.2g-1ubuntu4.fips.4.20.11",
"1.0.2g-1ubuntu4.fips.4.20.12",
"1.0.2g-1ubuntu4.fips.4.20.13",
"1.0.2g-1ubuntu4.fips.4.20.14",
"1.0.2g-1ubuntu4.fips.4.20.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.6.3?arch=source\u0026distro=fips/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.6~ppa1",
"1.0.2g-1ubuntu4.fips.4.6~ppa2",
"1.0.2g-1ubuntu4.fips.4.6~ppa3",
"1.0.2g-1ubuntu4.fips.4.6",
"1.0.2g-1ubuntu4.fips.4.6.1",
"1.0.2g-1ubuntu4.fips.4.6.2",
"1.0.2g-1ubuntu4.fips.4.6.3"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.1~18.04.23+esm9"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.1~18.04.23+esm9"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.1~18.04.23+esm9?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.1~18.04.23+esm9"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu13",
"1.0.2g-1ubuntu14",
"1.0.2n-1ubuntu1",
"1.1.0g-2ubuntu1",
"1.1.0g-2ubuntu2",
"1.1.0g-2ubuntu3",
"1.1.0g-2ubuntu4",
"1.1.0g-2ubuntu4.1",
"1.1.0g-2ubuntu4.3",
"1.1.1-1ubuntu2.1~18.04.1",
"1.1.1-1ubuntu2.1~18.04.2",
"1.1.1-1ubuntu2.1~18.04.3",
"1.1.1-1ubuntu2.1~18.04.4",
"1.1.1-1ubuntu2.1~18.04.5",
"1.1.1-1ubuntu2.1~18.04.6",
"1.1.1-1ubuntu2.1~18.04.7",
"1.1.1-1ubuntu2.1~18.04.8",
"1.1.1-1ubuntu2.1~18.04.9",
"1.1.1-1ubuntu2.1~18.04.10",
"1.1.1-1ubuntu2.1~18.04.13",
"1.1.1-1ubuntu2.1~18.04.14",
"1.1.1-1ubuntu2.1~18.04.15",
"1.1.1-1ubuntu2.1~18.04.17",
"1.1.1-1ubuntu2.1~18.04.19",
"1.1.1-1ubuntu2.1~18.04.20",
"1.1.1-1ubuntu2.1~18.04.21",
"1.1.1-1ubuntu2.1~18.04.22",
"1.1.1-1ubuntu2.1~18.04.23",
"1.1.1-1ubuntu2.1~18.04.23+esm1",
"1.1.1-1ubuntu2.1~18.04.23+esm3",
"1.1.1-1ubuntu2.1~18.04.23+esm4",
"1.1.1-1ubuntu2.1~18.04.23+esm5",
"1.1.1-1ubuntu2.1~18.04.23+esm6",
"1.1.1-1ubuntu2.1~18.04.23+esm7",
"1.1.1-1ubuntu2.1~18.04.23+esm8"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2n-1ubuntu5.13+esm5"
},
{
"binary_name": "openssl1.0",
"binary_version": "1.0.2n-1ubuntu5.13+esm5"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "openssl1.0",
"purl": "pkg:deb/ubuntu/openssl1.0@1.0.2n-1ubuntu5.13+esm5?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2n-1ubuntu5.13+esm5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2n-1ubuntu2",
"1.0.2n-1ubuntu3",
"1.0.2n-1ubuntu4",
"1.0.2n-1ubuntu5",
"1.0.2n-1ubuntu5.1",
"1.0.2n-1ubuntu5.2",
"1.0.2n-1ubuntu5.3",
"1.0.2n-1ubuntu5.4",
"1.0.2n-1ubuntu5.5",
"1.0.2n-1ubuntu5.6",
"1.0.2n-1ubuntu5.7",
"1.0.2n-1ubuntu5.8",
"1.0.2n-1ubuntu5.9",
"1.0.2n-1ubuntu5.10",
"1.0.2n-1ubuntu5.11",
"1.0.2n-1ubuntu5.12",
"1.0.2n-1ubuntu5.13",
"1.0.2n-1ubuntu5.13+esm1",
"1.0.2n-1ubuntu5.13+esm2",
"1.0.2n-1ubuntu5.13+esm3",
"1.0.2n-1ubuntu5.13+esm4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20180205.c0d9813c-2ubuntu0.3+esm2?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20170911.5dfba97c-1",
"0~20171010.234dbcef-1",
"0~20171027.76fd5a66-1",
"0~20171205.a9212288-1",
"0~20180105.0bc94c74-1",
"0~20180205.c0d9813c-1",
"0~20180205.c0d9813c-2",
"0~20180205.c0d9813c-2ubuntu0.1",
"0~20180205.c0d9813c-2ubuntu0.2",
"0~20180205.c0d9813c-2ubuntu0.3",
"0~20180205.c0d9813c-2ubuntu0.3+esm1",
"0~20180205.c0d9813c-2ubuntu0.3+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "8.10.0~dfsg-2ubuntu0.4+esm6"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@8.10.0~dfsg-2ubuntu0.4+esm6?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.4~dfsg-1ubuntu1",
"6.11.4~dfsg-1ubuntu2",
"6.12.0~dfsg-1ubuntu1",
"6.12.0~dfsg-2ubuntu1",
"6.12.0~dfsg-2ubuntu2",
"8.10.0~dfsg-2",
"8.10.0~dfsg-2ubuntu0.2",
"8.10.0~dfsg-2ubuntu0.3",
"8.10.0~dfsg-2ubuntu0.4",
"8.10.0~dfsg-2ubuntu0.4+esm1",
"8.10.0~dfsg-2ubuntu0.4+esm2",
"8.10.0~dfsg-2ubuntu0.4+esm3",
"8.10.0~dfsg-2ubuntu0.4+esm4",
"8.10.0~dfsg-2ubuntu0.4+esm5",
"8.10.0~dfsg-2ubuntu0.4+esm6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.9"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.9"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.9"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.23.9?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.fips.2.1~18.04.23.9"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.5.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.6.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.7.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.3",
"1.1.1-1ubuntu2.fips.2.1~18.04.13.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.15",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.17",
"1.1.1-1ubuntu2.fips.2.1~18.04.20",
"1.1.1-1ubuntu2.fips.2.1~18.04.21",
"1.1.1-1ubuntu2.fips.2.1~18.04.22",
"1.1.1-1ubuntu2.fips.2.1~18.04.23",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.3",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.4",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.5",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.6",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.7",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.15.2?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.3.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20191122.bd85bf54-2ubuntu3.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20190606.20d2e5a1-2ubuntu1",
"0~20190828.37eef910-3",
"0~20190828.37eef910-4",
"0~20191122.bd85bf54-1",
"0~20191122.bd85bf54-1ubuntu1",
"0~20191122.bd85bf54-2",
"0~20191122.bd85bf54-2ubuntu1",
"0~20191122.bd85bf54-2ubuntu2",
"0~20191122.bd85bf54-2ubuntu3",
"0~20191122.bd85bf54-2ubuntu3.1",
"0~20191122.bd85bf54-2ubuntu3.2",
"0~20191122.bd85bf54-2ubuntu3.3",
"0~20191122.bd85bf54-2ubuntu3.4",
"0~20191122.bd85bf54-2ubuntu3.5",
"0~20191122.bd85bf54-2ubuntu3.6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.24+esm4"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.24+esm4"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.24+esm4?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.24+esm4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1c-1ubuntu4",
"1.1.1d-2ubuntu3",
"1.1.1d-2ubuntu6",
"1.1.1f-1ubuntu1",
"1.1.1f-1ubuntu2",
"1.1.1f-1ubuntu2.1",
"1.1.1f-1ubuntu2.2",
"1.1.1f-1ubuntu2.3",
"1.1.1f-1ubuntu2.4",
"1.1.1f-1ubuntu2.5",
"1.1.1f-1ubuntu2.8",
"1.1.1f-1ubuntu2.9",
"1.1.1f-1ubuntu2.10",
"1.1.1f-1ubuntu2.11",
"1.1.1f-1ubuntu2.12",
"1.1.1f-1ubuntu2.13",
"1.1.1f-1ubuntu2.15",
"1.1.1f-1ubuntu2.16",
"1.1.1f-1ubuntu2.17",
"1.1.1f-1ubuntu2.18",
"1.1.1f-1ubuntu2.19",
"1.1.1f-1ubuntu2.20",
"1.1.1f-1ubuntu2.21",
"1.1.1f-1ubuntu2.22",
"1.1.1f-1ubuntu2.23",
"1.1.1f-1ubuntu2.24",
"1.1.1f-1ubuntu2.24+esm1",
"1.1.1f-1ubuntu2.24+esm2",
"1.1.1f-1ubuntu2.24+esm3"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.24.4"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.24.4"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.24.4"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.24.4?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.fips.24.4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.7",
"1.1.1f-1ubuntu2.fips.7.2",
"1.1.1f-1ubuntu2.fips.12",
"1.1.1f-1ubuntu2.fips.13",
"1.1.1f-1ubuntu2.fips.13.1",
"1.1.1f-1ubuntu2.fips.16",
"1.1.1f-1ubuntu2.fips.17",
"1.1.1f-1ubuntu2.fips.18",
"1.1.1f-1ubuntu2.fips.19",
"1.1.1f-1ubuntu2.fips.20",
"1.1.1f-1ubuntu2.fips.21",
"1.1.1f-1ubuntu2.fips.22",
"1.1.1f-1ubuntu2.fips.24",
"1.1.1f-1ubuntu2.fips.24.1",
"1.1.1f-1ubuntu2.fips.24.2",
"1.1.1f-1ubuntu2.fips.24.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.7.1?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.2.8",
"1.1.1f-1ubuntu2.fips.7.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2022.02-3ubuntu0.22.04.6"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2022.02-3ubuntu0.22.04.6?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2021.08~rc0-2",
"2021.08-3",
"2021.11~rc1-1",
"2021.11-1",
"2021.11-2",
"2022.02~rc1-1",
"2022.02~rc1-1ubuntu1",
"2022.02-1",
"2022.02-2",
"2022.02-3",
"2022.02-3ubuntu0.22.04.1",
"2022.02-3ubuntu0.22.04.2",
"2022.02-3ubuntu0.22.04.3",
"2022.02-3ubuntu0.22.04.4",
"2022.02-3ubuntu0.22.04.5",
"2022.02-3ubuntu0.22.04.6"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.25"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.25"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-0ubuntu1.25"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1l-1ubuntu1",
"3.0.0-1ubuntu1",
"3.0.1-0ubuntu1",
"3.0.2-0ubuntu1",
"3.0.2-0ubuntu1.1",
"3.0.2-0ubuntu1.2",
"3.0.2-0ubuntu1.4",
"3.0.2-0ubuntu1.5",
"3.0.2-0ubuntu1.6",
"3.0.2-0ubuntu1.7",
"3.0.2-0ubuntu1.8",
"3.0.2-0ubuntu1.9",
"3.0.2-0ubuntu1.10",
"3.0.2-0ubuntu1.12",
"3.0.2-0ubuntu1.13",
"3.0.2-0ubuntu1.14",
"3.0.2-0ubuntu1.15",
"3.0.2-0ubuntu1.16",
"3.0.2-0ubuntu1.17",
"3.0.2-0ubuntu1.18",
"3.0.2-0ubuntu1.19",
"3.0.2-0ubuntu1.20",
"3.0.2-0ubuntu1.21",
"3.0.2-0ubuntu1.23"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libnode72",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
},
{
"binary_name": "nodejs",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@12.22.9~dfsg-1ubuntu3.6+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"12.22.5~dfsg-5ubuntu1",
"12.22.7~dfsg-2ubuntu1",
"12.22.7~dfsg-2ubuntu3",
"12.22.9~dfsg-1ubuntu2",
"12.22.9~dfsg-1ubuntu3",
"12.22.9~dfsg-1ubuntu3.1",
"12.22.9~dfsg-1ubuntu3.2",
"12.22.9~dfsg-1ubuntu3.3",
"12.22.9~dfsg-1ubuntu3.4",
"12.22.9~dfsg-1ubuntu3.5",
"12.22.9~dfsg-1ubuntu3.6",
"12.22.9~dfsg-1ubuntu3.6+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.12+Fips1"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.12+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.12+Fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-0ubuntu1.10+Fips1",
"3.0.2-0ubuntu1.12+Fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "openssl-fips-module-3",
"binary_version": "3.0.5-0ubuntu0.1+Fips2.1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "openssl-fips",
"purl": "pkg:deb/ubuntu/openssl-fips@3.0.5-0ubuntu0.1+Fips2.1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.5-0ubuntu0.1+Fips2.1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.25+Fips1"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.25+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25+Fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-0ubuntu1.25+Fips1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-0ubuntu1.10+Fips1",
"3.0.2-0ubuntu1.12+Fips1",
"3.0.2-0ubuntu1.14+Fips1",
"3.0.2-0ubuntu1.15+Fips1",
"3.0.2-0ubuntu1.16+Fips1",
"3.0.2-0ubuntu1.17+Fips1",
"3.0.2-0ubuntu1.18+Fips1",
"3.0.2-0ubuntu1.19+Fips1",
"3.0.2-0ubuntu1.20+Fips1",
"3.0.2-0ubuntu1.21+Fips1",
"3.0.2-0ubuntu1.23+Fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "openssl-fips-module-3",
"binary_version": "3.0.5-0ubuntu0.2+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "openssl-fips",
"purl": "pkg:deb/ubuntu/openssl-fips@3.0.5-0ubuntu0.2+Fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.5-0ubuntu0.1+Fips2.1",
"3.0.5-0ubuntu0.2+Fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-arm",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-ia32",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2024.02-2ubuntu0.9"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2024.02-2ubuntu0.9?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2023.05-2",
"2023.11-2",
"2023.11-3",
"2023.11-4",
"2023.11-5",
"2023.11-6",
"2023.11-8",
"2024.02-1",
"2024.02-2",
"2024.02-2ubuntu0.1",
"2024.02-2ubuntu0.3",
"2024.02-2ubuntu0.4",
"2024.02-2ubuntu0.5",
"2024.02-2ubuntu0.6",
"2024.02-2ubuntu0.7",
"2024.02-2ubuntu0.8",
"2024.02-2ubuntu0.9"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.0.13-0ubuntu3.11"
},
{
"binary_name": "openssl",
"binary_version": "3.0.13-0ubuntu3.11"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.13-0ubuntu3.11?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.13-0ubuntu3.11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.10-1ubuntu2",
"3.0.10-1ubuntu2.1",
"3.0.10-1ubuntu3",
"3.0.10-1ubuntu4",
"3.0.13-0ubuntu2",
"3.0.13-0ubuntu3",
"3.0.13-0ubuntu3.1",
"3.0.13-0ubuntu3.2",
"3.0.13-0ubuntu3.3",
"3.0.13-0ubuntu3.4",
"3.0.13-0ubuntu3.5",
"3.0.13-0ubuntu3.6",
"3.0.13-0ubuntu3.7",
"3.0.13-0ubuntu3.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "openssl-fips-module-3",
"binary_version": "3.0.13-0ubuntu3.6+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "openssl-fips",
"purl": "pkg:deb/ubuntu/openssl-fips@3.0.13-0ubuntu3.6+Fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.13-0ubuntu3+Fips1",
"3.0.13-0ubuntu3.6+Fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-arm",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-ia32",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-loongarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-inteltdx",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-loongarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2025.02-8ubuntu3.2"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2025.02-8ubuntu3.2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2025.02-3ubuntu2",
"2025.02-8",
"2025.02-8ubuntu1",
"2025.02-8ubuntu2",
"2025.02-8ubuntu3",
"2025.02-8ubuntu3.1",
"2025.02-8ubuntu3.2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.3-1ubuntu3.4"
},
{
"binary_name": "openssl",
"binary_version": "3.5.3-1ubuntu3.4"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.3-1ubuntu3.4"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.3-1ubuntu3.4?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.3-1ubuntu3.4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.4.1-1ubuntu3",
"3.5.0-2ubuntu1",
"3.5.2-1ubuntu1",
"3.5.3-1ubuntu2",
"3.5.3-1ubuntu3",
"3.5.3-1ubuntu3.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-amdsev",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-generic",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-inteltdx",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2025.11-3ubuntu7"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2025.11-3ubuntu7?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2025.02-8ubuntu3",
"2025.11-3ubuntu6",
"2025.11-3ubuntu7"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.5-1ubuntu3.2"
},
{
"binary_name": "openssl",
"binary_version": "3.5.5-1ubuntu3.2"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.5-1ubuntu3.2"
}
],
"priority_reason": "OpenSSL developers have rated this as being low severity"
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.5-1ubuntu3.2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.5-1ubuntu3.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.5.3-1ubuntu2",
"3.5.5-1ubuntu1",
"3.5.5-1ubuntu3"
]
}
],
"aliases": [],
"details": "Issue summary: Parsing a crafted DER-encoded ASN.1 structure with a primitive element whose content exceeds 2 gigabytes in length may cause a heap buffer over-read on 64-bit Unix and Unix-like platforms. Impact summary: The heap buffer over-read may crash the application (Denial of Service) or to load into the decoded ASN.1 object contents of memory beyond the end of the input buffer. More typically such ASN.1 elements would instead be truncated. An integer truncation in OpenSSL\u0027s ASN.1 decoder causes the content length of an ASN.1 primitive element to be mishandled when it exceeds 2 gigabytes. In the worst case the truncated length is treated as a request to scan the binary content for a terminating zero byte, possibly causing OpenSSL to read either less than or beyond the end of the allocated buffer. Applications that pass attacker-supplied data to d2i_X509(), d2i_PKCS7(), or any other d2i_* decoding function are affected. OpenSSL\u0027s own command-line tools are not vulnerable, as data read through the BIO layer is checked before it reaches the affected code. The issue only affects 64-bit Unix and Unix-like platforms; 32-bit platforms and 64-bit Windows are not affected. The FIPS modules in 4.0, 3.6, 3.5, 3.4 and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.",
"id": "UBUNTU-CVE-2026-34180",
"modified": "2026-07-08T20:55:18Z",
"published": "2026-06-09T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-34180"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"type": "REPORT",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8414-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8414-1"
}
],
"related": [
"USN-8414-2",
"USN-8414-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-34180"
]
}
WID-SEC-W-2026-1852
Vulnerability from csaf_certbund - Published: 2026-06-09 22:00 - Updated: 2026-07-01 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source OpenSSL <1.0.2zq
Open Source / OpenSSL
|
<1.0.2zq | ||
|
FreeBSD Project FreeBSD OS
FreeBSD Project
|
cpe:/o:freebsd:freebsd:-
|
— | |
|
Open Source OpenSSL <1.1.1zh
Open Source / OpenSSL
|
<1.1.1zh | ||
|
NetApp FAS
NetApp
|
cpe:/h:netapp:fas:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Open Source OpenSSL <3.0.21
Open Source / OpenSSL
|
<3.0.21 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Open Source OpenSSL <3.4.6
Open Source / OpenSSL
|
<3.4.6 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source OpenSSL <3.5.7
Open Source / OpenSSL
|
<3.5.7 | ||
|
Open Source OpenSSL <3.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NetApp AFF
NetApp
|
cpe:/h:netapp:aff:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "OpenSSL ist eine im Quelltext frei verf\u00fcgbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um beliebigen Programmcode auszuf\u00fchren, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1852 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1852.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1852 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1852"
},
{
"category": "external",
"summary": "OpenSSL Security Advisory vom 2026-06-09",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
},
{
"category": "external",
"summary": "OpenSSL Vulnerabilities vom 2026-06-09",
"url": "https://openssl-library.org/news/vulnerabilities/index.html"
},
{
"category": "external",
"summary": "FreeBSD Security Advisory FREEBSD-SA-26:35.OPENSSL vom 2026-06-10",
"url": "https://www.freebsd.org/security/advisories/FreeBSD-SA-26:35.openssl.asc"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8414-1 vom 2026-06-09",
"url": "https://ubuntu.com/security/notices/USN-8414-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8414-2 vom 2026-06-09",
"url": "https://ubuntu.com/security/notices/USN-8414-2"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6335 vom 2026-06-10",
"url": "https://security-tracker.debian.org/tracker/DSA-6335-1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-228373A496 vom 2026-06-10",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-228373a496"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25239 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25239"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25237 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25237"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25237 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25237"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4630 vom 2026-06-15",
"url": "https://lists.debian.org/debian-lts-announce/2026/06/msg00019.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25239 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25239"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2393-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026755.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2392-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026756.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:11023-1 vom 2026-06-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YTQ27HDP33LD6AS24REY2JEVD6LKVTQQ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2397-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026760.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2396-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026761.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2399-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026759.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2405-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026772.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-26275 vom 2026-06-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-26275.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2403-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026774.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2404-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026773.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2409-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026768.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2410-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026767.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2411-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026766.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2412-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026765.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26275 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26275"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:26275 vom 2026-06-17",
"url": "https://errata.build.resf.org/RLSA-2026:26275"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26319 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:26319"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22143-1 vom 2026-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026812.html"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20260617-0018 vom 2026-06-17",
"url": "https://security.netapp.com/advisory/NTAP-20260617-0018"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22132-1 vom 2026-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026811.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50323 vom 2026-06-19",
"url": "https://linux.oracle.com/errata/ELSA-2026-50323.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2OPENSSL-SNAPSAFE-2026-011 vom 2026-06-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2OPENSSL-SNAPSAFE-2026-011.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3365 vom 2026-06-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3365.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28010 vom 2026-06-22",
"url": "https://access.redhat.com/errata/RHSA-2026:28010"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3364 vom 2026-06-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3364.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2598-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026956.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:29197 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:29197"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2614-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026982.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2621-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026976.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-25239 vom 2026-06-27",
"url": "http://linux.oracle.com/errata/ELSA-2026-25239.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2648-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027012.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2662-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027022.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22251-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027062.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-22312 vom 2026-06-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-22312.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22315-1 vom 2026-07-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027151.html"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-07-01T22:00:00.000+00:00",
"generator": {
"date": "2026-07-02T09:23:49.763+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1852",
"initial_release_date": "2026-06-09T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Debian aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE und openSUSE aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE, Oracle Linux, Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-17T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und NetApp aufgenommen"
},
{
"date": "2026-06-18T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-06-22T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon und Red Hat aufgenommen"
},
{
"date": "2026-06-23T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-24T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-06-28T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2026-06-29T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-01T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "FreeBSD Project FreeBSD OS",
"product": {
"name": "FreeBSD Project FreeBSD OS",
"product_id": "4035",
"product_identification_helper": {
"cpe": "cpe:/o:freebsd:freebsd:-"
}
}
}
],
"category": "vendor",
"name": "FreeBSD Project"
},
{
"branches": [
{
"category": "product_name",
"name": "NetApp AFF",
"product": {
"name": "NetApp AFF",
"product_id": "T020536",
"product_identification_helper": {
"cpe": "cpe:/h:netapp:aff:-"
}
}
},
{
"category": "product_name",
"name": "NetApp FAS",
"product": {
"name": "NetApp FAS",
"product_id": "T011540",
"product_identification_helper": {
"cpe": "cpe:/h:netapp:fas:-"
}
}
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.0.1",
"product": {
"name": "Open Source OpenSSL \u003c4.0.1",
"product_id": "T055135"
}
},
{
"category": "product_version",
"name": "4.0.1",
"product": {
"name": "Open Source OpenSSL 4.0.1",
"product_id": "T055135-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:4.0.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.6.3",
"product": {
"name": "Open Source OpenSSL \u003c3.6.3",
"product_id": "T055136"
}
},
{
"category": "product_version",
"name": "3.6.3",
"product": {
"name": "Open Source OpenSSL 3.6.3",
"product_id": "T055136-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.6.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.5.7",
"product": {
"name": "Open Source OpenSSL \u003c3.5.7",
"product_id": "T055137"
}
},
{
"category": "product_version",
"name": "3.5.7",
"product": {
"name": "Open Source OpenSSL 3.5.7",
"product_id": "T055137-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.5.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.4.6",
"product": {
"name": "Open Source OpenSSL \u003c3.4.6",
"product_id": "T055138"
}
},
{
"category": "product_version",
"name": "3.4.6",
"product": {
"name": "Open Source OpenSSL 3.4.6",
"product_id": "T055138-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.4.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.0.21",
"product": {
"name": "Open Source OpenSSL \u003c3.0.21",
"product_id": "T055139"
}
},
{
"category": "product_version",
"name": "3.0.21",
"product": {
"name": "Open Source OpenSSL 3.0.21",
"product_id": "T055139-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.0.21"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.1.1zh",
"product": {
"name": "Open Source OpenSSL \u003c1.1.1zh",
"product_id": "T055140"
}
},
{
"category": "product_version",
"name": "1.1.1zh",
"product": {
"name": "Open Source OpenSSL 1.1.1zh",
"product_id": "T055140-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:1.1.1zh"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.0.2zq",
"product": {
"name": "Open Source OpenSSL \u003c1.0.2zq",
"product_id": "T055141"
}
},
{
"category": "product_version",
"name": "1.0.2zq",
"product": {
"name": "Open Source OpenSSL 1.0.2zq",
"product_id": "T055141-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:1.0.2zq"
}
}
}
],
"category": "product_name",
"name": "OpenSSL"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34180",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34180"
},
{
"cve": "CVE-2026-34181",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34181"
},
{
"cve": "CVE-2026-34182",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34182"
},
{
"cve": "CVE-2026-34183",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34183"
},
{
"cve": "CVE-2026-35188",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-35188"
},
{
"cve": "CVE-2026-42764",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42764"
},
{
"cve": "CVE-2026-42765",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42765"
},
{
"cve": "CVE-2026-42766",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42766"
},
{
"cve": "CVE-2026-42767",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42767"
},
{
"cve": "CVE-2026-42768",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42768"
},
{
"cve": "CVE-2026-42769",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42769"
},
{
"cve": "CVE-2026-42770",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42770"
},
{
"cve": "CVE-2026-42771",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42771"
},
{
"cve": "CVE-2026-45445",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45445"
},
{
"cve": "CVE-2026-45446",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45446"
},
{
"cve": "CVE-2026-45447",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45447"
},
{
"cve": "CVE-2026-7383",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-7383"
},
{
"cve": "CVE-2026-9076",
"product_status": {
"known_affected": [
"T055135",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843",
"398363"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-9076"
}
]
}
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.