Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68160 (GCVE-0-2025-68160)
Vulnerability from cvelistv5 – Published: 2026-01-27 16:01 – Updated: 2026-05-12 12:08- CWE-787 - Out-of-bounds Write
| Vendor | Product | Version | |
|---|---|---|---|
| OpenSSL | OpenSSL |
Affected:
3.6.0 , < 3.6.1
(semver)
Affected: 3.5.0 , < 3.5.5 (semver) Affected: 3.4.0 , < 3.4.4 (semver) Affected: 3.3.0 , < 3.3.6 (semver) Affected: 3.0.0 , < 3.0.19 (semver) Affected: 1.1.1 , < 1.1.1ze (custom) Affected: 1.0.2 , < 1.0.2zn (custom) |
|
| Siemens | SIMATIC S7-1500 TM MFP - GNU/Linux subsystem |
Affected:
0 , < *
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-68160",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-29T15:04:54.880991Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-29T15:06:04.443Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"affected": [
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 TM MFP - GNU/Linux subsystem",
"vendor": "Siemens",
"versions": [
{
"lessThan": "*",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-12T12:08:39.602Z",
"orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"shortName": "siemens-SADP"
},
"references": [
{
"url": "https://cert-portal.siemens.com/productcert/html/ssa-265688.html"
}
],
"x_adpType": "supplier"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.6.1",
"status": "affected",
"version": "3.6.0",
"versionType": "semver"
},
{
"lessThan": "3.5.5",
"status": "affected",
"version": "3.5.0",
"versionType": "semver"
},
{
"lessThan": "3.4.4",
"status": "affected",
"version": "3.4.0",
"versionType": "semver"
},
{
"lessThan": "3.3.6",
"status": "affected",
"version": "3.3.0",
"versionType": "semver"
},
{
"lessThan": "3.0.19",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1ze",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zn",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Petr \u0160ime\u010dek (Aisle Research)"
},
{
"lang": "en",
"type": "reporter",
"value": "Stanislav Fort (Aisle Research)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Stanislav Fort (Aisle Research)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Neil Horman"
}
],
"datePublic": "2026-01-27T14:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: Writing large, newline-free data into a BIO chain using the\u003cbr\u003eline-buffering filter where the next BIO performs short writes can trigger\u003cbr\u003ea heap-based out-of-bounds write.\u003cbr\u003e\u003cbr\u003eImpact summary: This out-of-bounds write can cause memory corruption which\u003cbr\u003etypically results in a crash, leading to Denial of Service for an application.\u003cbr\u003e\u003cbr\u003eThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\u003cbr\u003eTLS/SSL data paths. In OpenSSL command-line applications, it is typically\u003cbr\u003eonly pushed onto stdout/stderr on VMS systems. Third-party applications that\u003cbr\u003eexplicitly use this filter with a BIO chain that can short-write and that\u003cbr\u003ewrite large, newline-free data influenced by an attacker would be affected.\u003cbr\u003eHowever, the circumstances where this could happen are unlikely to be under\u003cbr\u003eattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\u003cbr\u003edata controlled by an attacker. For that reason the issue was assessed as\u003cbr\u003eLow severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\u003cbr\u003eas the BIO implementation is outside the OpenSSL FIPS module boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue."
}
],
"value": "Issue summary: Writing large, newline-free data into a BIO chain using the\nline-buffering filter where the next BIO performs short writes can trigger\na heap-based out-of-bounds write.\n\nImpact summary: This out-of-bounds write can cause memory corruption which\ntypically results in a crash, leading to Denial of Service for an application.\n\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\nexplicitly use this filter with a BIO chain that can short-write and that\nwrite large, newline-free data influenced by an attacker would be affected.\nHowever, the circumstances where this could happen are unlikely to be under\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\ndata controlled by an attacker. For that reason the issue was assessed as\nLow severity.\n\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\n\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://openssl-library.org/policies/general/security-policy/"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-27T16:01:23.181Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://openssl-library.org/news/secadv/20260127.txt"
},
{
"name": "3.6.1 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/4c96fbba618e1940f038012506ee9e21d32ee12c"
},
{
"name": "3.5.5 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/6845c3b6460a98b1ec4e463baa2ea1a63a32d7c0"
},
{
"name": "3.4.4 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/68a7cd2e2816c3a02f4d45a2ce43fc04fac97096"
},
{
"name": "3.3.6 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/384011202af92605d926fafe4a0bcd6b65d162ad"
},
{
"name": "3.0.19 git commit",
"tags": [
"patch"
],
"url": "https://github.com/openssl/openssl/commit/475c466ef2fbd8fc1df6fae1c3eed9c813fc8ff6"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Heap out-of-bounds write in BIO_f_linebuffer on short writes",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2025-68160",
"datePublished": "2026-01-27T16:01:23.181Z",
"dateReserved": "2025-12-16T09:20:53.257Z",
"dateUpdated": "2026-05-12T12:08:39.602Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68160",
"date": "2026-07-19",
"epss": "0.00152",
"percentile": "0.04835"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68160\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2026-01-27T16:16:15.900\",\"lastModified\":\"2026-06-17T09:58:39.407\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: Writing large, newline-free data into a BIO chain using the\\nline-buffering filter where the next BIO performs short writes can trigger\\na heap-based out-of-bounds write.\\n\\nImpact summary: This out-of-bounds write can cause memory corruption which\\ntypically results in a crash, leading to Denial of Service for an application.\\n\\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\\nexplicitly use this filter with a BIO chain that can short-write and that\\nwrite large, newline-free data influenced by an attacker would be affected.\\nHowever, the circumstances where this could happen are unlikely to be under\\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\\ndata controlled by an attacker. For that reason the issue was assessed as\\nLow severity.\\n\\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\\n\\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.\"},{\"lang\":\"es\",\"value\":\"Resumen del problema: Escribir datos grandes y sin saltos de l\u00ednea en una cadena BIO usando el filtro de b\u00fafer de l\u00ednea, donde el siguiente BIO realiza escrituras cortas, puede desencadenar una escritura fuera de l\u00edmites basada en el mont\u00f3n.\\n\\nResumen del impacto: Esta escritura fuera de l\u00edmites puede causar corrupci\u00f3n de memoria, lo que t\u00edpicamente resulta en un fallo, llevando a una denegaci\u00f3n de servicio para una aplicaci\u00f3n.\\n\\nEl filtro BIO de b\u00fafer de l\u00ednea (BIO_f_linebuffer) no se usa por defecto en las rutas de datos TLS/SSL. En las aplicaciones de l\u00ednea de comandos de OpenSSL, t\u00edpicamente solo se env\u00eda a stdout/stderr en sistemas VMS. Las aplicaciones de terceros que usan expl\u00edcitamente este filtro con una cadena BIO que puede realizar escrituras cortas y que escriben datos grandes y sin saltos de l\u00ednea influenciados por un atacante se ver\u00edan afectadas. Sin embargo, es poco probable que las circunstancias en las que esto podr\u00eda ocurrir est\u00e9n bajo el control del atacante, y es poco probable que BIO_f_linebuffer est\u00e9 manejando datos no curados controlados por un atacante. Por esa raz\u00f3n, el problema fue evaluado como de baja severidad.\\n\\nLos m\u00f3dulos FIPS en 3.6, 3.5, 3.4, 3.3 y 3.0 no se ven afectados por este problema, ya que la implementaci\u00f3n de BIO est\u00e1 fuera del l\u00edmite del m\u00f3dulo FIPS de OpenSSL.\\n\\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 y 1.0.2 son vulnerables a este problema.\"}],\"affected\":[{\"source\":\"openssl-security@openssl.org\",\"affectedData\":[{\"vendor\":\"OpenSSL\",\"product\":\"OpenSSL\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"3.6.0\",\"lessThan\":\"3.6.1\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.5.0\",\"lessThan\":\"3.5.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.4.0\",\"lessThan\":\"3.4.4\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.3.0\",\"lessThan\":\"3.3.6\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"3.0.0\",\"lessThan\":\"3.0.19\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.1.1\",\"lessThan\":\"1.1.1ze\",\"versionType\":\"custom\",\"status\":\"affected\"},{\"version\":\"1.0.2\",\"lessThan\":\"1.0.2zn\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]},{\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\",\"affectedData\":[{\"vendor\":\"Siemens\",\"product\":\"SIMATIC S7-1500 TM MFP - GNU/Linux subsystem\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"*\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-29T15:04:54.880991Z\",\"id\":\"CVE-2025-68160\",\"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-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zn\",\"matchCriteriaId\":\"6A8EC60C-05EC-4886-8C82-63AEF4BDA8D5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1ze\",\"matchCriteriaId\":\"E000B986-6A31-468F-9EA3-B9D16DB16FB2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.19\",\"matchCriteriaId\":\"C76C5F55-5243-4461-82F5-2FEBFF4D59FA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.3.0\",\"versionEndExcluding\":\"3.3.6\",\"matchCriteriaId\":\"F5292E9E-6B50-409F-9219-7B0A04047AD8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.4\",\"matchCriteriaId\":\"B9D3DCAE-317D-4DFB-93F0-7A235A229619\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.5\",\"matchCriteriaId\":\"1CAC7CBE-EC03-4089-938A-0CEEB2E09B62\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.1\",\"matchCriteriaId\":\"68352537-5E99-4F4D-B78A-BCF0353A70A5\"}]}]}],\"references\":[{\"url\":\"https://github.com/openssl/openssl/commit/384011202af92605d926fafe4a0bcd6b65d162ad\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/475c466ef2fbd8fc1df6fae1c3eed9c813fc8ff6\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/4c96fbba618e1940f038012506ee9e21d32ee12c\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/6845c3b6460a98b1ec4e463baa2ea1a63a32d7c0\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/openssl/openssl/commit/68a7cd2e2816c3a02f4d45a2ce43fc04fac97096\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://openssl-library.org/news/secadv/20260127.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-265688.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-06-28T07:09:11+00:00",
"cve": "CVE-2025-68160",
"id": "CVE-2025-68160",
"initial_release_date": "2025-01-01T00:00:00+00:00",
"product_status:fixed": "107",
"product_status:known_affected": "58",
"product_status:known_not_affected": "5",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openssl: OpenSSL: Denial of Service due to out-of-bounds write in BIO filter",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-68160.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"affected\": [{\"vendor\": \"Siemens\", \"product\": \"SIMATIC S7-1500 TM MFP - GNU/Linux subsystem\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"*\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"x_adpType\": \"supplier\", \"references\": [{\"url\": \"https://cert-portal.siemens.com/productcert/html/ssa-265688.html\"}], \"providerMetadata\": {\"orgId\": \"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\", \"shortName\": \"siemens-SADP\", \"dateUpdated\": \"2026-05-12T12:08:39.602Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.7, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68160\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-29T15:04:54.880991Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-29T15:05:45.180Z\"}}], \"cna\": {\"title\": \"Heap out-of-bounds write in BIO_f_linebuffer on short writes\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Petr \\u0160ime\\u010dek (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Stanislav Fort (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Stanislav Fort (Aisle Research)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Neil Horman\"}], \"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\": \"3.6.0\", \"lessThan\": \"3.6.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.5.0\", \"lessThan\": \"3.5.5\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.4.0\", \"lessThan\": \"3.4.4\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.3.0\", \"lessThan\": \"3.3.6\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.19\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1ze\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zn\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-01-27T14:00:00.000Z\", \"references\": [{\"url\": \"https://openssl-library.org/news/secadv/20260127.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/4c96fbba618e1940f038012506ee9e21d32ee12c\", \"name\": \"3.6.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/6845c3b6460a98b1ec4e463baa2ea1a63a32d7c0\", \"name\": \"3.5.5 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/68a7cd2e2816c3a02f4d45a2ce43fc04fac97096\", \"name\": \"3.4.4 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/384011202af92605d926fafe4a0bcd6b65d162ad\", \"name\": \"3.3.6 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/openssl/openssl/commit/475c466ef2fbd8fc1df6fae1c3eed9c813fc8ff6\", \"name\": \"3.0.19 git commit\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: Writing large, newline-free data into a BIO chain using the\\nline-buffering filter where the next BIO performs short writes can trigger\\na heap-based out-of-bounds write.\\n\\nImpact summary: This out-of-bounds write can cause memory corruption which\\ntypically results in a crash, leading to Denial of Service for an application.\\n\\nThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\\nTLS/SSL data paths. In OpenSSL command-line applications, it is typically\\nonly pushed onto stdout/stderr on VMS systems. Third-party applications that\\nexplicitly use this filter with a BIO chain that can short-write and that\\nwrite large, newline-free data influenced by an attacker would be affected.\\nHowever, the circumstances where this could happen are unlikely to be under\\nattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\\ndata controlled by an attacker. For that reason the issue was assessed as\\nLow severity.\\n\\nThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\\nas the BIO implementation is outside the OpenSSL FIPS module boundary.\\n\\nOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: Writing large, newline-free data into a BIO chain using the\u003cbr\u003eline-buffering filter where the next BIO performs short writes can trigger\u003cbr\u003ea heap-based out-of-bounds write.\u003cbr\u003e\u003cbr\u003eImpact summary: This out-of-bounds write can cause memory corruption which\u003cbr\u003etypically results in a crash, leading to Denial of Service for an application.\u003cbr\u003e\u003cbr\u003eThe line-buffering BIO filter (BIO_f_linebuffer) is not used by default in\u003cbr\u003eTLS/SSL data paths. In OpenSSL command-line applications, it is typically\u003cbr\u003eonly pushed onto stdout/stderr on VMS systems. Third-party applications that\u003cbr\u003eexplicitly use this filter with a BIO chain that can short-write and that\u003cbr\u003ewrite large, newline-free data influenced by an attacker would be affected.\u003cbr\u003eHowever, the circumstances where this could happen are unlikely to be under\u003cbr\u003eattacker control, and BIO_f_linebuffer is unlikely to be handling non-curated\u003cbr\u003edata controlled by an attacker. For that reason the issue was assessed as\u003cbr\u003eLow severity.\u003cbr\u003e\u003cbr\u003eThe FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue,\u003cbr\u003eas the BIO implementation is outside the OpenSSL FIPS module boundary.\u003cbr\u003e\u003cbr\u003eOpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2026-01-27T16:01:23.181Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68160\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-12T12:08:39.602Z\", \"dateReserved\": \"2025-12-16T09:20:53.257Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2026-01-27T16:01:23.181Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ubuntu-cve-2025-68160
Vulnerability from osv_ubuntu
Issue summary: Writing large, newline-free data into a BIO chain using the line-buffering filter where the next BIO performs short writes can trigger a heap-based out-of-bounds write. Impact summary: This out-of-bounds write can cause memory corruption which typically results in a crash, leading to Denial of Service for an application. The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in TLS/SSL data paths. In OpenSSL command-line applications, it is typically only pushed onto stdout/stderr on VMS systems. Third-party applications that explicitly use this filter with a BIO chain that can short-write and that write large, newline-free data influenced by an attacker would be affected. However, the circumstances where this could happen are unlikely to be under attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated data controlled by an attacker. For that reason the issue was assessed as Low severity. The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the BIO implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue. Impact summary: This out-of-bounds write can cause memory corruption which typically results in a crash, leading to Denial of Service for an application. The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in TLS/SSL data paths. In OpenSSL command-line applications, it is typically only pushed onto stdout/stderr on VMS systems. Third-party applications that explicitly use this filter with a BIO chain that can short-write and that write large, newline-free data influenced by an attacker would be affected. However, the circumstances where this could happen are unlikely to be under attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated data controlled by an attacker. For that reason the issue was assessed as Low severity. The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the BIO implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro with Legacy support add-on: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.1f-1ubuntu2.27+esm12"
},
{
"binary_name": "openssl",
"binary_version": "1.0.1f-1ubuntu2.27+esm12"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.1f-1ubuntu2.27+esm12?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.1f-1ubuntu2.27+esm12"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.1e-3ubuntu1",
"1.0.1e-4ubuntu1",
"1.0.1e-4ubuntu2",
"1.0.1e-4ubuntu3",
"1.0.1e-4ubuntu4",
"1.0.1f-1ubuntu1",
"1.0.1f-1ubuntu2",
"1.0.1f-1ubuntu2.1",
"1.0.1f-1ubuntu2.2",
"1.0.1f-1ubuntu2.3",
"1.0.1f-1ubuntu2.4",
"1.0.1f-1ubuntu2.5",
"1.0.1f-1ubuntu2.7",
"1.0.1f-1ubuntu2.8",
"1.0.1f-1ubuntu2.11",
"1.0.1f-1ubuntu2.12",
"1.0.1f-1ubuntu2.15",
"1.0.1f-1ubuntu2.16",
"1.0.1f-1ubuntu2.17",
"1.0.1f-1ubuntu2.18",
"1.0.1f-1ubuntu2.19",
"1.0.1f-1ubuntu2.20",
"1.0.1f-1ubuntu2.21",
"1.0.1f-1ubuntu2.22",
"1.0.1f-1ubuntu2.23",
"1.0.1f-1ubuntu2.24",
"1.0.1f-1ubuntu2.25",
"1.0.1f-1ubuntu2.26",
"1.0.1f-1ubuntu2.27",
"1.0.1f-1ubuntu2.27+esm1",
"1.0.1f-1ubuntu2.27+esm2",
"1.0.1f-1ubuntu2.27+esm3",
"1.0.1f-1ubuntu2.27+esm4",
"1.0.1f-1ubuntu2.27+esm5",
"1.0.1f-1ubuntu2.27+esm6",
"1.0.1f-1ubuntu2.27+esm7",
"1.0.1f-1ubuntu2.27+esm9",
"1.0.1f-1ubuntu2.27+esm10",
"1.0.1f-1ubuntu2.27+esm11"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.20+esm14"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.20+esm14"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.20+esm14?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2g-1ubuntu4.20+esm14"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2d-0ubuntu1",
"1.0.2d-0ubuntu2",
"1.0.2e-1ubuntu1",
"1.0.2f-2ubuntu1",
"1.0.2g-1ubuntu2",
"1.0.2g-1ubuntu3",
"1.0.2g-1ubuntu4",
"1.0.2g-1ubuntu4.1",
"1.0.2g-1ubuntu4.2",
"1.0.2g-1ubuntu4.4",
"1.0.2g-1ubuntu4.5",
"1.0.2g-1ubuntu4.6",
"1.0.2g-1ubuntu4.8",
"1.0.2g-1ubuntu4.9",
"1.0.2g-1ubuntu4.10",
"1.0.2g-1ubuntu4.11",
"1.0.2g-1ubuntu4.12",
"1.0.2g-1ubuntu4.13",
"1.0.2g-1ubuntu4.14",
"1.0.2g-1ubuntu4.15",
"1.0.2g-1ubuntu4.16",
"1.0.2g-1ubuntu4.17",
"1.0.2g-1ubuntu4.18",
"1.0.2g-1ubuntu4.19",
"1.0.2g-1ubuntu4.20",
"1.0.2g-1ubuntu4.20+esm1",
"1.0.2g-1ubuntu4.20+esm2",
"1.0.2g-1ubuntu4.20+esm3",
"1.0.2g-1ubuntu4.20+esm4",
"1.0.2g-1ubuntu4.20+esm5",
"1.0.2g-1ubuntu4.20+esm6",
"1.0.2g-1ubuntu4.20+esm7",
"1.0.2g-1ubuntu4.20+esm9",
"1.0.2g-1ubuntu4.20+esm10",
"1.0.2g-1ubuntu4.20+esm11",
"1.0.2g-1ubuntu4.20+esm12",
"1.0.2g-1ubuntu4.20+esm13"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20160408.ffea0a2c-2ubuntu0.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20150106.5c2d456b-2",
"0~20160104.c2a892d7-1",
"0~20160408.ffea0a2c-2",
"0~20160408.ffea0a2c-2ubuntu0.1",
"0~20160408.ffea0a2c-2ubuntu0.2",
"0~20160408.ffea0a2c-2ubuntu0.2+esm1",
"0~20160408.ffea0a2c-2ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
},
{
"binary_name": "nodejs-legacy",
"binary_version": "4.2.6~dfsg-1ubuntu4.2+esm3"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@4.2.6~dfsg-1ubuntu4.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.10.25~dfsg2-2ubuntu1",
"4.2.2~dfsg-1",
"4.2.3~dfsg-1",
"4.2.4~dfsg-1ubuntu1",
"4.2.4~dfsg-2",
"4.2.6~dfsg-1ubuntu1",
"4.2.6~dfsg-1ubuntu4",
"4.2.6~dfsg-1ubuntu4.1",
"4.2.6~dfsg-1ubuntu4.2",
"4.2.6~dfsg-1ubuntu4.2+esm1",
"4.2.6~dfsg-1ubuntu4.2+esm2",
"4.2.6~dfsg-1ubuntu4.2+esm3"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.14"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.14"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.14"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.20.14?arch=source\u0026distro=fips-updates/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2g-1ubuntu4.fips.4.20.14"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.9.1",
"1.0.2g-1ubuntu4.fips.4.13.1",
"1.0.2g-1ubuntu4.fips.4.15.1",
"1.0.2g-1ubuntu4.fips.4.16.1",
"1.0.2g-1ubuntu4.fips.4.17.1",
"1.0.2g-1ubuntu4.fips.4.18.1",
"1.0.2g-1ubuntu4.fips.4.19.3",
"1.0.2g-1ubuntu4.fips.4.20.1",
"1.0.2g-1ubuntu4.fips.4.20.2",
"1.0.2g-1ubuntu4.fips.4.20.3",
"1.0.2g-1ubuntu4.fips.4.20.6",
"1.0.2g-1ubuntu4.fips.4.20.7",
"1.0.2g-1ubuntu4.fips.4.20.9",
"1.0.2g-1ubuntu4.fips.4.20.10",
"1.0.2g-1ubuntu4.fips.4.20.11",
"1.0.2g-1ubuntu4.fips.4.20.12",
"1.0.2g-1ubuntu4.fips.4.20.13"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.6.3?arch=source\u0026distro=fips/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.6~ppa1",
"1.0.2g-1ubuntu4.fips.4.6~ppa2",
"1.0.2g-1ubuntu4.fips.4.6~ppa3",
"1.0.2g-1ubuntu4.fips.4.6",
"1.0.2g-1ubuntu4.fips.4.6.1",
"1.0.2g-1ubuntu4.fips.4.6.2",
"1.0.2g-1ubuntu4.fips.4.6.3"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.1~18.04.23+esm7"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.1~18.04.23+esm7"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.1~18.04.23+esm7?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.1~18.04.23+esm7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu13",
"1.0.2g-1ubuntu14",
"1.0.2n-1ubuntu1",
"1.1.0g-2ubuntu1",
"1.1.0g-2ubuntu2",
"1.1.0g-2ubuntu3",
"1.1.0g-2ubuntu4",
"1.1.0g-2ubuntu4.1",
"1.1.0g-2ubuntu4.3",
"1.1.1-1ubuntu2.1~18.04.1",
"1.1.1-1ubuntu2.1~18.04.2",
"1.1.1-1ubuntu2.1~18.04.3",
"1.1.1-1ubuntu2.1~18.04.4",
"1.1.1-1ubuntu2.1~18.04.5",
"1.1.1-1ubuntu2.1~18.04.6",
"1.1.1-1ubuntu2.1~18.04.7",
"1.1.1-1ubuntu2.1~18.04.8",
"1.1.1-1ubuntu2.1~18.04.9",
"1.1.1-1ubuntu2.1~18.04.10",
"1.1.1-1ubuntu2.1~18.04.13",
"1.1.1-1ubuntu2.1~18.04.14",
"1.1.1-1ubuntu2.1~18.04.15",
"1.1.1-1ubuntu2.1~18.04.17",
"1.1.1-1ubuntu2.1~18.04.19",
"1.1.1-1ubuntu2.1~18.04.20",
"1.1.1-1ubuntu2.1~18.04.21",
"1.1.1-1ubuntu2.1~18.04.22",
"1.1.1-1ubuntu2.1~18.04.23",
"1.1.1-1ubuntu2.1~18.04.23+esm1",
"1.1.1-1ubuntu2.1~18.04.23+esm3",
"1.1.1-1ubuntu2.1~18.04.23+esm4",
"1.1.1-1ubuntu2.1~18.04.23+esm5",
"1.1.1-1ubuntu2.1~18.04.23+esm6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2n-1ubuntu5.13+esm3"
},
{
"binary_name": "openssl1.0",
"binary_version": "1.0.2n-1ubuntu5.13+esm3"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "openssl1.0",
"purl": "pkg:deb/ubuntu/openssl1.0@1.0.2n-1ubuntu5.13+esm3?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2n-1ubuntu5.13+esm3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2n-1ubuntu2",
"1.0.2n-1ubuntu3",
"1.0.2n-1ubuntu4",
"1.0.2n-1ubuntu5",
"1.0.2n-1ubuntu5.1",
"1.0.2n-1ubuntu5.2",
"1.0.2n-1ubuntu5.3",
"1.0.2n-1ubuntu5.4",
"1.0.2n-1ubuntu5.5",
"1.0.2n-1ubuntu5.6",
"1.0.2n-1ubuntu5.7",
"1.0.2n-1ubuntu5.8",
"1.0.2n-1ubuntu5.9",
"1.0.2n-1ubuntu5.10",
"1.0.2n-1ubuntu5.11",
"1.0.2n-1ubuntu5.12",
"1.0.2n-1ubuntu5.13",
"1.0.2n-1ubuntu5.13+esm1",
"1.0.2n-1ubuntu5.13+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20180205.c0d9813c-2ubuntu0.3+esm2?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20170911.5dfba97c-1",
"0~20171010.234dbcef-1",
"0~20171027.76fd5a66-1",
"0~20171205.a9212288-1",
"0~20180105.0bc94c74-1",
"0~20180205.c0d9813c-1",
"0~20180205.c0d9813c-2",
"0~20180205.c0d9813c-2ubuntu0.1",
"0~20180205.c0d9813c-2ubuntu0.2",
"0~20180205.c0d9813c-2ubuntu0.3",
"0~20180205.c0d9813c-2ubuntu0.3+esm1",
"0~20180205.c0d9813c-2ubuntu0.3+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "nodejs",
"binary_version": "8.10.0~dfsg-2ubuntu0.4+esm6"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@8.10.0~dfsg-2ubuntu0.4+esm6?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.4~dfsg-1ubuntu1",
"6.11.4~dfsg-1ubuntu2",
"6.12.0~dfsg-1ubuntu1",
"6.12.0~dfsg-2ubuntu1",
"6.12.0~dfsg-2ubuntu2",
"8.10.0~dfsg-2",
"8.10.0~dfsg-2ubuntu0.2",
"8.10.0~dfsg-2ubuntu0.3",
"8.10.0~dfsg-2ubuntu0.4",
"8.10.0~dfsg-2ubuntu0.4+esm1",
"8.10.0~dfsg-2ubuntu0.4+esm2",
"8.10.0~dfsg-2ubuntu0.4+esm3",
"8.10.0~dfsg-2ubuntu0.4+esm4",
"8.10.0~dfsg-2ubuntu0.4+esm5",
"8.10.0~dfsg-2ubuntu0.4+esm6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.7"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.7"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.23.7"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.23.7?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.fips.2.1~18.04.23.7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.5.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.6.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.7.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.3",
"1.1.1-1ubuntu2.fips.2.1~18.04.13.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.15",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.17",
"1.1.1-1ubuntu2.fips.2.1~18.04.20",
"1.1.1-1ubuntu2.fips.2.1~18.04.21",
"1.1.1-1ubuntu2.fips.2.1~18.04.22",
"1.1.1-1ubuntu2.fips.2.1~18.04.23",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.3",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.4",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.5",
"1.1.1-1ubuntu2.fips.2.1~18.04.23.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.15.2?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.3.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20191122.bd85bf54-2ubuntu3.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20190606.20d2e5a1-2ubuntu1",
"0~20190828.37eef910-3",
"0~20190828.37eef910-4",
"0~20191122.bd85bf54-1",
"0~20191122.bd85bf54-1ubuntu1",
"0~20191122.bd85bf54-2",
"0~20191122.bd85bf54-2ubuntu1",
"0~20191122.bd85bf54-2ubuntu2",
"0~20191122.bd85bf54-2ubuntu3",
"0~20191122.bd85bf54-2ubuntu3.1",
"0~20191122.bd85bf54-2ubuntu3.2",
"0~20191122.bd85bf54-2ubuntu3.3",
"0~20191122.bd85bf54-2ubuntu3.4",
"0~20191122.bd85bf54-2ubuntu3.5",
"0~20191122.bd85bf54-2ubuntu3.6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.24+esm2"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.24+esm2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.24+esm2?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.24+esm2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1c-1ubuntu4",
"1.1.1d-2ubuntu3",
"1.1.1d-2ubuntu6",
"1.1.1f-1ubuntu1",
"1.1.1f-1ubuntu2",
"1.1.1f-1ubuntu2.1",
"1.1.1f-1ubuntu2.2",
"1.1.1f-1ubuntu2.3",
"1.1.1f-1ubuntu2.4",
"1.1.1f-1ubuntu2.5",
"1.1.1f-1ubuntu2.8",
"1.1.1f-1ubuntu2.9",
"1.1.1f-1ubuntu2.10",
"1.1.1f-1ubuntu2.11",
"1.1.1f-1ubuntu2.12",
"1.1.1f-1ubuntu2.13",
"1.1.1f-1ubuntu2.15",
"1.1.1f-1ubuntu2.16",
"1.1.1f-1ubuntu2.17",
"1.1.1f-1ubuntu2.18",
"1.1.1f-1ubuntu2.19",
"1.1.1f-1ubuntu2.20",
"1.1.1f-1ubuntu2.21",
"1.1.1f-1ubuntu2.22",
"1.1.1f-1ubuntu2.23",
"1.1.1f-1ubuntu2.24",
"1.1.1f-1ubuntu2.24+esm1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.24.2"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.24.2"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.24.2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.24.2?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.fips.24.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.7",
"1.1.1f-1ubuntu2.fips.7.2",
"1.1.1f-1ubuntu2.fips.12",
"1.1.1f-1ubuntu2.fips.13",
"1.1.1f-1ubuntu2.fips.13.1",
"1.1.1f-1ubuntu2.fips.16",
"1.1.1f-1ubuntu2.fips.17",
"1.1.1f-1ubuntu2.fips.18",
"1.1.1f-1ubuntu2.fips.19",
"1.1.1f-1ubuntu2.fips.20",
"1.1.1f-1ubuntu2.fips.21",
"1.1.1f-1ubuntu2.fips.22",
"1.1.1f-1ubuntu2.fips.24",
"1.1.1f-1ubuntu2.fips.24.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.7.1?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.2.8",
"1.1.1f-1ubuntu2.fips.7.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2022.02-3ubuntu0.22.04.6"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2022.02-3ubuntu0.22.04.6"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2022.02-3ubuntu0.22.04.6?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2021.08~rc0-2",
"2021.08-3",
"2021.11~rc1-1",
"2021.11-1",
"2021.11-2",
"2022.02~rc1-1",
"2022.02~rc1-1ubuntu1",
"2022.02-1",
"2022.02-2",
"2022.02-3",
"2022.02-3ubuntu0.22.04.1",
"2022.02-3ubuntu0.22.04.2",
"2022.02-3ubuntu0.22.04.3",
"2022.02-3ubuntu0.22.04.4",
"2022.02-3ubuntu0.22.04.5",
"2022.02-3ubuntu0.22.04.6"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.21"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.21"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.21?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-0ubuntu1.21"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1l-1ubuntu1",
"3.0.0-1ubuntu1",
"3.0.1-0ubuntu1",
"3.0.2-0ubuntu1",
"3.0.2-0ubuntu1.1",
"3.0.2-0ubuntu1.2",
"3.0.2-0ubuntu1.4",
"3.0.2-0ubuntu1.5",
"3.0.2-0ubuntu1.6",
"3.0.2-0ubuntu1.7",
"3.0.2-0ubuntu1.8",
"3.0.2-0ubuntu1.9",
"3.0.2-0ubuntu1.10",
"3.0.2-0ubuntu1.12",
"3.0.2-0ubuntu1.13",
"3.0.2-0ubuntu1.14",
"3.0.2-0ubuntu1.15",
"3.0.2-0ubuntu1.16",
"3.0.2-0ubuntu1.17",
"3.0.2-0ubuntu1.18",
"3.0.2-0ubuntu1.19",
"3.0.2-0ubuntu1.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libnode72",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
},
{
"binary_name": "nodejs",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@12.22.9~dfsg-1ubuntu3.6+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"12.22.5~dfsg-5ubuntu1",
"12.22.7~dfsg-2ubuntu1",
"12.22.7~dfsg-2ubuntu3",
"12.22.9~dfsg-1ubuntu2",
"12.22.9~dfsg-1ubuntu3",
"12.22.9~dfsg-1ubuntu3.1",
"12.22.9~dfsg-1ubuntu3.2",
"12.22.9~dfsg-1ubuntu3.3",
"12.22.9~dfsg-1ubuntu3.4",
"12.22.9~dfsg-1ubuntu3.5",
"12.22.9~dfsg-1ubuntu3.6",
"12.22.9~dfsg-1ubuntu3.6+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.12+Fips1"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.12+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.12+Fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-0ubuntu1.10+Fips1",
"3.0.2-0ubuntu1.12+Fips1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.21+Fips1"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.21+Fips1"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.21+Fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-0ubuntu1.21+Fips1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-0ubuntu1.10+Fips1",
"3.0.2-0ubuntu1.12+Fips1",
"3.0.2-0ubuntu1.14+Fips1",
"3.0.2-0ubuntu1.15+Fips1",
"3.0.2-0ubuntu1.16+Fips1",
"3.0.2-0ubuntu1.17+Fips1",
"3.0.2-0ubuntu1.18+Fips1",
"3.0.2-0ubuntu1.19+Fips1",
"3.0.2-0ubuntu1.20+Fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-arm",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-ia32",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2024.02-2ubuntu0.9"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2024.02-2ubuntu0.9"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2024.02-2ubuntu0.9?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2023.05-2",
"2023.11-2",
"2023.11-3",
"2023.11-4",
"2023.11-5",
"2023.11-6",
"2023.11-8",
"2024.02-1",
"2024.02-2",
"2024.02-2ubuntu0.1",
"2024.02-2ubuntu0.3",
"2024.02-2ubuntu0.4",
"2024.02-2ubuntu0.5",
"2024.02-2ubuntu0.6",
"2024.02-2ubuntu0.7",
"2024.02-2ubuntu0.8",
"2024.02-2ubuntu0.9"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.0.13-0ubuntu3.7"
},
{
"binary_name": "openssl",
"binary_version": "3.0.13-0ubuntu3.7"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.13-0ubuntu3.7?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.13-0ubuntu3.7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.10-1ubuntu2",
"3.0.10-1ubuntu2.1",
"3.0.10-1ubuntu3",
"3.0.10-1ubuntu4",
"3.0.13-0ubuntu2",
"3.0.13-0ubuntu3",
"3.0.13-0ubuntu3.1",
"3.0.13-0ubuntu3.2",
"3.0.13-0ubuntu3.3",
"3.0.13-0ubuntu3.4",
"3.0.13-0ubuntu3.5",
"3.0.13-0ubuntu3.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-arm",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-ia32",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-loongarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-inteltdx",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-loongarch64",
"binary_version": "2025.02-8ubuntu3.2"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2025.02-8ubuntu3.2"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2025.02-8ubuntu3.2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2025.02-3ubuntu2",
"2025.02-8",
"2025.02-8ubuntu1",
"2025.02-8ubuntu2",
"2025.02-8ubuntu3",
"2025.02-8ubuntu3.1",
"2025.02-8ubuntu3.2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.3-1ubuntu3"
},
{
"binary_name": "openssl",
"binary_version": "3.5.3-1ubuntu3"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.3-1ubuntu3"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.3-1ubuntu3?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.3-1ubuntu3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.4.1-1ubuntu3",
"3.5.0-2ubuntu1",
"3.5.2-1ubuntu1",
"3.5.3-1ubuntu2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "efi-shell-aa64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-riscv64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "efi-shell-x64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-amdsev",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-generic",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-inteltdx",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "ovmf-legacy",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-loongarch64",
"binary_version": "2025.11-3ubuntu7"
},
{
"binary_name": "qemu-efi-riscv64",
"binary_version": "2025.11-3ubuntu7"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2025.11-3ubuntu7?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2025.02-8ubuntu3",
"2025.11-3ubuntu6",
"2025.11-3ubuntu7"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3t64",
"binary_version": "3.5.5-1ubuntu1"
},
{
"binary_name": "openssl",
"binary_version": "3.5.5-1ubuntu1"
},
{
"binary_name": "openssl-provider-legacy",
"binary_version": "3.5.5-1ubuntu1"
}
],
"priority_reason": "OpenSSL developers have rated this issue to be low severity"
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.5.5-1ubuntu1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.5.5-1ubuntu1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.5.3-1ubuntu2"
]
}
],
"aliases": [],
"details": "Issue summary: Writing large, newline-free data into a BIO chain using the line-buffering filter where the next BIO performs short writes can trigger a heap-based out-of-bounds write. Impact summary: This out-of-bounds write can cause memory corruption which typically results in a crash, leading to Denial of Service for an application. The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in TLS/SSL data paths. In OpenSSL command-line applications, it is typically only pushed onto stdout/stderr on VMS systems. Third-party applications that explicitly use this filter with a BIO chain that can short-write and that write large, newline-free data influenced by an attacker would be affected. However, the circumstances where this could happen are unlikely to be under attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated data controlled by an attacker. For that reason the issue was assessed as Low severity. The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the BIO implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue. Impact summary: This out-of-bounds write can cause memory corruption which typically results in a crash, leading to Denial of Service for an application. The line-buffering BIO filter (BIO_f_linebuffer) is not used by default in TLS/SSL data paths. In OpenSSL command-line applications, it is typically only pushed onto stdout/stderr on VMS systems. Third-party applications that explicitly use this filter with a BIO chain that can short-write and that write large, newline-free data influenced by an attacker would be affected. However, the circumstances where this could happen are unlikely to be under attacker control, and BIO_f_linebuffer is unlikely to be handling non-curated data controlled by an attacker. For that reason the issue was assessed as Low severity. The FIPS modules in 3.6, 3.5, 3.4, 3.3 and 3.0 are not affected by this issue, as the BIO implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1 and 1.0.2 are vulnerable to this issue.",
"id": "UBUNTU-CVE-2025-68160",
"modified": "2026-07-08T20:51:48Z",
"published": "2026-01-27T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-68160"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7980-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7980-2"
}
],
"related": [
"USN-7980-1",
"USN-7980-2"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-68160"
]
}
WID-SEC-W-2026-0234
Vulnerability from csaf_certbund - Published: 2026-01-27 23:00 - Updated: 2026-06-16 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Container Platform <4.16.57
Red Hat / OpenShift
|
Container Platform <4.16.57 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Splunk Splunk Enterprise <9.4.10
Splunk / Splunk Enterprise
|
<9.4.10 | ||
|
Red Hat OpenShift Container Platform <4.15.64
Red Hat / OpenShift
|
Container Platform <4.15.64 | ||
|
Splunk Splunk Enterprise <9.3.11
Splunk / Splunk Enterprise
|
<9.3.11 | ||
|
Splunk Splunk Enterprise <10.2.2
Splunk / Splunk Enterprise
|
<10.2.2 | ||
|
Splunk Splunk Enterprise <10.0.5
Splunk / Splunk Enterprise
|
<10.0.5 | ||
|
IBM AIX <7.3
IBM / AIX
|
<7.3 | ||
|
Meinberg LANTIME <7.10.008
Meinberg / LANTIME
|
<7.10.008 | ||
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
Insyde UEFI Firmware <05.72.07
Insyde / UEFI Firmware
|
<05.72.07 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
IBM InfoSphere Information Server 11.7.0.0-11.7.1.6
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6
|
11.7.0.0-11.7.1.6 | |
|
Open Source OpenSSL <3.5.5
Open Source / OpenSSL
|
<3.5.5 | ||
|
Dell PowerScale OneFS
Dell
|
cpe:/a:dell:powerscale_onefs:onefs
|
— | |
|
Open Source OpenSSL <3.6.1
Open Source / OpenSSL
|
<3.6.1 | ||
|
Dell integrated Dell Remote Access Controller 10 <1.30.10.50
Dell / integrated Dell Remote Access Controller
|
10 <1.30.10.50 | ||
|
Open Source Camunda 7
Open Source / Camunda
|
cpe:/a:camunda:camunda:7
|
7 | |
|
IBM AIX <7.2
IBM / AIX
|
<7.2 | ||
|
Dell integrated Dell Remote Access Controller 9 <7.30.10.50
Dell / integrated Dell Remote Access Controller
|
9 <7.30.10.50 | ||
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Dell integrated Dell Remote Access Controller 9 <7.00.00.184
Dell / integrated Dell Remote Access Controller
|
9 <7.00.00.184 | ||
|
IBM VIOS <3.1
IBM / VIOS
|
<3.1 | ||
|
IBM DataPower Gateway
IBM
|
cpe:/a:ibm:datapower_gateway:-
|
— | |
|
IBM VIOS <4.1
IBM / VIOS
|
<4.1 | ||
|
Open Source OpenSSL <1.0.2zn
Open Source / OpenSSL
|
<1.0.2zn | ||
|
Insyde UEFI Firmware <05.63.07
Insyde / UEFI Firmware
|
<05.63.07 | ||
|
Fortinet FortiPortal <7.4.9
Fortinet / FortiPortal
|
<7.4.9 | ||
|
Insyde UEFI Firmware <05.48.07
Insyde / UEFI Firmware
|
<05.48.07 | ||
|
Insyde UEFI Firmware <05.56.07
Insyde / UEFI Firmware
|
<05.56.07 | ||
|
Open Source OpenSSL <3.3.6
Open Source / OpenSSL
|
<3.3.6 | ||
|
Open Source OpenSSL <3.4.4
Open Source / OpenSSL
|
<3.4.4 | ||
|
Red Hat OpenShift Container Platform <4.16.59
Red Hat / OpenShift
|
Container Platform <4.16.59 | ||
|
Insyde UEFI Firmware <05.3A.07
Insyde / UEFI Firmware
|
<05.3A.07 | ||
|
Open Source OpenSSL <1.1.1ze
Open Source / OpenSSL
|
<1.1.1ze | ||
|
Open Source OpenSSL <3.0.19
Open Source / OpenSSL
|
<3.0.19 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
NCP Secure Enterprise VPN Server <14.10 r32489
NCP / Secure Enterprise VPN Server
|
<14.10 r32489 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Phoenix Contact TC ROUTER <1.6.24
Phoenix Contact / TC ROUTER
|
<1.6.24 | ||
|
Fabasoft Cloud
Fabasoft
|
cpe:/a:fabasoft:fabasoft_cloud:-
|
— | |
|
Phoenix Contact FL SWITCH <3.57
Phoenix Contact / FL SWITCH
|
<3.57 | ||
|
IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5
|
V11.1.1110.0-V11.1.1111.5 | |
|
Phoenix Contact TC ROUTER <3.8.9
Phoenix Contact / TC ROUTER
|
<3.8.9 | ||
|
IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2
IBM / Power Hardware Management Console
|
cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2
|
V10.3.1050.0-V10.3.1063.2 | |
|
IBM MQ <9.2.0.41
IBM / MQ
|
<9.2.0.41 | ||
|
IBM MQ <9.1.0.34
IBM / MQ
|
<9.1.0.34 | ||
|
Phoenix Contact FL MGUARD <10.6.1
Phoenix Contact / FL MGUARD
|
<10.6.1 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
ABB AC-500 v3 3.90
ABB / AC-500
|
cpe:/h:abb:ac-500:v3_3.90
|
v3 3.90 | |
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
IBM MQ <9.4.0.20
IBM / MQ
|
<9.4.0.20 | ||
|
IBM MQ <9.3.0.37
IBM / MQ
|
<9.3.0.37 | ||
|
Phoenix Contact TC ROUTER <5.0.72.102
Phoenix Contact / TC ROUTER
|
<5.0.72.102 | ||
|
Red Hat OpenShift Container Platform <4.15.62
Red Hat / OpenShift
|
Container Platform <4.15.62 | ||
|
Dell BIOS
Dell
|
cpe:/h:dell:bios:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 | ||
|
IBM App Connect Enterprise
IBM
|
cpe:/a:ibm:app_connect_enterprise:-
|
— | |
|
Siemens SIMATIC S7
Siemens
|
cpe:/h:siemens:simatic_s7:-
|
— | |
|
Siemens SIMATIC WinCC
Siemens
|
cpe:/a:siemens:simatic_wincc:-
|
— | |
|
IGEL OS
IGEL
|
cpe:/o:igel:os:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.65
Red Hat / OpenShift
|
Container Platform <4.13.65 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Siemens SIMATIC STEP 7
Siemens
|
cpe:/a:siemens:simatic_step_7:-
|
— |
{
"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, einen Denial-of-Service-Zustand zu verursachen oder vertrauliche Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0234 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0234.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0234 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0234"
},
{
"category": "external",
"summary": "OpenSSL Advisory vom 2026-01-27",
"url": "https://openssl-library.org/news/secadv/20260127.txt"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1472 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1472"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6113 vom 2026-01-27",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00022.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7980-1 vom 2026-01-27",
"url": "https://ubuntu.com/security/notices/USN-7980-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7980-2 vom 2026-01-27",
"url": "https://ubuntu.com/security/notices/USN-7980-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1473 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1473"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0311-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023934.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0310-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023935.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0309-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023936.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1503 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1503"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1519 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1519"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1496 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1496"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0312-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023933.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1473 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1473.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1472 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1472.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50075 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-50075.html"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2026-006 vom 2026-01-29",
"url": "https://docs.cloud.google.com/support/bulletins#gcp-2026-006"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0343-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023992.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1594 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1594"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0333-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023989.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0332-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023983.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0331-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023981.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1473 vom 2026-01-31",
"url": "https://errata.build.resf.org/RLSA-2026:1473"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50080 vom 2026-01-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-50080.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1472 vom 2026-01-31",
"url": "https://errata.build.resf.org/RLSA-2026:1472"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0346-1 vom 2026-01-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023997.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50081 vom 2026-01-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-50081.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1736 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1736"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0360-1 vom 2026-02-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024012.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1733 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1733"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0359-1 vom 2026-02-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024013.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20152-1 vom 2026-02-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KPPEXKBIG3QPIRWWHQNP3EAAUOY3GA5V/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20211-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024049.html"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20260204-0005 vom 2026-02-04",
"url": "https://security.netapp.com/advisory/NTAP-20260204-0005"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20260204-0006 vom 2026-02-04",
"url": "https://security.netapp.com/advisory/NTAP-20260204-0006"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20260204-0012 vom 2026-02-04",
"url": "https://security.netapp.com/advisory/NTAP-20260204-0012"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20223-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024064.html"
},
{
"category": "external",
"summary": "FortiGuard Labs PSIRT Advisory FG-IR-26-076 vom 2026-02-06",
"url": "https://www.fortiguard.com/psirt/FG-IR-26-076"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2077 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2077"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2072 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2072"
},
{
"category": "external",
"summary": "Meinberg Security Advisory MBGSA-2026.02 vom 2026-02-10",
"url": "http://news.meinberg.de/664/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2485 vom 2026-02-10",
"url": "https://access.redhat.com/errata/RHSA-2026:2485"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2563 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2563"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0498-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024156.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20349-1 vom 2026-02-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024281.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20373-1 vom 2026-02-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024318.html"
},
{
"category": "external",
"summary": "IGEL Security Notice ISN-2026-03 vom 2026-02-17",
"url": "https://kb.igel.com/en/security-safety/current/isn-2026-03-openssl-vulnerability"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20418-1 vom 2026-02-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024331.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3150 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3150.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2671 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2671"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2OPENSSL-SNAPSAFE-2026-009 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2OPENSSL-SNAPSAFE-2026-009.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3168 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3168.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3169 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3169.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2633 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2633"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2659 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2659"
},
{
"category": "external",
"summary": "Brocade Security Advisory BSA-2026-3335 vom 2026-02-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36980"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3042 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3042"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2995 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:2995"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2994 vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:2994"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4490 vom 2026-02-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00030.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10237-1 vom 2026-02-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4WRV4ISEUKTVWATBUIO2SUY7JFPFBQ7F/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3228 vom 2026-02-24",
"url": "https://access.redhat.com/errata/RHSA-2026:3228"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3364 vom 2026-02-25",
"url": "https://access.redhat.com/errata/RHSA-2026:3364"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50131 vom 2026-02-27",
"url": "https://linux.oracle.com/errata/ELSA-2026-50131.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2974 vom 2026-02-26",
"url": "https://access.redhat.com/errata/RHSA-2026:2974"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3437 vom 2026-02-26",
"url": "https://access.redhat.com/errata/RHSA-2026:3437"
},
{
"category": "external",
"summary": "Camunda Security Notices vom 2026-02-26",
"url": "https://docs.camunda.org/security/notices/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3461 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3462 vom 2026-02-27",
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7262259 vom 2026-03-02",
"url": "https://www.ibm.com/support/pages/node/7262259"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7262441 vom 2026-03-03",
"url": "https://www.ibm.com/support/pages/node/7262441"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3415 vom 2026-03-05",
"url": "https://access.redhat.com/errata/RHSA-2026:3415"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20542-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024594.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20607-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024609.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4163 vom 2026-03-10",
"url": "https://access.redhat.com/errata/RHSA-2026:4163"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7262978 vom 2026-03-09",
"url": "https://www.ibm.com/support/pages/node/7262978"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4214 vom 2026-03-10",
"url": "https://access.redhat.com/errata/RHSA-2026:4214"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3861 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:3861"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4472 vom 2026-03-12",
"url": "https://access.redhat.com/errata/RHSA-2026:4472"
},
{
"category": "external",
"summary": "ABB Security Advisory vom 2026-03-12",
"url": "https://search.abb.com/library/Download.aspx?DocumentID=3ADR011536\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-4472 vom 2026-03-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-4472.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:4472 vom 2026-03-12",
"url": "https://errata.build.resf.org/RLSA-2026:4472"
},
{
"category": "external",
"summary": "Vulnerabilities Fabasoft Cloud vom 2026-03-13",
"url": "https://help.supportservices.fabasoft.com/doc/Vulnerabilities-Fabasoft-Cloud/vulnerabilities-2026.htm"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4824 vom 2026-03-17",
"url": "https://access.redhat.com/errata/RHSA-2026:4824"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4825 vom 2026-03-17",
"url": "https://access.redhat.com/errata/RHSA-2026:4825"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4943 vom 2026-03-18",
"url": "https://access.redhat.com/errata/RHSA-2026:4943"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4419 vom 2026-03-19",
"url": "https://access.redhat.com/errata/RHSA-2026:4419"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5217 vom 2026-03-23",
"url": "https://access.redhat.com/errata/RHSA-2026:5217"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5214 vom 2026-03-23",
"url": "https://access.redhat.com/errata/RHSA-2026:5214"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-152 vom 2026-03-23",
"url": "https://www.dell.com/support/kbdoc/de-de/000443243/dsa-2026-152-dell-secure-connect-gateway-security-update-for-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7267869 vom 2026-03-27",
"url": "https://www.ibm.com/support/pages/node/7267869"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268179 vom 2026-03-31",
"url": "https://www.ibm.com/support/pages/node/7268179"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5873 vom 2026-04-02",
"url": "https://access.redhat.com/errata/RHSA-2026:5873"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6481 vom 2026-04-02",
"url": "https://access.redhat.com/errata/RHSA-2026:6481"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7266991 vom 2026-04-03",
"url": "https://www.ibm.com/support/pages/node/7266991"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0405 vom 2026-04-15",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0405"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7239 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:7239"
},
{
"category": "external",
"summary": "VDE-CERT Security Advisory VDE-2026-023 vom 2026-04-22",
"url": "https://certvde.com/de/advisories/VDE-2026-023/"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-154 vom 2026-04-28",
"url": "https://www.dell.com/support/kbdoc/de-de/000452302/dsa-2026-154-security-update-for-dell-idrac9-and-idrac10-vulnerabilities"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21544-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025974.html"
},
{
"category": "external",
"summary": "Insyde Security Advisory INSYDE-SA-2026001 vom 2026-05-13",
"url": "https://www.insyde.com/security-pledge/sa-2026001/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:15087 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:15087"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:14773"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-144 vom 2026-05-14",
"url": "https://www.dell.com/support/kbdoc/000440810"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19187 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19187"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19187 vom 2026-05-28",
"url": "https://errata.build.resf.org/RLSA-2026:19187"
},
{
"category": "external",
"summary": "NCP Secure Enterprise VPN Server Release Notes vom 2026-06-02",
"url": "https://www.ncp-e.com/fileadmin/_NCP/pdf/library/release_notes/NCP_Secure_Enterprise_Solution/NCP_Secure_Enterprise_VPN_Server_Linux/de/NCP_RN_Linux_Secure_Enterprise_VPN_Server_14_10_r32489_de.pdf"
},
{
"category": "external",
"summary": "NCP Secure Enterprise VPN Server Release Notes vom 2026-06-02",
"url": "https://www.ncp-e.com/fileadmin/_NCP/pdf/library/release_notes/NCP_Secure_Enterprise_Solution/NCP_Secure_Enterprise_VPN_Server_Win/de/NCP_RN_Win_Secure_Enterprise_VPN_Server_14_10_r32489_de.pdf"
},
{
"category": "external",
"summary": "NCP Secure Enterprise VPN Server Release Notes vom 2026-06-02",
"url": "https://www.ncp-e.com/fileadmin/_NCP/pdf/library/release_notes/NCP_Secure_Enterprise_Solution/NCP_Virtual_Secure_Enterprise_VPN_Server/de/NCP_RN_Virtual_Secure_Enterprise_VPN_Server_14_10_r32489_de.pdf"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-237 vom 2026-06-08",
"url": "https://www.dell.com/support/kbdoc/de-de/000474822/dsa-2026-237-security-update-for-dell-powerscale-onefs-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Siemens Security Advisory SSA-434797 vom 2026-06-09",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-434797.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7275958 vom 2026-06-11",
"url": "https://www.ibm.com/support/pages/node/7275958"
},
{
"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"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-16T22:00:00.000+00:00",
"generator": {
"date": "2026-06-17T09:10:29.969+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0234",
"initial_release_date": "2026-01-27T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux, Google, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Oracle Linux und SUSE aufgenommen"
},
{
"date": "2026-02-02T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und NetApp aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-08T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Fortinet aufgenommen"
},
{
"date": "2026-02-10T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und Meinberg aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE und IGEL aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Amazon und Red Hat aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von BROCADE aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-23T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-09T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat und IBM aufgenommen"
},
{
"date": "2026-03-10T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-11T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-12T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-22T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat, IBM und IBM-APAR aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von VDE aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Insyde aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat und Dell aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "49"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v3 3.90",
"product": {
"name": "ABB AC-500 v3 3.90",
"product_id": "T051689",
"product_identification_helper": {
"cpe": "cpe:/h:abb:ac-500:v3_3.90"
}
}
}
],
"category": "product_name",
"name": "AC-500"
}
],
"category": "vendor",
"name": "ABB"
},
{
"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": "Broadcom Brocade SANnav",
"product": {
"name": "Broadcom Brocade SANnav",
"product_id": "T050389",
"product_identification_helper": {
"cpe": "cpe:/a:broadcom:brocade_sannav:-"
}
}
}
],
"category": "vendor",
"name": "Broadcom"
},
{
"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": "Dell BIOS",
"product": {
"name": "Dell BIOS",
"product_id": "T032778",
"product_identification_helper": {
"cpe": "cpe:/h:dell:bios:-"
}
}
},
{
"category": "product_name",
"name": "Dell PowerScale OneFS",
"product": {
"name": "Dell PowerScale OneFS",
"product_id": "T034610",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerscale_onefs:onefs"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway \u003c5.34.00.16",
"product_id": "T052048"
}
},
{
"category": "product_version",
"name": "5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway 5.34.00.16",
"product_id": "T052048-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:5.34.00.16"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
},
{
"branches": [
{
"category": "product_version_range",
"name": "9 \u003c7.30.10.50",
"product": {
"name": "Dell integrated Dell Remote Access Controller 9 \u003c7.30.10.50",
"product_id": "T053390"
}
},
{
"category": "product_version",
"name": "9 7.30.10.50",
"product": {
"name": "Dell integrated Dell Remote Access Controller 9 7.30.10.50",
"product_id": "T053390-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:idrac:9__7.30.10.50"
}
}
},
{
"category": "product_version_range",
"name": "9 \u003c7.00.00.184",
"product": {
"name": "Dell integrated Dell Remote Access Controller 9 \u003c7.00.00.184",
"product_id": "T053391"
}
},
{
"category": "product_version",
"name": "9 7.00.00.184",
"product": {
"name": "Dell integrated Dell Remote Access Controller 9 7.00.00.184",
"product_id": "T053391-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:idrac:9__7.00.00.184"
}
}
},
{
"category": "product_version_range",
"name": "10 \u003c1.30.10.50",
"product": {
"name": "Dell integrated Dell Remote Access Controller 10 \u003c1.30.10.50",
"product_id": "T053392"
}
},
{
"category": "product_version",
"name": "10 1.30.10.50",
"product": {
"name": "Dell integrated Dell Remote Access Controller 10 1.30.10.50",
"product_id": "T053392-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:idrac:10__1.30.10.50"
}
}
}
],
"category": "product_name",
"name": "integrated Dell Remote Access Controller"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fabasoft Cloud",
"product": {
"name": "Fabasoft Cloud",
"product_id": "T028413",
"product_identification_helper": {
"cpe": "cpe:/a:fabasoft:fabasoft_cloud:-"
}
}
}
],
"category": "vendor",
"name": "Fabasoft"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.4.9",
"product": {
"name": "Fortinet FortiPortal \u003c7.4.9",
"product_id": "T050600"
}
},
{
"category": "product_version",
"name": "7.4.9",
"product": {
"name": "Fortinet FortiPortal 7.4.9",
"product_id": "T050600-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:fortinet:fortiportal:7.4.9"
}
}
}
],
"category": "product_name",
"name": "FortiPortal"
}
],
"category": "vendor",
"name": "Fortinet"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.3",
"product": {
"name": "IBM AIX \u003c7.3",
"product_id": "1139691"
}
},
{
"category": "product_version",
"name": "7.3",
"product": {
"name": "IBM AIX 7.3",
"product_id": "1139691-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.2",
"product": {
"name": "IBM AIX \u003c7.2",
"product_id": "434967"
}
},
{
"category": "product_version",
"name": "7.2",
"product": {
"name": "IBM AIX 7.2",
"product_id": "434967-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.2"
}
}
}
],
"category": "product_name",
"name": "AIX"
},
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"category": "product_name",
"name": "IBM DataPower Gateway",
"product": {
"name": "IBM DataPower Gateway",
"product_id": "393635",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "11.7.0.0-11.7.1.6",
"product": {
"name": "IBM InfoSphere Information Server 11.7.0.0-11.7.1.6",
"product_id": "T052142",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:11.7.0.0_-_11.7.1.6"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Information Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.1.0.34",
"product": {
"name": "IBM MQ \u003c9.1.0.34",
"product_id": "T051284"
}
},
{
"category": "product_version",
"name": "9.1.0.34",
"product": {
"name": "IBM MQ 9.1.0.34",
"product_id": "T051284-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.1.0.34"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.0.41",
"product": {
"name": "IBM MQ \u003c9.2.0.41",
"product_id": "T051285"
}
},
{
"category": "product_version",
"name": "9.2.0.41",
"product": {
"name": "IBM MQ 9.2.0.41",
"product_id": "T051285-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.2.0.41"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.0.37",
"product": {
"name": "IBM MQ \u003c9.3.0.37",
"product_id": "T051286"
}
},
{
"category": "product_version",
"name": "9.3.0.37",
"product": {
"name": "IBM MQ 9.3.0.37",
"product_id": "T051286-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.3.0.37"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.0.20",
"product": {
"name": "IBM MQ \u003c9.4.0.20",
"product_id": "T051287"
}
},
{
"category": "product_version",
"name": "9.4.0.20",
"product": {
"name": "IBM MQ 9.4.0.20",
"product_id": "T051287-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:9.4.0.20"
}
}
}
],
"category": "product_name",
"name": "MQ"
},
{
"branches": [
{
"category": "product_version",
"name": "V10.3.1050.0-V10.3.1063.2",
"product": {
"name": "IBM Power Hardware Management Console V10.3.1050.0-V10.3.1063.2",
"product_id": "T055287",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v10.3.1050.0_-_v10.3.1063.2"
}
}
},
{
"category": "product_version",
"name": "V11.1.1110.0-V11.1.1111.5",
"product": {
"name": "IBM Power Hardware Management Console V11.1.1110.0-V11.1.1111.5",
"product_id": "T055288",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:hardware_management_console:v11.1.1110.0_-_v11.1.1111.5"
}
}
}
],
"category": "product_name",
"name": "Power Hardware Management Console"
},
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.1",
"product": {
"name": "IBM VIOS \u003c3.1",
"product_id": "1039165"
}
},
{
"category": "product_version",
"name": "3.1",
"product": {
"name": "IBM VIOS 3.1",
"product_id": "1039165-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:vios:3.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.1",
"product": {
"name": "IBM VIOS \u003c4.1",
"product_id": "1522854"
}
},
{
"category": "product_version",
"name": "4.1",
"product": {
"name": "IBM VIOS 4.1",
"product_id": "1522854-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:vios:4.1"
}
}
}
],
"category": "product_name",
"name": "VIOS"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "IGEL OS",
"product": {
"name": "IGEL OS",
"product_id": "T017865",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:-"
}
}
}
],
"category": "vendor",
"name": "IGEL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c05.3A.07",
"product": {
"name": "Insyde UEFI Firmware \u003c05.3A.07",
"product_id": "T053951"
}
},
{
"category": "product_version",
"name": "05.3A.07",
"product": {
"name": "Insyde UEFI Firmware 05.3A.07",
"product_id": "T053951-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:insyde:uefi:05.3a.07"
}
}
},
{
"category": "product_version_range",
"name": "\u003c05.48.07",
"product": {
"name": "Insyde UEFI Firmware \u003c05.48.07",
"product_id": "T053952"
}
},
{
"category": "product_version",
"name": "05.48.07",
"product": {
"name": "Insyde UEFI Firmware 05.48.07",
"product_id": "T053952-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:insyde:uefi:05.48.07"
}
}
},
{
"category": "product_version_range",
"name": "\u003c05.56.07",
"product": {
"name": "Insyde UEFI Firmware \u003c05.56.07",
"product_id": "T053953"
}
},
{
"category": "product_version",
"name": "05.56.07",
"product": {
"name": "Insyde UEFI Firmware 05.56.07",
"product_id": "T053953-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:insyde:uefi:05.56.07"
}
}
},
{
"category": "product_version_range",
"name": "\u003c05.63.07",
"product": {
"name": "Insyde UEFI Firmware \u003c05.63.07",
"product_id": "T053955"
}
},
{
"category": "product_version",
"name": "05.63.07",
"product": {
"name": "Insyde UEFI Firmware 05.63.07",
"product_id": "T053955-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:insyde:uefi:05.63.07"
}
}
},
{
"category": "product_version_range",
"name": "\u003c05.72.07",
"product": {
"name": "Insyde UEFI Firmware \u003c05.72.07",
"product_id": "T053956"
}
},
{
"category": "product_version",
"name": "05.72.07",
"product": {
"name": "Insyde UEFI Firmware 05.72.07",
"product_id": "T053956-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:insyde:uefi:05.72.07"
}
}
}
],
"category": "product_name",
"name": "UEFI Firmware"
}
],
"category": "vendor",
"name": "Insyde"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.10.008",
"product": {
"name": "Meinberg LANTIME \u003c7.10.008",
"product_id": "T050722"
}
},
{
"category": "product_version",
"name": "7.10.008",
"product": {
"name": "Meinberg LANTIME 7.10.008",
"product_id": "T050722-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:meinberg:lantime:7.10.008"
}
}
}
],
"category": "product_name",
"name": "LANTIME"
}
],
"category": "vendor",
"name": "Meinberg"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c14.10 r32489",
"product": {
"name": "NCP Secure Enterprise VPN Server \u003c14.10 r32489",
"product_id": "T054958"
}
},
{
"category": "product_version",
"name": "14.10 r32489",
"product": {
"name": "NCP Secure Enterprise VPN Server 14.10 r32489",
"product_id": "T054958-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ncp-e:secure_enterprise_vpn_server:14.10_r32489"
}
}
}
],
"category": "product_name",
"name": "Secure Enterprise VPN Server"
}
],
"category": "vendor",
"name": "NCP"
},
{
"branches": [
{
"category": "product_name",
"name": "NetApp Data ONTAP",
"product": {
"name": "NetApp Data ONTAP",
"product_id": "7654",
"product_identification_helper": {
"cpe": "cpe:/a:netapp:data_ontap:-"
}
}
}
],
"category": "vendor",
"name": "NetApp"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7",
"product": {
"name": "Open Source Camunda 7",
"product_id": "T051292",
"product_identification_helper": {
"cpe": "cpe:/a:camunda:camunda:7"
}
}
}
],
"category": "product_name",
"name": "Camunda"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.6.1",
"product": {
"name": "Open Source OpenSSL \u003c3.6.1",
"product_id": "T050360"
}
},
{
"category": "product_version",
"name": "3.6.1",
"product": {
"name": "Open Source OpenSSL 3.6.1",
"product_id": "T050360-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.6.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.5.5",
"product": {
"name": "Open Source OpenSSL \u003c3.5.5",
"product_id": "T050361"
}
},
{
"category": "product_version",
"name": "3.5.5",
"product": {
"name": "Open Source OpenSSL 3.5.5",
"product_id": "T050361-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.5.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.4.4",
"product": {
"name": "Open Source OpenSSL \u003c3.4.4",
"product_id": "T050362"
}
},
{
"category": "product_version",
"name": "3.4.4",
"product": {
"name": "Open Source OpenSSL 3.4.4",
"product_id": "T050362-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.4.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.3.6",
"product": {
"name": "Open Source OpenSSL \u003c3.3.6",
"product_id": "T050363"
}
},
{
"category": "product_version",
"name": "3.3.6",
"product": {
"name": "Open Source OpenSSL 3.3.6",
"product_id": "T050363-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.3.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.0.19",
"product": {
"name": "Open Source OpenSSL \u003c3.0.19",
"product_id": "T050364"
}
},
{
"category": "product_version",
"name": "3.0.19",
"product": {
"name": "Open Source OpenSSL 3.0.19",
"product_id": "T050364-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.0.19"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.1.1ze",
"product": {
"name": "Open Source OpenSSL \u003c1.1.1ze",
"product_id": "T050365"
}
},
{
"category": "product_version",
"name": "1.1.1ze",
"product": {
"name": "Open Source OpenSSL 1.1.1ze",
"product_id": "T050365-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:1.1.1ze"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.0.2zn",
"product": {
"name": "Open Source OpenSSL \u003c1.0.2zn",
"product_id": "T050366"
}
},
{
"category": "product_version",
"name": "1.0.2zn",
"product": {
"name": "Open Source OpenSSL 1.0.2zn",
"product_id": "T050366-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:1.0.2zn"
}
}
}
],
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.6.1",
"product": {
"name": "Phoenix Contact FL MGUARD \u003c10.6.1",
"product_id": "T053186"
}
},
{
"category": "product_version",
"name": "10.6.1",
"product": {
"name": "Phoenix Contact FL MGUARD 10.6.1",
"product_id": "T053186-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:fl_mguard:10.6.1"
}
}
}
],
"category": "product_name",
"name": "FL MGUARD"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.57",
"product": {
"name": "Phoenix Contact FL SWITCH \u003c3.57",
"product_id": "T053187"
}
},
{
"category": "product_version",
"name": "3.57",
"product": {
"name": "Phoenix Contact FL SWITCH 3.57",
"product_id": "T053187-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:fl_switch:3.57"
}
}
}
],
"category": "product_name",
"name": "FL SWITCH"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.8.9",
"product": {
"name": "Phoenix Contact TC ROUTER \u003c3.8.9",
"product_id": "T053188"
}
},
{
"category": "product_version",
"name": "3.8.9",
"product": {
"name": "Phoenix Contact TC ROUTER 3.8.9",
"product_id": "T053188-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:tc_router:3.8.9"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.0.72.102",
"product": {
"name": "Phoenix Contact TC ROUTER \u003c5.0.72.102",
"product_id": "T053189"
}
},
{
"category": "product_version",
"name": "5.0.72.102",
"product": {
"name": "Phoenix Contact TC ROUTER 5.0.72.102",
"product_id": "T053189-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:tc_router:5.0.72.102"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.6.24",
"product": {
"name": "Phoenix Contact TC ROUTER \u003c1.6.24",
"product_id": "T053190"
}
},
{
"category": "product_version",
"name": "1.6.24",
"product": {
"name": "Phoenix Contact TC ROUTER 1.6.24",
"product_id": "T053190-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:phoenixcontact:tc_router:1.6.24"
}
}
}
],
"category": "product_name",
"name": "TC ROUTER"
}
],
"category": "vendor",
"name": "Phoenix Contact"
},
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.57",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.57",
"product_id": "T050973"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.57",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.57",
"product_id": "T050973-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.57"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.62",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.62",
"product_id": "T051279"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.62",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.62",
"product_id": "T051279-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.62"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.62",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.62",
"product_id": "T051881"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.62",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.62",
"product_id": "T051881-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.62"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.59",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.59",
"product_id": "T052389"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.59",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.59",
"product_id": "T052389-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.59"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.65",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.65",
"product_id": "T052914"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.65",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.65",
"product_id": "T052914-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.65"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.64",
"product_id": "T054017"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.64",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.64",
"product_id": "T054017-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.64"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Siemens SIMATIC S7",
"product": {
"name": "Siemens SIMATIC S7",
"product_id": "T053806",
"product_identification_helper": {
"cpe": "cpe:/h:siemens:simatic_s7:-"
}
}
},
{
"category": "product_name",
"name": "Siemens SIMATIC STEP 7",
"product": {
"name": "Siemens SIMATIC STEP 7",
"product_id": "T046047",
"product_identification_helper": {
"cpe": "cpe:/a:siemens:simatic_step_7:-"
}
}
},
{
"category": "product_name",
"name": "Siemens SIMATIC WinCC",
"product": {
"name": "Siemens SIMATIC WinCC",
"product_id": "909207",
"product_identification_helper": {
"cpe": "cpe:/a:siemens:simatic_wincc:-"
}
}
}
],
"category": "vendor",
"name": "Siemens"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.2.2",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.2.2",
"product_id": "T052870"
}
},
{
"category": "product_version",
"name": "10.2.2",
"product": {
"name": "Splunk Splunk Enterprise 10.2.2",
"product_id": "T052870-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.2.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.0.5",
"product": {
"name": "Splunk Splunk Enterprise \u003c10.0.5",
"product_id": "T052871"
}
},
{
"category": "product_version",
"name": "10.0.5",
"product": {
"name": "Splunk Splunk Enterprise 10.0.5",
"product_id": "T052871-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:10.0.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.10",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.4.10",
"product_id": "T052872"
}
},
{
"category": "product_version",
"name": "9.4.10",
"product": {
"name": "Splunk Splunk Enterprise 9.4.10",
"product_id": "T052872-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.4.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.3.11",
"product": {
"name": "Splunk Splunk Enterprise \u003c9.3.11",
"product_id": "T052873"
}
},
{
"category": "product_version",
"name": "9.3.11",
"product": {
"name": "Splunk Splunk Enterprise 9.3.11",
"product_id": "T052873-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:splunk:9.3.11"
}
}
}
],
"category": "product_name",
"name": "Splunk Enterprise"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"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-2025-11187",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-15469",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-15469"
},
{
"cve": "CVE-2025-66199",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-66199"
},
{
"cve": "CVE-2025-68160",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-69418",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2026-22795",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"product_status": {
"known_affected": [
"T050973",
"T004914",
"T052872",
"T054017",
"T052873",
"T052870",
"T052871",
"1139691",
"T050722",
"T021415",
"T053956",
"398363",
"T052142",
"T050361",
"T034610",
"T050360",
"T053392",
"T051292",
"434967",
"T053390",
"7654",
"T053391",
"1039165",
"393635",
"1522854",
"T050366",
"T053955",
"T050600",
"T053952",
"T053953",
"T050363",
"T050362",
"T052389",
"T053951",
"T050365",
"T050364",
"2951",
"T002207",
"T054958",
"T027843",
"T053190",
"T028413",
"T053187",
"T055288",
"T053188",
"T055287",
"T051285",
"T051284",
"T053186",
"67646",
"T051689",
"393401",
"T051287",
"T051286",
"T053189",
"T051881",
"T032778",
"T050389",
"T051279",
"T032255",
"T052048",
"T032495",
"T053806",
"909207",
"T017865",
"T052914",
"T000126",
"T046047"
]
},
"release_date": "2026-01-27T23:00:00.000+00:00",
"title": "CVE-2026-22796"
}
]
}
WID-SEC-W-2026-0778
Vulnerability from csaf_certbund - Published: 2026-03-18 23:00 - Updated: 2026-05-11 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Dell Secure Connect Gateway Policy Manager <5.34.00.14
Dell / Secure Connect Gateway
|
Policy Manager <5.34.00.14 | ||
|
Dell Secure Connect Gateway <5.34.00.16
Dell / Secure Connect Gateway
|
<5.34.00.16 |
{
"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": "Dell Secure Connect Gateway ist eine Softwarel\u00f6sung, die als sicherer, zentralisierter Punkt f\u00fcr die Verwaltung des Fernzugriffs und des Supports f\u00fcr Hardware und Software von Dell Technologies dient.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell Secure Connect Gateway Policy Manager ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\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-0778 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0778.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0778 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0778"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-120 vom 2026-03-18",
"url": "https://www.dell.com/support/kbdoc/de-de/000441138/dsa-2026-120-security-update-for-dell-secure-connect-gateway-policy-manager-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-152 vom 2026-03-23",
"url": "https://www.dell.com/support/kbdoc/de-de/000443243/dsa-2026-152-dell-secure-connect-gateway-security-update-for-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Dell Security Advisory",
"url": "https://www.dell.com/support/kbdoc/en-us/000462117/dsa-2026-047-security-update-for-dell-ecs-and-objectscale-multiple-vulnerabilities-1"
}
],
"source_lang": "en-US",
"title": "Dell Secure Connect Gateway Policy Manager: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-11T22:00:00.000+00:00",
"generator": {
"date": "2026-05-12T08:12:31.865+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0778",
"initial_release_date": "2026-03-18T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.8.1.0-3.8.1.7",
"product": {
"name": "Dell ECS 3.8.1.0-3.8.1.7",
"product_id": "T053778",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7"
}
}
}
],
"category": "product_name",
"name": "ECS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Policy Manager \u003c5.34.00.14",
"product": {
"name": "Dell Secure Connect Gateway Policy Manager \u003c5.34.00.14",
"product_id": "T051894"
}
},
{
"category": "product_version",
"name": "Policy Manager 5.34.00.14",
"product": {
"name": "Dell Secure Connect Gateway Policy Manager 5.34.00.14",
"product_id": "T051894-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:policy_manager__5.34.00.14"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway \u003c5.34.00.16",
"product_id": "T052048"
}
},
{
"category": "product_version",
"name": "5.34.00.16",
"product": {
"name": "Dell Secure Connect Gateway 5.34.00.16",
"product_id": "T052048-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:5.34.00.16"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-8991",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2014-8991"
},
{
"cve": "CVE-2015-2296",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2015-2296"
},
{
"cve": "CVE-2019-6778",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2019-6778"
},
{
"cve": "CVE-2020-10756",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-10756"
},
{
"cve": "CVE-2020-13645",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-13645"
},
{
"cve": "CVE-2020-1983",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-1983"
},
{
"cve": "CVE-2020-24455",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-24455"
},
{
"cve": "CVE-2020-25219",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-25219"
},
{
"cve": "CVE-2020-26154",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-26154"
},
{
"cve": "CVE-2020-29130",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2020-29130"
},
{
"cve": "CVE-2021-3592",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2021-3592"
},
{
"cve": "CVE-2021-3593",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2021-3593"
},
{
"cve": "CVE-2021-3594",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2021-3594"
},
{
"cve": "CVE-2021-3595",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2021-3595"
},
{
"cve": "CVE-2022-40897",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2022-40897"
},
{
"cve": "CVE-2023-22745",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2023-22745"
},
{
"cve": "CVE-2023-5752",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2023-5752"
},
{
"cve": "CVE-2024-25621",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2024-25621"
},
{
"cve": "CVE-2024-29040",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2024-29040"
},
{
"cve": "CVE-2024-6345",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2024-6345"
},
{
"cve": "CVE-2025-10911",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-10911"
},
{
"cve": "CVE-2025-11226",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-11226"
},
{
"cve": "CVE-2025-11468",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-11563",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-11563"
},
{
"cve": "CVE-2025-11731",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-11731"
},
{
"cve": "CVE-2025-12084",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-12084"
},
{
"cve": "CVE-2025-12781",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-12781"
},
{
"cve": "CVE-2025-1352",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-1352"
},
{
"cve": "CVE-2025-13601",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-13601"
},
{
"cve": "CVE-2025-1372",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-1372"
},
{
"cve": "CVE-2025-1376",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-1376"
},
{
"cve": "CVE-2025-1377",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-1377"
},
{
"cve": "CVE-2025-13836",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-13836"
},
{
"cve": "CVE-2025-13837",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-13837"
},
{
"cve": "CVE-2025-14087",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-14087"
},
{
"cve": "CVE-2025-14512",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-14512"
},
{
"cve": "CVE-2025-15281",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15281"
},
{
"cve": "CVE-2025-15282",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-24294",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-24294"
},
{
"cve": "CVE-2025-28162",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-28162"
},
{
"cve": "CVE-2025-28164",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-28164"
},
{
"cve": "CVE-2025-31133",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-31133"
},
{
"cve": "CVE-2025-3576",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-3576"
},
{
"cve": "CVE-2025-47273",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-47273"
},
{
"cve": "CVE-2025-52565",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-52565"
},
{
"cve": "CVE-2025-52881",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-52881"
},
{
"cve": "CVE-2025-53057",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-53057"
},
{
"cve": "CVE-2025-53666",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-53666"
},
{
"cve": "CVE-2025-54770",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-54770"
},
{
"cve": "CVE-2025-54771",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-54771"
},
{
"cve": "CVE-2025-54798",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-54798"
},
{
"cve": "CVE-2025-55752",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-55752"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-6075",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-6075"
},
{
"cve": "CVE-2025-61661",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61661"
},
{
"cve": "CVE-2025-61662",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61662"
},
{
"cve": "CVE-2025-61663",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61663"
},
{
"cve": "CVE-2025-61664",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61664"
},
{
"cve": "CVE-2025-61748",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61748"
},
{
"cve": "CVE-2025-61795",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61795"
},
{
"cve": "CVE-2025-61984",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61984"
},
{
"cve": "CVE-2025-61985",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-61985"
},
{
"cve": "CVE-2025-64329",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64329"
},
{
"cve": "CVE-2025-64505",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64505"
},
{
"cve": "CVE-2025-64506",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64506"
},
{
"cve": "CVE-2025-64720",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64720"
},
{
"cve": "CVE-2025-64756",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-64756"
},
{
"cve": "CVE-2025-65018",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-65018"
},
{
"cve": "CVE-2025-66035",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66035"
},
{
"cve": "CVE-2025-66293",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66293"
},
{
"cve": "CVE-2025-66412",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66412"
},
{
"cve": "CVE-2025-66614",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-66614"
},
{
"cve": "CVE-2025-67721",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-67721"
},
{
"cve": "CVE-2025-68160",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-68973",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-68973"
},
{
"cve": "CVE-2025-69418",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2025-69873",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-69873"
},
{
"cve": "CVE-2025-7039",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-7039"
},
{
"cve": "CVE-2025-8291",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-8291"
},
{
"cve": "CVE-2025-9187",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-9187"
},
{
"cve": "CVE-2025-9820",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2025-9820"
},
{
"cve": "CVE-2026-0672",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0861",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0861"
},
{
"cve": "CVE-2026-0865",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0865"
},
{
"cve": "CVE-2026-0915",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0915"
},
{
"cve": "CVE-2026-0988",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-0988"
},
{
"cve": "CVE-2026-1484",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1484"
},
{
"cve": "CVE-2026-1485",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1485"
},
{
"cve": "CVE-2026-1489",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-1489"
},
{
"cve": "CVE-2026-22610",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22610"
},
{
"cve": "CVE-2026-22695",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22695"
},
{
"cve": "CVE-2026-22795",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22796"
},
{
"cve": "CVE-2026-22801",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-22801"
},
{
"cve": "CVE-2026-24734",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-24734"
},
{
"cve": "CVE-2026-24882",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-24882"
},
{
"cve": "CVE-2026-25646",
"product_status": {
"known_affected": [
"T053778",
"T051894",
"T052048"
]
},
"release_date": "2026-03-18T23:00:00.000+00:00",
"title": "CVE-2026-25646"
}
]
}
WID-SEC-W-2026-1730
Vulnerability from csaf_certbund - Published: 2026-05-28 22:00 - Updated: 2026-05-28 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\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-1730 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1730.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1730 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1730"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX26-010 - FreeFlow Print Server v7 vom 2026-05-28",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2026/05/Xerox-Security-Bulletin-XRX26-010-for-Xerox-FreeFlow-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX26-011 - FreeFlow Print Server v2 / Windows 10 vom 2026-05-28",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2026/05/Xerox-Security-Bulletin-XRX26-011-for-Xerox-FreeFlow-Print-Server-v2_Windows-10.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-05-28T22:00:00.000+00:00",
"generator": {
"date": "2026-05-29T09:45:36.596+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1730",
"initial_release_date": "2026-05-28T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T014888",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-15853",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15853"
},
{
"cve": "CVE-2018-15859",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15859"
},
{
"cve": "CVE-2018-15861",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15861"
},
{
"cve": "CVE-2018-15863",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2018-15863"
},
{
"cve": "CVE-2024-13978",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-13978"
},
{
"cve": "CVE-2024-26458",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26458"
},
{
"cve": "CVE-2024-26461",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26461"
},
{
"cve": "CVE-2024-26462",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-26462"
},
{
"cve": "CVE-2024-47176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-47176"
},
{
"cve": "CVE-2024-53589",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-53589"
},
{
"cve": "CVE-2024-57360",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2024-57360"
},
{
"cve": "CVE-2025-0840",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-0840"
},
{
"cve": "CVE-2025-10148",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-10148"
},
{
"cve": "CVE-2025-10158",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-10158"
},
{
"cve": "CVE-2025-11187",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-11187"
},
{
"cve": "CVE-2025-1147",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1147"
},
{
"cve": "CVE-2025-1148",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1148"
},
{
"cve": "CVE-2025-1149",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1149"
},
{
"cve": "CVE-2025-1150",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1150"
},
{
"cve": "CVE-2025-1151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1151"
},
{
"cve": "CVE-2025-1152",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1152"
},
{
"cve": "CVE-2025-1153",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1153"
},
{
"cve": "CVE-2025-11563",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-11563"
},
{
"cve": "CVE-2025-1176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1176"
},
{
"cve": "CVE-2025-1178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1178"
},
{
"cve": "CVE-2025-1179",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1179"
},
{
"cve": "CVE-2025-1180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1180"
},
{
"cve": "CVE-2025-1181",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1181"
},
{
"cve": "CVE-2025-1182",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-1182"
},
{
"cve": "CVE-2025-12642",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-12642"
},
{
"cve": "CVE-2025-13473",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-13473"
},
{
"cve": "CVE-2025-13601",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-13601"
},
{
"cve": "CVE-2025-14087",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14087"
},
{
"cve": "CVE-2025-14177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14180"
},
{
"cve": "CVE-2025-14327",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14327"
},
{
"cve": "CVE-2025-14512",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14512"
},
{
"cve": "CVE-2025-14523",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14523"
},
{
"cve": "CVE-2025-14550",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-14550"
},
{
"cve": "CVE-2025-15467",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15467"
},
{
"cve": "CVE-2025-15468",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15468"
},
{
"cve": "CVE-2025-15469",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-15469"
},
{
"cve": "CVE-2025-24528",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-24528"
},
{
"cve": "CVE-2025-30219",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-30219"
},
{
"cve": "CVE-2025-3576",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-3576"
},
{
"cve": "CVE-2025-45582",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-45582"
},
{
"cve": "CVE-2025-5244",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-5244"
},
{
"cve": "CVE-2025-5245",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-5245"
},
{
"cve": "CVE-2025-52885",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-52885"
},
{
"cve": "CVE-2025-54314",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-54314"
},
{
"cve": "CVE-2025-55197",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-55197"
},
{
"cve": "CVE-2025-55753",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-55753"
},
{
"cve": "CVE-2025-56005",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-56005"
},
{
"cve": "CVE-2025-57807",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-57807"
},
{
"cve": "CVE-2025-57812",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-57812"
},
{
"cve": "CVE-2025-58098",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58098"
},
{
"cve": "CVE-2025-58364",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58364"
},
{
"cve": "CVE-2025-58436",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-58436"
},
{
"cve": "CVE-2025-59147",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59147"
},
{
"cve": "CVE-2025-59375",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-59775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-59775"
},
{
"cve": "CVE-2025-6075",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-6075"
},
{
"cve": "CVE-2025-61726",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61727",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61727"
},
{
"cve": "CVE-2025-61728",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61728"
},
{
"cve": "CVE-2025-61729",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61729"
},
{
"cve": "CVE-2025-61730",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-61731",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-61732",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61732"
},
{
"cve": "CVE-2025-61911",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61911"
},
{
"cve": "CVE-2025-61912",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61912"
},
{
"cve": "CVE-2025-61915",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61915"
},
{
"cve": "CVE-2025-61962",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-61962"
},
{
"cve": "CVE-2025-62229",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62229"
},
{
"cve": "CVE-2025-62230",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62230"
},
{
"cve": "CVE-2025-62231",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62231"
},
{
"cve": "CVE-2025-62408",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62408"
},
{
"cve": "CVE-2025-62594",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62594"
},
{
"cve": "CVE-2025-62707",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62707"
},
{
"cve": "CVE-2025-62708",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-62708"
},
{
"cve": "CVE-2025-64503",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64503"
},
{
"cve": "CVE-2025-64505",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64505"
},
{
"cve": "CVE-2025-64506",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64506"
},
{
"cve": "CVE-2025-64524",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64524"
},
{
"cve": "CVE-2025-64720",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-64720"
},
{
"cve": "CVE-2025-65018",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-65018"
},
{
"cve": "CVE-2025-65082",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-65082"
},
{
"cve": "CVE-2025-66019",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66019"
},
{
"cve": "CVE-2025-66199",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66199"
},
{
"cve": "CVE-2025-66200",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66200"
},
{
"cve": "CVE-2025-66293",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66293"
},
{
"cve": "CVE-2025-66418",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66418"
},
{
"cve": "CVE-2025-66471",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-66471"
},
{
"cve": "CVE-2025-68119",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68119"
},
{
"cve": "CVE-2025-68121",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2025-68146",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68146"
},
{
"cve": "CVE-2025-68160",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-68160"
},
{
"cve": "CVE-2025-69418",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69418"
},
{
"cve": "CVE-2025-69419",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69419"
},
{
"cve": "CVE-2025-69420",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69420"
},
{
"cve": "CVE-2025-69421",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-69421"
},
{
"cve": "CVE-2025-7709",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-7709"
},
{
"cve": "CVE-2025-8176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8176"
},
{
"cve": "CVE-2025-8177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8177"
},
{
"cve": "CVE-2025-8291",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8291"
},
{
"cve": "CVE-2025-8534",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8534"
},
{
"cve": "CVE-2025-8671",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8671"
},
{
"cve": "CVE-2025-8851",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8851"
},
{
"cve": "CVE-2025-8961",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-8961"
},
{
"cve": "CVE-2025-9086",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-9165",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9165"
},
{
"cve": "CVE-2025-9230",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9230"
},
{
"cve": "CVE-2025-9301",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9301"
},
{
"cve": "CVE-2025-9403",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9403"
},
{
"cve": "CVE-2025-9820",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9820"
},
{
"cve": "CVE-2025-9900",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2025-9900"
},
{
"cve": "CVE-2026-0390",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0390"
},
{
"cve": "CVE-2026-0716",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0716"
},
{
"cve": "CVE-2026-0719",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0719"
},
{
"cve": "CVE-2026-0877",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0877"
},
{
"cve": "CVE-2026-0878",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0878"
},
{
"cve": "CVE-2026-0879",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0879"
},
{
"cve": "CVE-2026-0880",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0880"
},
{
"cve": "CVE-2026-0882",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0882"
},
{
"cve": "CVE-2026-0883",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0883"
},
{
"cve": "CVE-2026-0884",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0884"
},
{
"cve": "CVE-2026-0885",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0885"
},
{
"cve": "CVE-2026-0886",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0886"
},
{
"cve": "CVE-2026-0891",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-0891"
},
{
"cve": "CVE-2026-1207",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1207"
},
{
"cve": "CVE-2026-1285",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1285"
},
{
"cve": "CVE-2026-1287",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1287"
},
{
"cve": "CVE-2026-1312",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-1312"
},
{
"cve": "CVE-2026-20928",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-20928"
},
{
"cve": "CVE-2026-21936",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21936"
},
{
"cve": "CVE-2026-21937",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21937"
},
{
"cve": "CVE-2026-21941",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21941"
},
{
"cve": "CVE-2026-21948",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21948"
},
{
"cve": "CVE-2026-21964",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21964"
},
{
"cve": "CVE-2026-21968",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-21968"
},
{
"cve": "CVE-2026-22007",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22007"
},
{
"cve": "CVE-2026-22013",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22013"
},
{
"cve": "CVE-2026-22016",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22016"
},
{
"cve": "CVE-2026-22018",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22018"
},
{
"cve": "CVE-2026-22021",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22021"
},
{
"cve": "CVE-2026-22690",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22690"
},
{
"cve": "CVE-2026-22691",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22691"
},
{
"cve": "CVE-2026-22795",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22795"
},
{
"cve": "CVE-2026-22796",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-22796"
},
{
"cve": "CVE-2026-23490",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23490"
},
{
"cve": "CVE-2026-23670",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23670"
},
{
"cve": "CVE-2026-23865",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23865"
},
{
"cve": "CVE-2026-23949",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-23949"
},
{
"cve": "CVE-2026-24049",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-24049"
},
{
"cve": "CVE-2026-2447",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2447"
},
{
"cve": "CVE-2026-24688",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-24688"
},
{
"cve": "CVE-2026-25673",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25673"
},
{
"cve": "CVE-2026-25674",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25674"
},
{
"cve": "CVE-2026-25679",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25679"
},
{
"cve": "CVE-2026-25749",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25749"
},
{
"cve": "CVE-2026-25990",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-25990"
},
{
"cve": "CVE-2026-26151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26151"
},
{
"cve": "CVE-2026-26152",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26152"
},
{
"cve": "CVE-2026-26155",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26155"
},
{
"cve": "CVE-2026-26156",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26156"
},
{
"cve": "CVE-2026-26159",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26159"
},
{
"cve": "CVE-2026-26160",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26160"
},
{
"cve": "CVE-2026-26162",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26162"
},
{
"cve": "CVE-2026-26163",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26163"
},
{
"cve": "CVE-2026-26167",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26167"
},
{
"cve": "CVE-2026-26168",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26168"
},
{
"cve": "CVE-2026-26169",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26169"
},
{
"cve": "CVE-2026-26170",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26170"
},
{
"cve": "CVE-2026-26173",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26173"
},
{
"cve": "CVE-2026-26174",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26174"
},
{
"cve": "CVE-2026-26175",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26175"
},
{
"cve": "CVE-2026-26176",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26176"
},
{
"cve": "CVE-2026-26177",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26177"
},
{
"cve": "CVE-2026-26178",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26178"
},
{
"cve": "CVE-2026-26180",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26180"
},
{
"cve": "CVE-2026-26182",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26182"
},
{
"cve": "CVE-2026-26269",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-26269"
},
{
"cve": "CVE-2026-27024",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27024"
},
{
"cve": "CVE-2026-27025",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27025"
},
{
"cve": "CVE-2026-27026",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27026"
},
{
"cve": "CVE-2026-27137",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27137"
},
{
"cve": "CVE-2026-27138",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27138"
},
{
"cve": "CVE-2026-27139",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27139"
},
{
"cve": "CVE-2026-27142",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27142"
},
{
"cve": "CVE-2026-2757",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2757"
},
{
"cve": "CVE-2026-2758",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2758"
},
{
"cve": "CVE-2026-2759",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2759"
},
{
"cve": "CVE-2026-2760",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2760"
},
{
"cve": "CVE-2026-2761",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2761"
},
{
"cve": "CVE-2026-2762",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2762"
},
{
"cve": "CVE-2026-27628",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27628"
},
{
"cve": "CVE-2026-2763",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2763"
},
{
"cve": "CVE-2026-2764",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2764"
},
{
"cve": "CVE-2026-2765",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2765"
},
{
"cve": "CVE-2026-2766",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2766"
},
{
"cve": "CVE-2026-2767",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2767"
},
{
"cve": "CVE-2026-2768",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2768"
},
{
"cve": "CVE-2026-2769",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2769"
},
{
"cve": "CVE-2026-2770",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2770"
},
{
"cve": "CVE-2026-2771",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2771"
},
{
"cve": "CVE-2026-2772",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2772"
},
{
"cve": "CVE-2026-2773",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2773"
},
{
"cve": "CVE-2026-2774",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2774"
},
{
"cve": "CVE-2026-2775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2775"
},
{
"cve": "CVE-2026-2776",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2776"
},
{
"cve": "CVE-2026-2777",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2777"
},
{
"cve": "CVE-2026-2778",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2778"
},
{
"cve": "CVE-2026-2779",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2779"
},
{
"cve": "CVE-2026-2780",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2780"
},
{
"cve": "CVE-2026-2781",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2781"
},
{
"cve": "CVE-2026-2782",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2782"
},
{
"cve": "CVE-2026-2783",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2783"
},
{
"cve": "CVE-2026-2784",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2784"
},
{
"cve": "CVE-2026-2785",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2785"
},
{
"cve": "CVE-2026-2786",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2786"
},
{
"cve": "CVE-2026-2787",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2787"
},
{
"cve": "CVE-2026-2788",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2788"
},
{
"cve": "CVE-2026-27888",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27888"
},
{
"cve": "CVE-2026-2789",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2789"
},
{
"cve": "CVE-2026-2790",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2790"
},
{
"cve": "CVE-2026-27908",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27908"
},
{
"cve": "CVE-2026-27909",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27909"
},
{
"cve": "CVE-2026-2791",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2791"
},
{
"cve": "CVE-2026-27910",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27910"
},
{
"cve": "CVE-2026-27911",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27911"
},
{
"cve": "CVE-2026-27914",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27914"
},
{
"cve": "CVE-2026-27915",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27915"
},
{
"cve": "CVE-2026-27916",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27916"
},
{
"cve": "CVE-2026-27917",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27917"
},
{
"cve": "CVE-2026-27919",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27919"
},
{
"cve": "CVE-2026-2792",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2792"
},
{
"cve": "CVE-2026-27920",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27920"
},
{
"cve": "CVE-2026-27921",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27921"
},
{
"cve": "CVE-2026-27922",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27922"
},
{
"cve": "CVE-2026-27923",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27923"
},
{
"cve": "CVE-2026-27925",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27925"
},
{
"cve": "CVE-2026-27929",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27929"
},
{
"cve": "CVE-2026-2793",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2793"
},
{
"cve": "CVE-2026-27930",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-27930"
},
{
"cve": "CVE-2026-2794",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2794"
},
{
"cve": "CVE-2026-2795",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2795"
},
{
"cve": "CVE-2026-2796",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2796"
},
{
"cve": "CVE-2026-2797",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2797"
},
{
"cve": "CVE-2026-2798",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2798"
},
{
"cve": "CVE-2026-2799",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2799"
},
{
"cve": "CVE-2026-2800",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2800"
},
{
"cve": "CVE-2026-2801",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2801"
},
{
"cve": "CVE-2026-2802",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2802"
},
{
"cve": "CVE-2026-2803",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2803"
},
{
"cve": "CVE-2026-2804",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2804"
},
{
"cve": "CVE-2026-2805",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2805"
},
{
"cve": "CVE-2026-2806",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2806"
},
{
"cve": "CVE-2026-2807",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-2807"
},
{
"cve": "CVE-2026-28351",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-28351"
},
{
"cve": "CVE-2026-28804",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-28804"
},
{
"cve": "CVE-2026-31826",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-31826"
},
{
"cve": "CVE-2026-32068",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32068"
},
{
"cve": "CVE-2026-32070",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32070"
},
{
"cve": "CVE-2026-32071",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32071"
},
{
"cve": "CVE-2026-32072",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32072"
},
{
"cve": "CVE-2026-32073",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32073"
},
{
"cve": "CVE-2026-32075",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32075"
},
{
"cve": "CVE-2026-32077",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32077"
},
{
"cve": "CVE-2026-32079",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32079"
},
{
"cve": "CVE-2026-32081",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32081"
},
{
"cve": "CVE-2026-32082",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32082"
},
{
"cve": "CVE-2026-32083",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32083"
},
{
"cve": "CVE-2026-32084",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32084"
},
{
"cve": "CVE-2026-32085",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32085"
},
{
"cve": "CVE-2026-32086",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32086"
},
{
"cve": "CVE-2026-32087",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32087"
},
{
"cve": "CVE-2026-32089",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32089"
},
{
"cve": "CVE-2026-32090",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32090"
},
{
"cve": "CVE-2026-32091",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32091"
},
{
"cve": "CVE-2026-32093",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32093"
},
{
"cve": "CVE-2026-32149",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32149"
},
{
"cve": "CVE-2026-32150",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32150"
},
{
"cve": "CVE-2026-32151",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32151"
},
{
"cve": "CVE-2026-32154",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32154"
},
{
"cve": "CVE-2026-32156",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32156"
},
{
"cve": "CVE-2026-32157",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32157"
},
{
"cve": "CVE-2026-32164",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32164"
},
{
"cve": "CVE-2026-32183",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32183"
},
{
"cve": "CVE-2026-32202",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32202"
},
{
"cve": "CVE-2026-32212",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32212"
},
{
"cve": "CVE-2026-32214",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32214"
},
{
"cve": "CVE-2026-32217",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32217"
},
{
"cve": "CVE-2026-32225",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-32225"
},
{
"cve": "CVE-2026-33098",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33098"
},
{
"cve": "CVE-2026-33099",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33099"
},
{
"cve": "CVE-2026-33100",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33100"
},
{
"cve": "CVE-2026-33104",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33104"
},
{
"cve": "CVE-2026-33824",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33824"
},
{
"cve": "CVE-2026-33827",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33827"
},
{
"cve": "CVE-2026-33829",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-33829"
},
{
"cve": "CVE-2026-34268",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-34268"
},
{
"cve": "CVE-2026-34281",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-34281"
},
{
"cve": "CVE-2026-3497",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3497"
},
{
"cve": "CVE-2026-3845",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3845"
},
{
"cve": "CVE-2026-3846",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3846"
},
{
"cve": "CVE-2026-3847",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-3847"
},
{
"cve": "CVE-2026-4684",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4684"
},
{
"cve": "CVE-2026-4685",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4685"
},
{
"cve": "CVE-2026-4686",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4686"
},
{
"cve": "CVE-2026-4687",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4687"
},
{
"cve": "CVE-2026-4688",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4688"
},
{
"cve": "CVE-2026-4689",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4689"
},
{
"cve": "CVE-2026-4690",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4690"
},
{
"cve": "CVE-2026-4691",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4691"
},
{
"cve": "CVE-2026-4692",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4692"
},
{
"cve": "CVE-2026-4693",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4693"
},
{
"cve": "CVE-2026-4694",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4694"
},
{
"cve": "CVE-2026-4695",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4695"
},
{
"cve": "CVE-2026-4696",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4696"
},
{
"cve": "CVE-2026-4697",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4697"
},
{
"cve": "CVE-2026-4698",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4698"
},
{
"cve": "CVE-2026-4699",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4699"
},
{
"cve": "CVE-2026-4700",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4700"
},
{
"cve": "CVE-2026-4701",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4701"
},
{
"cve": "CVE-2026-4702",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4702"
},
{
"cve": "CVE-2026-4704",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4704"
},
{
"cve": "CVE-2026-4705",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4705"
},
{
"cve": "CVE-2026-4706",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4706"
},
{
"cve": "CVE-2026-4707",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4707"
},
{
"cve": "CVE-2026-4708",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4708"
},
{
"cve": "CVE-2026-4709",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4709"
},
{
"cve": "CVE-2026-4710",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4710"
},
{
"cve": "CVE-2026-4711",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4711"
},
{
"cve": "CVE-2026-4712",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4712"
},
{
"cve": "CVE-2026-4713",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4713"
},
{
"cve": "CVE-2026-4714",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4714"
},
{
"cve": "CVE-2026-4715",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4715"
},
{
"cve": "CVE-2026-4716",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4716"
},
{
"cve": "CVE-2026-4717",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4717"
},
{
"cve": "CVE-2026-4718",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4718"
},
{
"cve": "CVE-2026-4719",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4719"
},
{
"cve": "CVE-2026-4720",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4720"
},
{
"cve": "CVE-2026-4721",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4721"
},
{
"cve": "CVE-2026-4722",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4722"
},
{
"cve": "CVE-2026-4723",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4723"
},
{
"cve": "CVE-2026-4724",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4724"
},
{
"cve": "CVE-2026-4725",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4725"
},
{
"cve": "CVE-2026-4726",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4726"
},
{
"cve": "CVE-2026-4727",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4727"
},
{
"cve": "CVE-2026-4728",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4728"
},
{
"cve": "CVE-2026-4729",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-4729"
},
{
"cve": "CVE-2026-5731",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5731"
},
{
"cve": "CVE-2026-5732",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5732"
},
{
"cve": "CVE-2026-5733",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5733"
},
{
"cve": "CVE-2026-5734",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5734"
},
{
"cve": "CVE-2026-5735",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-5735"
},
{
"cve": "CVE-2026-6746",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6746"
},
{
"cve": "CVE-2026-6747",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6747"
},
{
"cve": "CVE-2026-6748",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6748"
},
{
"cve": "CVE-2026-6749",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6749"
},
{
"cve": "CVE-2026-6750",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6750"
},
{
"cve": "CVE-2026-6751",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6751"
},
{
"cve": "CVE-2026-6752",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6752"
},
{
"cve": "CVE-2026-6753",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6753"
},
{
"cve": "CVE-2026-6754",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6754"
},
{
"cve": "CVE-2026-6755",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6755"
},
{
"cve": "CVE-2026-6756",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6756"
},
{
"cve": "CVE-2026-6757",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6757"
},
{
"cve": "CVE-2026-6758",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6758"
},
{
"cve": "CVE-2026-6759",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6759"
},
{
"cve": "CVE-2026-6760",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6760"
},
{
"cve": "CVE-2026-6761",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6761"
},
{
"cve": "CVE-2026-6762",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6762"
},
{
"cve": "CVE-2026-6763",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6763"
},
{
"cve": "CVE-2026-6764",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6764"
},
{
"cve": "CVE-2026-6765",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6765"
},
{
"cve": "CVE-2026-6766",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6766"
},
{
"cve": "CVE-2026-6767",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6767"
},
{
"cve": "CVE-2026-6768",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6768"
},
{
"cve": "CVE-2026-6769",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6769"
},
{
"cve": "CVE-2026-6770",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6770"
},
{
"cve": "CVE-2026-6771",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6771"
},
{
"cve": "CVE-2026-6772",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6772"
},
{
"cve": "CVE-2026-6773",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6773"
},
{
"cve": "CVE-2026-6774",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6774"
},
{
"cve": "CVE-2026-6775",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6775"
},
{
"cve": "CVE-2026-6776",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6776"
},
{
"cve": "CVE-2026-6777",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6777"
},
{
"cve": "CVE-2026-6778",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6778"
},
{
"cve": "CVE-2026-6779",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6779"
},
{
"cve": "CVE-2026-6780",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6780"
},
{
"cve": "CVE-2026-6781",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6781"
},
{
"cve": "CVE-2026-6782",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6782"
},
{
"cve": "CVE-2026-6783",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6783"
},
{
"cve": "CVE-2026-6784",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6784"
},
{
"cve": "CVE-2026-6785",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6785"
},
{
"cve": "CVE-2026-6786",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-6786"
},
{
"cve": "CVE-2026-7320",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7320"
},
{
"cve": "CVE-2026-7321",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7321"
},
{
"cve": "CVE-2026-7322",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7322"
},
{
"cve": "CVE-2026-7323",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7323"
},
{
"cve": "CVE-2026-7324",
"product_status": {
"known_affected": [
"T014888",
"T015631"
]
},
"release_date": "2026-05-28T22:00:00.000+00:00",
"title": "CVE-2026-7324"
}
]
}
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.