Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-42768 (GCVE-0-2026-42768)
Vulnerability from cvelistv5 – Published: 2026-06-09 16:03 – Updated: 2026-06-10 07:48
VLAI
EPSS
VEX
Title
Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()
Summary
Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to
Bleichenbacher-style attack when an attacker is able to provide the CMS or
S/MIME messages and observe the error code and/or decryption output.
Impact summary: The Bleichenbacher-style attack allows an attacker to use the
victim's vulnerable application as a way to decrypt or sign messages with the
victim's private RSA key.
The attack is possible in 2 variants.
1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without
providing the recipient certificate. In this case OpenSSL iterates over every
KeyTransRecipientInfo (KTRI) without stopping at the first success.
An attacker who authors a message with two KTRI entries — the first one
wrapping a real CEK under the victim's public key, the second with an
arbitrary probe ciphertext — obtains opportunity to iterate the 2nd KTRI to
get a valid PKCS#1 v1.5 padding if the error code of the application is
available.
That is a Bleichenbacher oracle (Bleichenbacher, CRYPTO '98): an
adaptive-chosen-ciphertext side channel from which the attacker decrypts any
RSA ciphertext to the victim's key or forges any PKCS#1 v1.5 signature under
it.
2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with
the recipient certificate, and the recipient is not found, a random
key is substituted.
An attacker who authors a message and is able to compare both error code and
the result of the decryption, can mount a Bleichenbacher oracle.
We are not aware of any applications that provide a remote attacker
an opportunity to mount an attack described in these scenarios. We consider
the existence of such application very unlikely, and for this reason this
CVE has been evaluated as Low severity.
To avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the
invoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described
in draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit
rejection was explicitly disabled.
The implicit rejection mechanism always returns a plaintext value,
the symmetric key. This result is deterministic for the ciphertext and the
private key. The length of the decryption result can happen to match the
length of the key of the symmetric cipher that was used for the content
encryption. When a certificate is not provided, the last RecipientInfo
producing a key that looks valid will be used. It may cause getting garbage
content on decryption. As a proper way to deal with this a recipient
certificate has to be provided to identify the particular RecipientInfo for
decryption.
The FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as
CMS and S/MIME processing happens outside the OpenSSL FIPS module boundary.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-06-09 19:40 UTC
CWE
- CWE-514 - Covert Channel
Assigner
References
5 references
Impacted products
Date Public
2026-06-09 14:00
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-42768",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-09T19:40:18.647253Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-09T19:40:22.532Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "4.0.1",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"lessThan": "3.6.3",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.7",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.6",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Alex Gaynor (Anthropic)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Dmitry Belyavskiy (Red Hat)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Alicja Kario (Red Hat)"
}
],
"datePublic": "2026-06-09T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to\u003cbr\u003eBleichenbacher-style attack when an attacker is able to provide the CMS or\u003cbr\u003eS/MIME messages and observe the error code and/or decryption output.\u003cbr\u003e\u003cbr\u003eImpact summary: The Bleichenbacher-style attack allows an attacker to use the\u003cbr\u003evictim\u0027s vulnerable application as a way to decrypt or sign messages with the\u003cbr\u003evictim\u0027s private RSA key.\u003cbr\u003e\u003cbr\u003eThe attack is possible in 2 variants.\u003cbr\u003e\u003cbr\u003e1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without\u003cbr\u003eproviding the recipient certificate. In this case OpenSSL iterates over every\u003cbr\u003eKeyTransRecipientInfo (KTRI) without stopping at the first success.\u003cbr\u003e\u003cbr\u003eAn attacker who authors a message with two KTRI entries \u2014 the first one\u003cbr\u003ewrapping a real CEK under the victim\u0027s public key, the second with an\u003cbr\u003earbitrary probe ciphertext \u2014 obtains opportunity to iterate the 2nd KTRI to\u003cbr\u003eget a valid PKCS#1 v1.5 padding if the error code of the application is\u003cbr\u003eavailable.\u003cbr\u003e\u003cbr\u003eThat is a Bleichenbacher oracle (Bleichenbacher, CRYPTO \u002798): an\u003cbr\u003eadaptive-chosen-ciphertext side channel from which the attacker decrypts any\u003cbr\u003eRSA ciphertext to the victim\u0027s key or forges any PKCS#1 v1.5 signature under\u003cbr\u003eit.\u003cbr\u003e\u003cbr\u003e2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with\u003cbr\u003ethe recipient certificate, and the recipient is not found, a random\u003cbr\u003ekey is substituted.\u003cbr\u003e\u003cbr\u003eAn attacker who authors a message and is able to compare both error code and\u003cbr\u003ethe result of the decryption, can mount a Bleichenbacher oracle.\u003cbr\u003e\u003cbr\u003eWe are not aware of any applications that provide a remote attacker\u003cbr\u003ean opportunity to mount an attack described in these scenarios. We consider\u003cbr\u003ethe existence of such application very unlikely, and for this reason this\u003cbr\u003eCVE has been evaluated as Low severity.\u003cbr\u003e\u003cbr\u003eTo avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the\u003cbr\u003einvoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described\u003cbr\u003ein draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit\u003cbr\u003erejection was explicitly disabled.\u003cbr\u003e\u003cbr\u003eThe implicit rejection mechanism always returns a plaintext value,\u003cbr\u003ethe symmetric key. This result is deterministic for the ciphertext and the\u003cbr\u003eprivate key. The length of the decryption result can happen to match the\u003cbr\u003elength of the key of the symmetric cipher that was used for the content\u003cbr\u003eencryption. When a certificate is not provided, the last RecipientInfo\u003cbr\u003eproducing a key that looks valid will be used. It may cause getting garbage\u003cbr\u003econtent on decryption. As a proper way to deal with this a recipient\u003cbr\u003ecertificate has to be provided to identify the particular RecipientInfo for\u003cbr\u003edecryption.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as\u003cbr\u003eCMS and S/MIME processing happens outside the OpenSSL FIPS module boundary."
}
],
"value": "Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to\nBleichenbacher-style attack when an attacker is able to provide the CMS or\nS/MIME messages and observe the error code and/or decryption output.\n\nImpact summary: The Bleichenbacher-style attack allows an attacker to use the\nvictim\u0027s vulnerable application as a way to decrypt or sign messages with the\nvictim\u0027s private RSA key.\n\nThe attack is possible in 2 variants.\n\n1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without\nproviding the recipient certificate. In this case OpenSSL iterates over every\nKeyTransRecipientInfo (KTRI) without stopping at the first success.\n\nAn attacker who authors a message with two KTRI entries \u2014 the first one\nwrapping a real CEK under the victim\u0027s public key, the second with an\narbitrary probe ciphertext \u2014 obtains opportunity to iterate the 2nd KTRI to\nget a valid PKCS#1 v1.5 padding if the error code of the application is\navailable.\n\nThat is a Bleichenbacher oracle (Bleichenbacher, CRYPTO \u002798): an\nadaptive-chosen-ciphertext side channel from which the attacker decrypts any\nRSA ciphertext to the victim\u0027s key or forges any PKCS#1 v1.5 signature under\nit.\n\n2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with\nthe recipient certificate, and the recipient is not found, a random\nkey is substituted.\n\nAn attacker who authors a message and is able to compare both error code and\nthe result of the decryption, can mount a Bleichenbacher oracle.\n\nWe are not aware of any applications that provide a remote attacker\nan opportunity to mount an attack described in these scenarios. We consider\nthe existence of such application very unlikely, and for this reason this\nCVE has been evaluated as Low severity.\n\nTo avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the\ninvoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described\nin draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit\nrejection was explicitly disabled.\n\nThe implicit rejection mechanism always returns a plaintext value,\nthe symmetric key. This result is deterministic for the ciphertext and the\nprivate key. The length of the decryption result can happen to match the\nlength of the key of the symmetric cipher that was used for the content\nencryption. When a certificate is not provided, the last RecipientInfo\nproducing a key that looks valid will be used. It may cause getting garbage\ncontent on decryption. As a proper way to deal with this a recipient\ncertificate has to be provided to identify the particular RecipientInfo for\ndecryption.\n\nThe FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as\nCMS and S/MIME processing happens 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-514",
"description": "CWE-514 Covert Channel",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T07:48:04.770Z",
"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/f04b377be3d821741c86d1f4bf84dee09f3d5c3e"
},
{
"name": "3.6.3 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/a2ca7b2d73e0ffc1eae183fe6e1741dac767cb4f"
},
{
"name": "3.5.7 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/bbb151a83041705d9d001ed2f9c12f5523e1b54d"
},
{
"name": "3.4.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/dd68364107a58841c0a2546812518b65d3a23abd"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2026-42768",
"datePublished": "2026-06-09T16:03:28.206Z",
"dateReserved": "2026-04-29T09:22:27.969Z",
"dateUpdated": "2026-06-10T07:48:04.770Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-42768",
"date": "2026-08-12",
"epss": "0.0058",
"percentile": "0.44713"
},
"microsoft_vex": {
"current_release_date": "2026-06-23T14:48:56.000Z",
"cve": "CVE-2026-42768",
"id": "msrc_CVE-2026-42768",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "1",
"product_status:known_not_affected": "4",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-42768.json",
"version": "5"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-42768\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-06-09T17:17:08.223\",\"lastModified\":\"2026-07-23T08:10:00.137\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to\\nBleichenbacher-style attack when an attacker is able to provide the CMS or\\nS/MIME messages and observe the error code and/or decryption output.\\n\\nImpact summary: The Bleichenbacher-style attack allows an attacker to use the\\nvictim\u0027s vulnerable application as a way to decrypt or sign messages with the\\nvictim\u0027s private RSA key.\\n\\nThe attack is possible in 2 variants.\\n\\n1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without\\nproviding the recipient certificate. In this case OpenSSL iterates over every\\nKeyTransRecipientInfo (KTRI) without stopping at the first success.\\n\\nAn attacker who authors a message with two KTRI entries \u2014 the first one\\nwrapping a real CEK under the victim\u0027s public key, the second with an\\narbitrary probe ciphertext \u2014 obtains opportunity to iterate the 2nd KTRI to\\nget a valid PKCS#1 v1.5 padding if the error code of the application is\\navailable.\\n\\nThat is a Bleichenbacher oracle (Bleichenbacher, CRYPTO \u002798): an\\nadaptive-chosen-ciphertext side channel from which the attacker decrypts any\\nRSA ciphertext to the victim\u0027s key or forges any PKCS#1 v1.5 signature under\\nit.\\n\\n2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with\\nthe recipient certificate, and the recipient is not found, a random\\nkey is substituted.\\n\\nAn attacker who authors a message and is able to compare both error code and\\nthe result of the decryption, can mount a Bleichenbacher oracle.\\n\\nWe are not aware of any applications that provide a remote attacker\\nan opportunity to mount an attack described in these scenarios. We consider\\nthe existence of such application very unlikely, and for this reason this\\nCVE has been evaluated as Low severity.\\n\\nTo avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the\\ninvoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described\\nin draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit\\nrejection was explicitly disabled.\\n\\nThe implicit rejection mechanism always returns a plaintext value,\\nthe symmetric key. This result is deterministic for the ciphertext and the\\nprivate key. The length of the decryption result can happen to match the\\nlength of the key of the symmetric cipher that was used for the content\\nencryption. When a certificate is not provided, the last RecipientInfo\\nproducing a key that looks valid will be used. It may cause getting garbage\\ncontent on decryption. As a proper way to deal with this a recipient\\ncertificate has to be provided to identify the particular RecipientInfo for\\ndecryption.\\n\\nThe FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as\\nCMS and S/MIME processing happens outside the OpenSSL FIPS module boundary.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: Las funciones CMS_decrypt y PKCS7_decrypt son vulnerables a un ataque de estilo Bleichenbacher cuando un atacante es capaz de proporcionar los mensajes CMS o S/MIME y observar el c\u00f3digo de error y/o la salida del descifrado.\\n\\nResumen del impacto: El ataque de estilo Bleichenbacher permite a un atacante usar la aplicaci\u00f3n vulnerable de la v\u00edctima como una forma de descifrar o firmar mensajes con la clave RSA privada de la v\u00edctima.\\n\\nEl ataque es posible en 2 variantes.\\n\\n1. La API de descifrado (CMS_decrypt(), PKCS7_decrypt()) se utiliza sin proporcionar el certificado del destinatario. En este caso, OpenSSL itera sobre cada KeyTransRecipientInfo (KTRI) sin detenerse en el primer \u00e9xito.\\n\\nUn atacante que crea un mensaje con dos entradas KTRI - la primera envolviendo una CEK real bajo la clave p\u00fablica de la v\u00edctima, la segunda con un texto cifrado de sondeo arbitrario - obtiene la oportunidad de iterar la segunda KTRI para obtener un relleno PKCS#1 v1.5 v\u00e1lido si el c\u00f3digo de error de la aplicaci\u00f3n est\u00e1 disponible.\\n\\nEso es un or\u00e1culo de Bleichenbacher (Bleichenbacher, CRYPTO \u002798): un canal lateral de texto cifrado elegido adaptativo desde el cual el atacante descifra cualquier texto cifrado RSA a la clave de la v\u00edctima o falsifica cualquier firma PKCS#1 v1.5 bajo ella.\\n\\n2. Cuando la API de descifrado (CMS_decrypt(), PKCS7_decrypt()) se proporciona con el certificado del destinatario, y el destinatario no se encuentra, se sustituye una clave aleatoria.\\n\\nUn atacante que crea un mensaje y es capaz de comparar tanto el c\u00f3digo de error como el resultado del descifrado, puede montar un or\u00e1culo de Bleichenbacher.\\n\\nNo tenemos conocimiento de ninguna aplicaci\u00f3n que proporcione a un atacante remoto la oportunidad de montar un ataque descrito en estos escenarios. Consideramos muy improbable la existencia de dicha aplicaci\u00f3n, y por esta raz\u00f3n este CVE ha sido evaluado como de severidad Baja.\\n\\nPara evitar estos ataques, cuando el transporte de clave RSA PKCS#1 v1.5 est\u00e1 en uso, la funci\u00f3n EVP_PKEY_decrypt() invocada utilizar\u00e1 el mecanismo de rechazo impl\u00edcito descrito en draft-irtf-cfrg-rsa-guidance. En versiones anteriores de OpenSSL, el rechazo impl\u00edcito estaba expl\u00edcitamente deshabilitado.\\n\\nEl mecanismo de rechazo impl\u00edcito siempre devuelve un valor de texto plano, la clave sim\u00e9trica. Este resultado es determinista para el texto cifrado y la clave privada. La longitud del resultado del descifrado puede coincidir con la longitud de la clave del cifrado sim\u00e9trico que se utiliz\u00f3 para el cifrado del contenido. Cuando no se proporciona un certificado, se utilizar\u00e1 el \u00faltimo RecipientInfo que produzca una clave que parezca v\u00e1lida. Puede causar la obtenci\u00f3n de contenido basura en el descifrado. Como una forma adecuada de lidiar con esto, se debe proporcionar un certificado de destinatario para identificar el RecipientInfo particular para el descifrado.\\n\\nLos m\u00f3dulos FIPS en 4.0, 3.6, 3.5 y 3.4 no se ven afectados por este problema, ya que el procesamiento de CMS y S/MIME ocurre fuera del l\u00edmite del m\u00f3dulo FIPS de OpenSSL.\"}],\"affected\":[{\"source\":\"openssl-security@openssl.org\",\"affectedData\":[{\"vendor\":\"OpenSSL\",\"product\":\"OpenSSL\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"4.0.0\",\"lessThan\":\"4.0.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.6.0\",\"lessThan\":\"3.6.3\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.5.0\",\"lessThan\":\"3.5.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.4.0\",\"lessThan\":\"3.4.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":3.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-09T19:40:18.647253Z\",\"id\":\"CVE-2026-42768\",\"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-514\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.6\",\"matchCriteriaId\":\"BF7E21E7-AEC0-4882-B1F1-2D056B506F22\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.7\",\"matchCriteriaId\":\"6B6B9930-C549-4D88-9784-AF32CCDDB87A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.3\",\"matchCriteriaId\":\"D41B3C45-EC73-4DC8-989D-B2E2792E102F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:4.0.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"6E881B9A-1A0A-4BC0-8160-20C00561167D\"}]}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/a2ca7b2d73e0ffc1eae183fe6e1741dac767cb4f\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/bbb151a83041705d9d001ed2f9c12f5523e1b54d\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/dd68364107a58841c0a2546812518b65d3a23abd\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/f04b377be3d821741c86d1f4bf84dee09f3d5c3e\",\"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:18+00:00",
"cve": "CVE-2026-42768",
"id": "CVE-2026-42768",
"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: Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-42768.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-01T00:08:18Z",
"cve": "CVE-2026-42768",
"id": "CVE-2026-42768",
"initial_release_date": "2026-06-13T02:19:22Z",
"product_status:known_affected": "431",
"product_status:known_not_affected": "425",
"product_status:recommended": "80",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-42768",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-42768.json",
"version": "7"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-42768\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-09T19:40:18.647253Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-09T19:40:13.927Z\"}}], \"cna\": {\"title\": \"Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt()\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Alex Gaynor (Anthropic)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Dmitry Belyavskiy (Red Hat)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Alicja Kario (Red Hat)\"}], \"metrics\": [{\"other\": {\"type\": \"https://openssl-library.org/policies/general/security-policy/\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.0.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.6.0\", \"lessThan\": \"3.6.3\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.5.0\", \"lessThan\": \"3.5.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.4.0\", \"lessThan\": \"3.4.6\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-06-09T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260609.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/f04b377be3d821741c86d1f4bf84dee09f3d5c3e\", \"name\": \"4.0.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/a2ca7b2d73e0ffc1eae183fe6e1741dac767cb4f\", \"name\": \"3.6.3 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/bbb151a83041705d9d001ed2f9c12f5523e1b54d\", \"name\": \"3.5.7 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/dd68364107a58841c0a2546812518b65d3a23abd\", \"name\": \"3.4.6 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to\\nBleichenbacher-style attack when an attacker is able to provide the CMS or\\nS/MIME messages and observe the error code and/or decryption output.\\n\\nImpact summary: The Bleichenbacher-style attack allows an attacker to use the\\nvictim\u0027s vulnerable application as a way to decrypt or sign messages with the\\nvictim\u0027s private RSA key.\\n\\nThe attack is possible in 2 variants.\\n\\n1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without\\nproviding the recipient certificate. In this case OpenSSL iterates over every\\nKeyTransRecipientInfo (KTRI) without stopping at the first success.\\n\\nAn attacker who authors a message with two KTRI entries \\u2014 the first one\\nwrapping a real CEK under the victim\u0027s public key, the second with an\\narbitrary probe ciphertext \\u2014 obtains opportunity to iterate the 2nd KTRI to\\nget a valid PKCS#1 v1.5 padding if the error code of the application is\\navailable.\\n\\nThat is a Bleichenbacher oracle (Bleichenbacher, CRYPTO \u002798): an\\nadaptive-chosen-ciphertext side channel from which the attacker decrypts any\\nRSA ciphertext to the victim\u0027s key or forges any PKCS#1 v1.5 signature under\\nit.\\n\\n2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with\\nthe recipient certificate, and the recipient is not found, a random\\nkey is substituted.\\n\\nAn attacker who authors a message and is able to compare both error code and\\nthe result of the decryption, can mount a Bleichenbacher oracle.\\n\\nWe are not aware of any applications that provide a remote attacker\\nan opportunity to mount an attack described in these scenarios. We consider\\nthe existence of such application very unlikely, and for this reason this\\nCVE has been evaluated as Low severity.\\n\\nTo avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the\\ninvoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described\\nin draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit\\nrejection was explicitly disabled.\\n\\nThe implicit rejection mechanism always returns a plaintext value,\\nthe symmetric key. This result is deterministic for the ciphertext and the\\nprivate key. The length of the decryption result can happen to match the\\nlength of the key of the symmetric cipher that was used for the content\\nencryption. When a certificate is not provided, the last RecipientInfo\\nproducing a key that looks valid will be used. It may cause getting garbage\\ncontent on decryption. As a proper way to deal with this a recipient\\ncertificate has to be provided to identify the particular RecipientInfo for\\ndecryption.\\n\\nThe FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as\\nCMS and S/MIME processing happens outside the OpenSSL FIPS module boundary.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: The CMS_decrypt and PKCS7_decrypt functions are vulnerable to\u003cbr\u003eBleichenbacher-style attack when an attacker is able to provide the CMS or\u003cbr\u003eS/MIME messages and observe the error code and/or decryption output.\u003cbr\u003e\u003cbr\u003eImpact summary: The Bleichenbacher-style attack allows an attacker to use the\u003cbr\u003evictim\u0027s vulnerable application as a way to decrypt or sign messages with the\u003cbr\u003evictim\u0027s private RSA key.\u003cbr\u003e\u003cbr\u003eThe attack is possible in 2 variants.\u003cbr\u003e\u003cbr\u003e1. The decryption API (CMS_decrypt(), PKCS7_decrypt()) is used without\u003cbr\u003eproviding the recipient certificate. In this case OpenSSL iterates over every\u003cbr\u003eKeyTransRecipientInfo (KTRI) without stopping at the first success.\u003cbr\u003e\u003cbr\u003eAn attacker who authors a message with two KTRI entries \\u2014 the first one\u003cbr\u003ewrapping a real CEK under the victim\u0027s public key, the second with an\u003cbr\u003earbitrary probe ciphertext \\u2014 obtains opportunity to iterate the 2nd KTRI to\u003cbr\u003eget a valid PKCS#1 v1.5 padding if the error code of the application is\u003cbr\u003eavailable.\u003cbr\u003e\u003cbr\u003eThat is a Bleichenbacher oracle (Bleichenbacher, CRYPTO \u002798): an\u003cbr\u003eadaptive-chosen-ciphertext side channel from which the attacker decrypts any\u003cbr\u003eRSA ciphertext to the victim\u0027s key or forges any PKCS#1 v1.5 signature under\u003cbr\u003eit.\u003cbr\u003e\u003cbr\u003e2. When the decryption API (CMS_decrypt(), PKCS7_decrypt()) is provided with\u003cbr\u003ethe recipient certificate, and the recipient is not found, a random\u003cbr\u003ekey is substituted.\u003cbr\u003e\u003cbr\u003eAn attacker who authors a message and is able to compare both error code and\u003cbr\u003ethe result of the decryption, can mount a Bleichenbacher oracle.\u003cbr\u003e\u003cbr\u003eWe are not aware of any applications that provide a remote attacker\u003cbr\u003ean opportunity to mount an attack described in these scenarios. We consider\u003cbr\u003ethe existence of such application very unlikely, and for this reason this\u003cbr\u003eCVE has been evaluated as Low severity.\u003cbr\u003e\u003cbr\u003eTo avoid these attacks, when RSA PKCS#1 v1.5 Key Transport is in use, the\u003cbr\u003einvoked EVP_PKEY_decrypt() will use the implicit rejection mechanism described\u003cbr\u003ein draft-irtf-cfrg-rsa-guidance. In previous OpenSSL releases the implicit\u003cbr\u003erejection was explicitly disabled.\u003cbr\u003e\u003cbr\u003eThe implicit rejection mechanism always returns a plaintext value,\u003cbr\u003ethe symmetric key. This result is deterministic for the ciphertext and the\u003cbr\u003eprivate key. The length of the decryption result can happen to match the\u003cbr\u003elength of the key of the symmetric cipher that was used for the content\u003cbr\u003eencryption. When a certificate is not provided, the last RecipientInfo\u003cbr\u003eproducing a key that looks valid will be used. It may cause getting garbage\u003cbr\u003econtent on decryption. As a proper way to deal with this a recipient\u003cbr\u003ecertificate has to be provided to identify the particular RecipientInfo for\u003cbr\u003edecryption.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 4.0, 3.6, 3.5, and 3.4 are not affected by this issue, as\u003cbr\u003eCMS and S/MIME processing happens outside the OpenSSL FIPS module boundary.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-514\", \"description\": \"CWE-514 Covert Channel\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-06-10T07:48:04.770Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-42768\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-10T07:48:04.770Z\", \"dateReserved\": \"2026-04-29T09:22:27.969Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-06-09T16:03:28.206Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2026-1852
Vulnerability from csaf_certbund - Published: 2026-06-09 22:00 - Updated: 2026-07-21 22:00Summary
OpenSSL: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: OpenSSL ist eine im Quelltext frei verfügbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.
Angriff: Ein Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um beliebigen Programmcode auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
Affected products
Known affected
29 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM i 7.4
IBM / i
|
cpe:/o:ibm:i:7.4
|
7.4 | |
|
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:-
|
— | |
|
IBM i 7.3
IBM / i
|
cpe:/o:ibm:i:7.3
|
7.3 | |
|
IBM i 7.6
IBM / i
|
cpe:/o:ibm:i:7.6
|
7.6 | |
|
IBM MQ Operator
IBM / MQ
|
cpe:/a:ibm:mq:operator
|
Operator | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
IBM i 7.5
IBM / i
|
cpe:/o:ibm:i:7.5
|
7.5 | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source OpenSSL <4.0.1
Open Source / OpenSSL
|
<4.0.1 | ||
|
SEPPmail Secure E-Mail Gateway <15.0.6
SEPPmail / Secure E-Mail Gateway
|
<15.0.6 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
Meinberg LANTIME <V7.10.013
Meinberg / LANTIME
|
<V7.10.013 | ||
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
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:-
|
— |
References
67 references
{
"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"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22437-1 vom 2026-07-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027170.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22449-1 vom 2026-07-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027259.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:35869 vom 2026-07-06",
"url": "https://access.redhat.com/errata/RHSA-2026:35869"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:36217 vom 2026-07-07",
"url": "https://access.redhat.com/errata/RHSA-2026:36217"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-36215 vom 2026-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-36215.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7279343 vom 2026-07-08",
"url": "https://www.ibm.com/support/pages/node/7279343"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50379 vom 2026-07-09",
"url": "https://linux.oracle.com/errata/ELSA-2026-50379.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:39012 vom 2026-07-13",
"url": "https://access.redhat.com/errata/RHSA-2026:39012"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:36215 vom 2026-07-13",
"url": "https://errata.build.resf.org/RLSA-2026:36215"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:39009 vom 2026-07-13",
"url": "https://access.redhat.com/errata/RHSA-2026:39009"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7280075 vom 2026-07-15",
"url": "https://www.ibm.com/support/pages/node/7280075"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:39981 vom 2026-07-15",
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3005-1 vom 2026-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027489.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3004-1 vom 2026-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027490.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3094-1 vom 2026-07-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027608.html"
},
{
"category": "external",
"summary": "SEPPmail 15.0.6 Release Notes vom 2026-07-21",
"url": "https://downloads.seppmail.com/extrelnotes/150/ERN15.0.html"
},
{
"category": "external",
"summary": "Meinberg Security Advisory MBGSA-2026.05 vom 2026-07-21",
"url": "http://news.meinberg.de/680/"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7280621 vom 2026-07-22",
"url": "https://www.ibm.com/support/pages/node/7280621"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-07-21T22:00:00.000+00:00",
"generator": {
"date": "2026-07-22T09:18:03.397+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"
},
{
"date": "2026-07-02T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-05T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-07T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat, Oracle Linux und IBM aufgenommen"
},
{
"date": "2026-07-08T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-07-13T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-07-14T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-07-15T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-07-19T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-07-20T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Meinberg und IBM aufgenommen"
}
],
"status": "final",
"version": "24"
}
},
"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": [
{
"branches": [
{
"category": "product_version",
"name": "7.3",
"product": {
"name": "IBM AIX 7.3",
"product_id": "1139691",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.3"
}
}
},
{
"category": "product_version",
"name": "7.2",
"product": {
"name": "IBM AIX 7.2",
"product_id": "434967",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.2"
}
}
}
],
"category": "product_name",
"name": "AIX"
},
{
"branches": [
{
"category": "product_version",
"name": "Operator",
"product": {
"name": "IBM MQ Operator",
"product_id": "T036688",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"branches": [
{
"category": "product_version",
"name": "4.1",
"product": {
"name": "IBM VIOS 4.1",
"product_id": "1522854",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:vios:4.1"
}
}
}
],
"category": "product_name",
"name": "VIOS"
},
{
"branches": [
{
"category": "product_version",
"name": "7.5",
"product": {
"name": "IBM i 7.5",
"product_id": "1174902",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:i:7.5"
}
}
},
{
"category": "product_version",
"name": "7.4",
"product": {
"name": "IBM i 7.4",
"product_id": "542823",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:i:7.4"
}
}
},
{
"category": "product_version",
"name": "7.3",
"product": {
"name": "IBM i 7.3",
"product_id": "918504",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:i:7.3"
}
}
},
{
"category": "product_version",
"name": "7.6",
"product": {
"name": "IBM i 7.6",
"product_id": "T055329",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:i:7.6"
}
}
}
],
"category": "product_name",
"name": "i"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV7.10.013",
"product": {
"name": "Meinberg LANTIME \u003cV7.10.013",
"product_id": "T056848"
}
},
{
"category": "product_version",
"name": "V7.10.013",
"product": {
"name": "Meinberg LANTIME V7.10.013",
"product_id": "T056848-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:meinberg:lantime:v7.10.013"
}
}
}
],
"category": "product_name",
"name": "LANTIME"
}
],
"category": "vendor",
"name": "Meinberg"
},
{
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c15.0.6",
"product": {
"name": "SEPPmail Secure E-Mail Gateway \u003c15.0.6",
"product_id": "T056846"
}
},
{
"category": "product_version",
"name": "15.0.6",
"product": {
"name": "SEPPmail Secure E-Mail Gateway 15.0.6",
"product_id": "T056846-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:seppmail:secure_e-mail_gateway:15.0.6"
}
}
}
],
"category": "product_name",
"name": "Secure E-Mail Gateway"
}
],
"category": "vendor",
"name": "SEPPmail"
},
{
"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": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34180"
},
{
"cve": "CVE-2026-34181",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34181"
},
{
"cve": "CVE-2026-34182",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34182"
},
{
"cve": "CVE-2026-34183",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-34183"
},
{
"cve": "CVE-2026-35188",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-35188"
},
{
"cve": "CVE-2026-42764",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42764"
},
{
"cve": "CVE-2026-42765",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42765"
},
{
"cve": "CVE-2026-42766",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42766"
},
{
"cve": "CVE-2026-42767",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42767"
},
{
"cve": "CVE-2026-42768",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42768"
},
{
"cve": "CVE-2026-42769",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42769"
},
{
"cve": "CVE-2026-42770",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42770"
},
{
"cve": "CVE-2026-42771",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-42771"
},
{
"cve": "CVE-2026-45445",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45445"
},
{
"cve": "CVE-2026-45446",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45446"
},
{
"cve": "CVE-2026-45447",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-45447"
},
{
"cve": "CVE-2026-7383",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-7383"
},
{
"cve": "CVE-2026-9076",
"product_status": {
"known_affected": [
"542823",
"67646",
"T055141",
"4035",
"T055140",
"T011540",
"918504",
"T055329",
"T036688",
"T004914",
"1174902",
"1139691",
"398363",
"T055135",
"T056846",
"434967",
"T056848",
"1522854",
"T055139",
"T032255",
"T055138",
"74185",
"T055137",
"T055136",
"2951",
"T002207",
"T020536",
"T000126",
"T027843"
]
},
"release_date": "2026-06-09T22:00:00.000+00:00",
"title": "CVE-2026-9076"
}
]
}
WID-SEC-W-2026-2455
Vulnerability from csaf_certbund - Published: 2026-07-21 22:00 - Updated: 2026-08-10 22:00Summary
Oracle Solaris Drittanbieterkomponenten: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Oracle Solaris ist ein Betriebssystem von Oracle für Server und Workstations.
Angriff: Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in verschiedenen Komponenten von Drittanbietern in Oracle Solaris ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.
Betroffene Betriebssysteme: - UNIX
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
Affected products
Known affected
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Oracle Solaris <11.4 SRU 94
Oracle / Solaris
|
<11.4 SRU 94 | ||
|
Oracle Solaris <11.3 ESU 36.36
Oracle / Solaris
|
<11.3 ESU 36.36 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
References
6 references
{
"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": "Oracle Solaris ist ein Betriebssystem von Oracle f\u00fcr Server und Workstations.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in verschiedenen Komponenten von Drittanbietern in Oracle Solaris ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX",
"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-2455 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2455.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2455 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2455"
},
{
"category": "external",
"summary": "Solaris Third Party Bulletin - July 2026 vom 2026-07-21",
"url": "https://www.oracle.com/security-alerts/bulletinjul2026.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-46395 vom 2026-07-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-46395.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3459-1 vom 2026-08-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-August/028105.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:52857 vom 2026-08-10",
"url": "https://access.redhat.com/errata/RHSA-2026:52857"
}
],
"source_lang": "en-US",
"title": "Oracle Solaris Drittanbieterkomponenten: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-10T22:00:00.000+00:00",
"generator": {
"date": "2026-08-11T08:56:43.912+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2455",
"initial_release_date": "2026-07-21T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-08-03T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-08-10T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.4 SRU 94",
"product": {
"name": "Oracle Solaris \u003c11.4 SRU 94",
"product_id": "T056998"
}
},
{
"category": "product_version",
"name": "11.4 SRU 94",
"product": {
"name": "Oracle Solaris 11.4 SRU 94",
"product_id": "T056998-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:solaris:11.4:sru_94"
}
}
},
{
"category": "product_version_range",
"name": "\u003c11.3 ESU 36.36",
"product": {
"name": "Oracle Solaris \u003c11.3 ESU 36.36",
"product_id": "T056999"
}
},
{
"category": "product_version",
"name": "11.3 ESU 36.36",
"product": {
"name": "Oracle Solaris 11.3 ESU 36.36",
"product_id": "T056999-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:solaris:11.3:esu_36.36"
}
}
}
],
"category": "product_name",
"name": "Solaris"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"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": "T054646",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4189",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2025-14179",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-14179"
},
{
"cve": "CVE-2025-26597",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2025-26597"
},
{
"cve": "CVE-2026-1502",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-1502"
},
{
"cve": "CVE-2026-21998",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-21998"
},
{
"cve": "CVE-2026-22001",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22001"
},
{
"cve": "CVE-2026-22002",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22002"
},
{
"cve": "CVE-2026-22004",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22004"
},
{
"cve": "CVE-2026-22005",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22005"
},
{
"cve": "CVE-2026-22009",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22009"
},
{
"cve": "CVE-2026-22015",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22015"
},
{
"cve": "CVE-2026-22017",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-22017"
},
{
"cve": "CVE-2026-29167",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29167"
},
{
"cve": "CVE-2026-29170",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29170"
},
{
"cve": "CVE-2026-29518",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-29518"
},
{
"cve": "CVE-2026-3219",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-3219"
},
{
"cve": "CVE-2026-32792",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-32792"
},
{
"cve": "CVE-2026-33278",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33278"
},
{
"cve": "CVE-2026-33811",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33811"
},
{
"cve": "CVE-2026-33814",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-33999",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-33999"
},
{
"cve": "CVE-2026-34000",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34000"
},
{
"cve": "CVE-2026-34001",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34001"
},
{
"cve": "CVE-2026-34002",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34002"
},
{
"cve": "CVE-2026-34003",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34003"
},
{
"cve": "CVE-2026-34180",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34180"
},
{
"cve": "CVE-2026-34181",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34181"
},
{
"cve": "CVE-2026-34182",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34182"
},
{
"cve": "CVE-2026-34183",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34183"
},
{
"cve": "CVE-2026-34267",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34267"
},
{
"cve": "CVE-2026-34270",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34270"
},
{
"cve": "CVE-2026-34271",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34271"
},
{
"cve": "CVE-2026-34276",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34276"
},
{
"cve": "CVE-2026-34278",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34278"
},
{
"cve": "CVE-2026-34293",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34293"
},
{
"cve": "CVE-2026-34303",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34303"
},
{
"cve": "CVE-2026-34304",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34304"
},
{
"cve": "CVE-2026-34308",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34308"
},
{
"cve": "CVE-2026-34355",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34355"
},
{
"cve": "CVE-2026-34356",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-34356"
},
{
"cve": "CVE-2026-35188",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35188"
},
{
"cve": "CVE-2026-35236",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35236"
},
{
"cve": "CVE-2026-35237",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35237"
},
{
"cve": "CVE-2026-35238",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35238"
},
{
"cve": "CVE-2026-35239",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35239"
},
{
"cve": "CVE-2026-35240",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-35240"
},
{
"cve": "CVE-2026-38974",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-38974"
},
{
"cve": "CVE-2026-39817",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39817"
},
{
"cve": "CVE-2026-39819",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39819"
},
{
"cve": "CVE-2026-39820",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39820"
},
{
"cve": "CVE-2026-39821",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-39823",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39823"
},
{
"cve": "CVE-2026-39825",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39825"
},
{
"cve": "CVE-2026-39826",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39826"
},
{
"cve": "CVE-2026-39836",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-39836"
},
{
"cve": "CVE-2026-40192",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-40192"
},
{
"cve": "CVE-2026-40622",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-40622"
},
{
"cve": "CVE-2026-41284",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-41284"
},
{
"cve": "CVE-2026-41292",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-41292"
},
{
"cve": "CVE-2026-41293",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-41293"
},
{
"cve": "CVE-2026-41316",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-41316"
},
{
"cve": "CVE-2026-42304",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42304"
},
{
"cve": "CVE-2026-42305",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42305"
},
{
"cve": "CVE-2026-42308",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42308"
},
{
"cve": "CVE-2026-42309",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42309"
},
{
"cve": "CVE-2026-42310",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42310"
},
{
"cve": "CVE-2026-42311",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42311"
},
{
"cve": "CVE-2026-42371",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42371"
},
{
"cve": "CVE-2026-42498",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42498"
},
{
"cve": "CVE-2026-42499",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42499"
},
{
"cve": "CVE-2026-42501",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42501"
},
{
"cve": "CVE-2026-42534",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42534"
},
{
"cve": "CVE-2026-42535",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42535"
},
{
"cve": "CVE-2026-42536",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42536"
},
{
"cve": "CVE-2026-42563",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42563"
},
{
"cve": "CVE-2026-42764",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42764"
},
{
"cve": "CVE-2026-42765",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42765"
},
{
"cve": "CVE-2026-42766",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42766"
},
{
"cve": "CVE-2026-42767",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42767"
},
{
"cve": "CVE-2026-42768",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42768"
},
{
"cve": "CVE-2026-42769",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42769"
},
{
"cve": "CVE-2026-42770",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42770"
},
{
"cve": "CVE-2026-42771",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42771"
},
{
"cve": "CVE-2026-42923",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42923"
},
{
"cve": "CVE-2026-42944",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42944"
},
{
"cve": "CVE-2026-42959",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42959"
},
{
"cve": "CVE-2026-42960",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-42960"
},
{
"cve": "CVE-2026-43512",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43512"
},
{
"cve": "CVE-2026-43513",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43513"
},
{
"cve": "CVE-2026-43514",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43514"
},
{
"cve": "CVE-2026-43515",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43515"
},
{
"cve": "CVE-2026-43617",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43617"
},
{
"cve": "CVE-2026-43618",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43618"
},
{
"cve": "CVE-2026-43619",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43619"
},
{
"cve": "CVE-2026-43620",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43620"
},
{
"cve": "CVE-2026-43951",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-43951"
},
{
"cve": "CVE-2026-44119",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44119"
},
{
"cve": "CVE-2026-44185",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44185"
},
{
"cve": "CVE-2026-44186",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44186"
},
{
"cve": "CVE-2026-44390",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44390"
},
{
"cve": "CVE-2026-44431",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44431"
},
{
"cve": "CVE-2026-44432",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44432"
},
{
"cve": "CVE-2026-44608",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44608"
},
{
"cve": "CVE-2026-44631",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-44631"
},
{
"cve": "CVE-2026-4519",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-4519"
},
{
"cve": "CVE-2026-45232",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45232"
},
{
"cve": "CVE-2026-45445",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45445"
},
{
"cve": "CVE-2026-45446",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45446"
},
{
"cve": "CVE-2026-45447",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-45447"
},
{
"cve": "CVE-2026-46529",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-46529"
},
{
"cve": "CVE-2026-47712",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-47712"
},
{
"cve": "CVE-2026-47734",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-47734"
},
{
"cve": "CVE-2026-4786",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-48913",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-48913"
},
{
"cve": "CVE-2026-49975",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-49975"
},
{
"cve": "CVE-2026-50256",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50256"
},
{
"cve": "CVE-2026-50257",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50257"
},
{
"cve": "CVE-2026-50258",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50258"
},
{
"cve": "CVE-2026-50259",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50259"
},
{
"cve": "CVE-2026-50260",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50260"
},
{
"cve": "CVE-2026-50261",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50261"
},
{
"cve": "CVE-2026-50262",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50262"
},
{
"cve": "CVE-2026-50263",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50263"
},
{
"cve": "CVE-2026-50264",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-50264"
},
{
"cve": "CVE-2026-5299",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5299"
},
{
"cve": "CVE-2026-5401",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5401"
},
{
"cve": "CVE-2026-5402",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5402"
},
{
"cve": "CVE-2026-5403",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5403"
},
{
"cve": "CVE-2026-5404",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5404"
},
{
"cve": "CVE-2026-5405",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5405"
},
{
"cve": "CVE-2026-5406",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5406"
},
{
"cve": "CVE-2026-5407",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5407"
},
{
"cve": "CVE-2026-5408",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5408"
},
{
"cve": "CVE-2026-5409",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5409"
},
{
"cve": "CVE-2026-5653",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5653"
},
{
"cve": "CVE-2026-5654",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5654"
},
{
"cve": "CVE-2026-5655",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5655"
},
{
"cve": "CVE-2026-5656",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5656"
},
{
"cve": "CVE-2026-5657",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5657"
},
{
"cve": "CVE-2026-5731",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5731"
},
{
"cve": "CVE-2026-5732",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5732"
},
{
"cve": "CVE-2026-5734",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-5734"
},
{
"cve": "CVE-2026-6019",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6100"
},
{
"cve": "CVE-2026-6104",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6104"
},
{
"cve": "CVE-2026-6357",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6357"
},
{
"cve": "CVE-2026-6519",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6519"
},
{
"cve": "CVE-2026-6520",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6520"
},
{
"cve": "CVE-2026-6521",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6521"
},
{
"cve": "CVE-2026-6522",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6522"
},
{
"cve": "CVE-2026-6523",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6523"
},
{
"cve": "CVE-2026-6524",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6524"
},
{
"cve": "CVE-2026-6525",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6525"
},
{
"cve": "CVE-2026-6526",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6526"
},
{
"cve": "CVE-2026-6527",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6527"
},
{
"cve": "CVE-2026-6528",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6528"
},
{
"cve": "CVE-2026-6529",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6529"
},
{
"cve": "CVE-2026-6530",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6530"
},
{
"cve": "CVE-2026-6531",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6531"
},
{
"cve": "CVE-2026-6532",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6532"
},
{
"cve": "CVE-2026-6533",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6533"
},
{
"cve": "CVE-2026-6534",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6534"
},
{
"cve": "CVE-2026-6535",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6535"
},
{
"cve": "CVE-2026-6536",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6536"
},
{
"cve": "CVE-2026-6537",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6537"
},
{
"cve": "CVE-2026-6538",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6538"
},
{
"cve": "CVE-2026-6722",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6722"
},
{
"cve": "CVE-2026-6735",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6735"
},
{
"cve": "CVE-2026-6746",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6746"
},
{
"cve": "CVE-2026-6747",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6747"
},
{
"cve": "CVE-2026-6748",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6748"
},
{
"cve": "CVE-2026-6749",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6749"
},
{
"cve": "CVE-2026-6750",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6750"
},
{
"cve": "CVE-2026-6751",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6751"
},
{
"cve": "CVE-2026-6752",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6752"
},
{
"cve": "CVE-2026-6753",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6753"
},
{
"cve": "CVE-2026-6754",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6754"
},
{
"cve": "CVE-2026-6757",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6757"
},
{
"cve": "CVE-2026-6759",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6759"
},
{
"cve": "CVE-2026-6761",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6761"
},
{
"cve": "CVE-2026-6762",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6762"
},
{
"cve": "CVE-2026-6763",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6763"
},
{
"cve": "CVE-2026-6764",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6764"
},
{
"cve": "CVE-2026-6765",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6765"
},
{
"cve": "CVE-2026-6766",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6766"
},
{
"cve": "CVE-2026-6767",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6767"
},
{
"cve": "CVE-2026-6769",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6769"
},
{
"cve": "CVE-2026-6770",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6770"
},
{
"cve": "CVE-2026-6771",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6771"
},
{
"cve": "CVE-2026-6772",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6772"
},
{
"cve": "CVE-2026-6776",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6776"
},
{
"cve": "CVE-2026-6785",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6785"
},
{
"cve": "CVE-2026-6786",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6786"
},
{
"cve": "CVE-2026-6867",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6867"
},
{
"cve": "CVE-2026-6868",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6868"
},
{
"cve": "CVE-2026-6869",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6869"
},
{
"cve": "CVE-2026-6870",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-6870"
},
{
"cve": "CVE-2026-7258",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7258"
},
{
"cve": "CVE-2026-7259",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7259"
},
{
"cve": "CVE-2026-7261",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7261"
},
{
"cve": "CVE-2026-7262",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7262"
},
{
"cve": "CVE-2026-7263",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7263"
},
{
"cve": "CVE-2026-7320",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7320"
},
{
"cve": "CVE-2026-7321",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7321"
},
{
"cve": "CVE-2026-7322",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7322"
},
{
"cve": "CVE-2026-7323",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7323"
},
{
"cve": "CVE-2026-7375",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7375"
},
{
"cve": "CVE-2026-7376",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7376"
},
{
"cve": "CVE-2026-7378",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7378"
},
{
"cve": "CVE-2026-7379",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7379"
},
{
"cve": "CVE-2026-7383",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7383"
},
{
"cve": "CVE-2026-7568",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-7568"
},
{
"cve": "CVE-2026-8090",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8090"
},
{
"cve": "CVE-2026-8091",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8091"
},
{
"cve": "CVE-2026-8092",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8092"
},
{
"cve": "CVE-2026-8094",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8094"
},
{
"cve": "CVE-2026-8328",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8328"
},
{
"cve": "CVE-2026-8388",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8388"
},
{
"cve": "CVE-2026-8391",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8391"
},
{
"cve": "CVE-2026-8401",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8401"
},
{
"cve": "CVE-2026-8643",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8643"
},
{
"cve": "CVE-2026-8946",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8946"
},
{
"cve": "CVE-2026-8947",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8947"
},
{
"cve": "CVE-2026-8949",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8949"
},
{
"cve": "CVE-2026-8950",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8950"
},
{
"cve": "CVE-2026-8953",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8953"
},
{
"cve": "CVE-2026-8954",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8954"
},
{
"cve": "CVE-2026-8955",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8955"
},
{
"cve": "CVE-2026-8956",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8956"
},
{
"cve": "CVE-2026-8957",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8957"
},
{
"cve": "CVE-2026-8958",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8958"
},
{
"cve": "CVE-2026-8959",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8959"
},
{
"cve": "CVE-2026-8961",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8961"
},
{
"cve": "CVE-2026-8962",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8962"
},
{
"cve": "CVE-2026-8968",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8968"
},
{
"cve": "CVE-2026-8970",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8970"
},
{
"cve": "CVE-2026-8974",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8974"
},
{
"cve": "CVE-2026-8975",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-8975"
},
{
"cve": "CVE-2026-9076",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-9076"
},
{
"cve": "CVE-2026-9759",
"product_status": {
"known_affected": [
"T056236",
"T056998",
"T056999",
"67646",
"T054646"
]
},
"release_date": "2026-07-21T22:00:00.000+00:00",
"title": "CVE-2026-9759"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…