Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-42765 (GCVE-0-2026-42765)
Vulnerability from cvelistv5 – Published: 2026-06-09 16:03 – Updated: 2026-06-10 07:48- CWE-476 - NULL Pointer Dereference
| URL | Tags |
|---|---|
| https://openssl-library.org/news/secadv/20260609.txt | vendor-advisory |
| https://github.com/openssl/openssl/commit/14340b7… | patch |
| https://github.com/openssl/openssl/commit/eb345da… | patch |
{
"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-42765",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-09T19:35:48.849695Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-09T19:36:06.889Z",
"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"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Joshua Rogers (Aisle Research)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Joshua Rogers (Aisle Research)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Daniel Kubec"
}
],
"datePublic": "2026-06-09T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: When a partial-chain certificate verification is enabled\u003cbr\u003etogether with OCSP response checking for the whole chain, a NULL dereference\u003cbr\u003ewill happen if the verified chain does not have a self-signed trusted anchor,\u003cbr\u003ecrashing the process.\u003cbr\u003e\u003cbr\u003eImpact summary: A NULL pointer dereference can trigger a crash which leads to a\u003cbr\u003eDenial of Service for an application.\u003cbr\u003e\u003cbr\u003eWhen performing OCSP response checking for certificates in the verification\u003cbr\u003echain, the code always tries to access the next certificate as the issuer.\u003cbr\u003eThere is a check for a self-signed certificate. However with the partial\u003cbr\u003echain verification enabled when the chain does not have a self-signed trusted\u003cbr\u003eanchor, the issuer will be NULL for the last certificate in the chain. A NULL\u003cbr\u003epointer dereference then happens.\u003cbr\u003e\u003cbr\u003eThis issue affects only applications which enable both OCSP verification\u003cbr\u003eof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\u003cbr\u003echain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\u003cbr\u003everification. Both flags are disabled by default. For that reason, we have\u003cbr\u003eassigned Low severity to the issue.\u003cbr\u003e\u003cbr\u003eNo FIPS modules are affected by this issue as the affected code is outside\u003cbr\u003ethe OpenSSL FIPS module boundary."
}
],
"value": "Issue summary: When a partial-chain certificate verification is enabled\ntogether with OCSP response checking for the whole chain, a NULL dereference\nwill happen if the verified chain does not have a self-signed trusted anchor,\ncrashing the process.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to a\nDenial of Service for an application.\n\nWhen performing OCSP response checking for certificates in the verification\nchain, the code always tries to access the next certificate as the issuer.\nThere is a check for a self-signed certificate. However with the partial\nchain verification enabled when the chain does not have a self-signed trusted\nanchor, the issuer will be NULL for the last certificate in the chain. A NULL\npointer dereference then happens.\n\nThis issue affects only applications which enable both OCSP verification\nof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\nchain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\nverification. Both flags are disabled by default. For that reason, we have\nassigned Low severity to the issue.\n\nNo FIPS modules are affected by this issue as the affected code is outside\nthe OpenSSL FIPS module boundary."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T07:48:00.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/14340b7fa1d444615486bc137014b064e64ec334"
},
{
"name": "3.6.3 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "NULL Dereference in Certificate Verification with OCSP Checking",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-42765",
"datePublished": "2026-06-09T16:03:25.934Z",
"dateReserved": "2026-04-29T09:22:27.968Z",
"dateUpdated": "2026-06-10T07:48:00.427Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-42765",
"date": "2026-06-19",
"epss": "0.00408",
"percentile": "0.32377"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-42765\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-06-09T17:17:07.843\",\"lastModified\":\"2026-06-15T18:14:04.933\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: When a partial-chain certificate verification is enabled\\ntogether with OCSP response checking for the whole chain, a NULL dereference\\nwill happen if the verified chain does not have a self-signed trusted anchor,\\ncrashing the process.\\n\\nImpact summary: A NULL pointer dereference can trigger a crash which leads to a\\nDenial of Service for an application.\\n\\nWhen performing OCSP response checking for certificates in the verification\\nchain, the code always tries to access the next certificate as the issuer.\\nThere is a check for a self-signed certificate. However with the partial\\nchain verification enabled when the chain does not have a self-signed trusted\\nanchor, the issuer will be NULL for the last certificate in the chain. A NULL\\npointer dereference then happens.\\n\\nThis issue affects only applications which enable both OCSP verification\\nof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\\nchain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\\nverification. Both flags are disabled by default. For that reason, we have\\nassigned Low severity to the issue.\\n\\nNo FIPS modules are affected by this issue as the affected code is outside\\nthe OpenSSL FIPS module boundary.\"}],\"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}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"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/14340b7fa1d444615486bc137014b064e64ec334\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://openssl-library.org/news/secadv/20260609.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"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-42765\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-09T19:35:48.849695Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-09T19:36:01.956Z\"}}], \"cna\": {\"title\": \"NULL Dereference in Certificate Verification with OCSP Checking\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Joshua Rogers (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Joshua Rogers (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Daniel Kubec\"}], \"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\"}], \"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/14340b7fa1d444615486bc137014b064e64ec334\", \"name\": \"4.0.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97\", \"name\": \"3.6.3 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: When a partial-chain certificate verification is enabled\\ntogether with OCSP response checking for the whole chain, a NULL dereference\\nwill happen if the verified chain does not have a self-signed trusted anchor,\\ncrashing the process.\\n\\nImpact summary: A NULL pointer dereference can trigger a crash which leads to a\\nDenial of Service for an application.\\n\\nWhen performing OCSP response checking for certificates in the verification\\nchain, the code always tries to access the next certificate as the issuer.\\nThere is a check for a self-signed certificate. However with the partial\\nchain verification enabled when the chain does not have a self-signed trusted\\nanchor, the issuer will be NULL for the last certificate in the chain. A NULL\\npointer dereference then happens.\\n\\nThis issue affects only applications which enable both OCSP verification\\nof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\\nchain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\\nverification. Both flags are disabled by default. For that reason, we have\\nassigned Low severity to the issue.\\n\\nNo FIPS modules are affected by this issue as the affected code is outside\\nthe OpenSSL FIPS module boundary.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: When a partial-chain certificate verification is enabled\u003cbr\u003etogether with OCSP response checking for the whole chain, a NULL dereference\u003cbr\u003ewill happen if the verified chain does not have a self-signed trusted anchor,\u003cbr\u003ecrashing the process.\u003cbr\u003e\u003cbr\u003eImpact summary: A NULL pointer dereference can trigger a crash which leads to a\u003cbr\u003eDenial of Service for an application.\u003cbr\u003e\u003cbr\u003eWhen performing OCSP response checking for certificates in the verification\u003cbr\u003echain, the code always tries to access the next certificate as the issuer.\u003cbr\u003eThere is a check for a self-signed certificate. However with the partial\u003cbr\u003echain verification enabled when the chain does not have a self-signed trusted\u003cbr\u003eanchor, the issuer will be NULL for the last certificate in the chain. A NULL\u003cbr\u003epointer dereference then happens.\u003cbr\u003e\u003cbr\u003eThis issue affects only applications which enable both OCSP verification\u003cbr\u003eof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\u003cbr\u003echain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\u003cbr\u003everification. Both flags are disabled by default. For that reason, we have\u003cbr\u003eassigned Low severity to the issue.\u003cbr\u003e\u003cbr\u003eNo FIPS modules are affected by this issue as the affected code is outside\u003cbr\u003ethe OpenSSL FIPS module boundary.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-06-10T07:48:00.427Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-42765\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-10T07:48:00.427Z\", \"dateReserved\": \"2026-04-29T09:22:27.968Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-06-09T16:03:25.934Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0717
Vulnerability from certfr_avis - Published: 2026-06-10 - Updated: 2026-06-10
De multiples vulnérabilités ont été découvertes dans OpenSSL. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| OpenSSL | OpenSSL | OpenSSL versions 1.0.x antérieures à 1.0.2zq | ||
| OpenSSL | OpenSSL | OpenSSL versions 4.x antérieures à 4.0.1 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.5.x antérieures à 3.5.7 | ||
| OpenSSL | OpenSSL | OpenSSL versions 1.1.x antérieures à 1.1.1zh | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.x antérieures à 3.0.21 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.6.x antérieures à 3.6.3 | ||
| OpenSSL | OpenSSL | OpenSSL versions 3.4.x antérieures à 3.4.6 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "OpenSSL versions 1.0.x ant\u00e9rieures \u00e0 1.0.2zq",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 4.x ant\u00e9rieures \u00e0 4.0.1",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.5.x ant\u00e9rieures \u00e0 3.5.7",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 1.1.x ant\u00e9rieures \u00e0 1.1.1zh",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.x ant\u00e9rieures \u00e0 3.0.21",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.6.x ant\u00e9rieures \u00e0 3.6.3",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
},
{
"description": "OpenSSL versions 3.4.x ant\u00e9rieures \u00e0 3.4.6",
"product": {
"name": "OpenSSL",
"vendor": {
"name": "OpenSSL",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"name": "CVE-2026-35188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35188"
},
{
"name": "CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"name": "CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"name": "CVE-2026-34181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34181"
},
{
"name": "CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"name": "CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"name": "CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"name": "CVE-2026-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42771"
},
{
"name": "CVE-2026-42765",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42765"
},
{
"name": "CVE-2026-42769",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42769"
},
{
"name": "CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"name": "CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"name": "CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"name": "CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"name": "CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"name": "CVE-2026-42768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42768"
},
{
"name": "CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
}
],
"initial_release_date": "2026-06-10T00:00:00",
"last_revision_date": "2026-06-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0717",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans OpenSSL. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans OpenSSL",
"vendor_advisories": [
{
"published_at": "2026-06-09",
"title": "Bulletin de s\u00e9curit\u00e9 OpenSSL",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
]
}
FKIE_CVE-2026-42765
Vulnerability from fkie_nvd - Published: 2026-06-09 17:17 - Updated: 2026-06-17 10:48{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "4.0.1",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"lessThan": "3.6.3",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
}
]
}
],
"source": "openssl-security@openssl.org"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D41B3C45-EC73-4DC8-989D-B2E2792E102F",
"versionEndExcluding": "3.6.3",
"versionStartIncluding": "3.6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*",
"matchCriteriaId": "6E881B9A-1A0A-4BC0-8160-20C00561167D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Issue summary: When a partial-chain certificate verification is enabled\ntogether with OCSP response checking for the whole chain, a NULL dereference\nwill happen if the verified chain does not have a self-signed trusted anchor,\ncrashing the process.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to a\nDenial of Service for an application.\n\nWhen performing OCSP response checking for certificates in the verification\nchain, the code always tries to access the next certificate as the issuer.\nThere is a check for a self-signed certificate. However with the partial\nchain verification enabled when the chain does not have a self-signed trusted\nanchor, the issuer will be NULL for the last certificate in the chain. A NULL\npointer dereference then happens.\n\nThis issue affects only applications which enable both OCSP verification\nof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\nchain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\nverification. Both flags are disabled by default. For that reason, we have\nassigned Low severity to the issue.\n\nNo FIPS modules are affected by this issue as the affected code is outside\nthe OpenSSL FIPS module boundary."
}
],
"id": "CVE-2026-42765",
"lastModified": "2026-06-17T10:48:21.787",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-42765",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-09T19:35:48.849695Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-09T17:17:07.843",
"references": [
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/14340b7fa1d444615486bc137014b064e64ec334"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Patch"
],
"url": "https://github.com/openssl/openssl/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97"
},
{
"source": "openssl-security@openssl.org",
"tags": [
"Vendor Advisory"
],
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
],
"sourceIdentifier": "openssl-security@openssl.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "openssl-security@openssl.org",
"type": "Secondary"
}
]
}
GHSA-VM8W-J6FW-JC7R
Vulnerability from github – Published: 2026-06-09 18:30 – Updated: 2026-06-10 09:31Issue summary: When a partial-chain certificate verification is enabled together with OCSP response checking for the whole chain, a NULL dereference will happen if the verified chain does not have a self-signed trusted anchor, crashing the process.
Impact summary: A NULL pointer dereference can trigger a crash which leads to a Denial of Service for an application.
When performing OCSP response checking for certificates in the verification chain, the code always tries to access the next certificate as the issuer. There is a check for a self-signed certificate. However with the partial chain verification enabled when the chain does not have a self-signed trusted anchor, the issuer will be NULL for the last certificate in the chain. A NULL pointer dereference then happens.
This issue affects only applications which enable both OCSP verification of the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial chain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate verification. Both flags are disabled by default. For that reason, we have assigned Low severity to the issue.
No FIPS modules are affected by this issue as the affected code is outside the OpenSSL FIPS module boundary.
{
"affected": [],
"aliases": [
"CVE-2026-42765"
],
"database_specific": {
"cwe_ids": [
"CWE-476"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-09T17:17:07Z",
"severity": "HIGH"
},
"details": "Issue summary: When a partial-chain certificate verification is enabled\ntogether with OCSP response checking for the whole chain, a NULL dereference\nwill happen if the verified chain does not have a self-signed trusted anchor,\ncrashing the process.\n\nImpact summary: A NULL pointer dereference can trigger a crash which leads to a\nDenial of Service for an application.\n\nWhen performing OCSP response checking for certificates in the verification\nchain, the code always tries to access the next certificate as the issuer.\nThere is a check for a self-signed certificate. However with the partial\nchain verification enabled when the chain does not have a self-signed trusted\nanchor, the issuer will be NULL for the last certificate in the chain. A NULL\npointer dereference then happens.\n\nThis issue affects only applications which enable both OCSP verification\nof the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial\nchain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate\nverification. Both flags are disabled by default. For that reason, we have\nassigned Low severity to the issue.\n\nNo FIPS modules are affected by this issue as the affected code is outside\nthe OpenSSL FIPS module boundary.",
"id": "GHSA-vm8w-j6fw-jc7r",
"modified": "2026-06-10T09:31:56Z",
"published": "2026-06-09T18:30:43Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42765"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/14340b7fa1d444615486bc137014b064e64ec334"
},
{
"type": "WEB",
"url": "https://github.com/openssl/openssl/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/14340b7fa1d444615486bc137014b064e64ec334"
},
{
"type": "WEB",
"url": "https://github.com/openssl/security/commit/eb345da18ce2216b2f3ade9c2bc23e068487fa97"
},
{
"type": "WEB",
"url": "https://openssl-library.org/news/secadv/20260609.txt"
}
],
"schema_version": "1.4.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"
}
]
}
WID-SEC-W-2026-1852
Vulnerability from csaf_certbund - Published: 2026-06-09 22:00 - Updated: 2026-06-16 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| 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 | ||
|
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.6.3
Open Source / OpenSSL
|
<3.6.3 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
{
"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": "- 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"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-16T22:00:00.000+00:00",
"generator": {
"date": "2026-06-17T08:40:28.265+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"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"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": [
{
"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.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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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",
"T004914",
"T055139",
"T032255",
"T055138",
"74185",
"T055136",
"2951",
"T002207",
"T000126",
"T027843"
]
},
"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.