Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-3822 (GCVE-0-2019-3822)
Vulnerability from cvelistv5 – Published: 2019-02-06 20:00 – Updated: 2026-04-15 20:52| Vendor | Product | Version | |
|---|---|---|---|
| The curl Project | curl |
Affected:
7.64.0
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T19:19:18.599Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "GLSA-201903-03",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822"
},
{
"name": "DSA-4386",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2019/dsa-4386"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://curl.haxx.se/docs/CVE-2019-3822.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20190315-0001/"
},
{
"name": "USN-3882-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/3882-1/"
},
{
"name": "106950",
"tags": [
"vdb-entry",
"x_refsource_BID",
"x_transferred"
],
"url": "http://www.securityfocus.com/bid/106950"
},
{
"name": "[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.",
"tags": [
"mailing-list",
"x_refsource_MLIST",
"x_transferred"
],
"url": "https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20190719-0004/"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://support.f5.com/csp/article/K84141449"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS"
},
{
"name": "RHSA-2019:3701",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:3701"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2019-3822",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-15T20:52:41.780488Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-15T20:52:52.914Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "curl",
"vendor": "The curl Project",
"versions": [
{
"status": "affected",
"version": "7.64.0"
}
]
}
],
"datePublic": "2019-02-06T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header."
}
],
"metrics": [
{
"cvssV3_0": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.0"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-121",
"description": "CWE-121",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2019-11-06T00:08:00.000Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"name": "GLSA-201903-03",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822"
},
{
"name": "DSA-4386",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2019/dsa-4386"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://curl.haxx.se/docs/CVE-2019-3822.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20190315-0001/"
},
{
"name": "USN-3882-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/3882-1/"
},
{
"name": "106950",
"tags": [
"vdb-entry",
"x_refsource_BID"
],
"url": "http://www.securityfocus.com/bid/106950"
},
{
"name": "[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.",
"tags": [
"mailing-list",
"x_refsource_MLIST"
],
"url": "https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20190719-0004/"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://support.f5.com/csp/article/K84141449"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS"
},
{
"name": "RHSA-2019:3701",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:3701"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2019-3822",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "curl",
"version": {
"version_data": [
{
"version_value": "7.64.0"
}
]
}
}
]
},
"vendor_name": "The curl Project"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "7.1/CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.0"
}
]
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-121"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "GLSA-201903-03",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822",
"refsource": "CONFIRM",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822"
},
{
"name": "DSA-4386",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2019/dsa-4386"
},
{
"name": "https://curl.haxx.se/docs/CVE-2019-3822.html",
"refsource": "MISC",
"url": "https://curl.haxx.se/docs/CVE-2019-3822.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20190315-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20190315-0001/"
},
{
"name": "USN-3882-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3882-1/"
},
{
"name": "106950",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/106950"
},
{
"name": "[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.",
"refsource": "MLIST",
"url": "https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f@%3Cdevnull.infra.apache.org%3E"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf",
"refsource": "CONFIRM",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html",
"refsource": "MISC",
"url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
},
{
"name": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html",
"refsource": "MISC",
"url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20190719-0004/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20190719-0004/"
},
{
"name": "https://support.f5.com/csp/article/K84141449",
"refsource": "CONFIRM",
"url": "https://support.f5.com/csp/article/K84141449"
},
{
"name": "https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp;utm_medium=RSS",
"refsource": "CONFIRM",
"url": "https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp;utm_medium=RSS"
},
{
"name": "RHSA-2019:3701",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:3701"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2019-3822",
"datePublished": "2019-02-06T20:00:00.000Z",
"dateReserved": "2019-01-03T00:00:00.000Z",
"dateUpdated": "2026-04-15T20:52:52.914Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2019-3822",
"date": "2026-07-14",
"epss": "0.12771",
"percentile": "0.95822"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"7.36.0\", \"versionEndExcluding\": \"7.64.0\", \"matchCriteriaId\": \"0572AA2C-5E33-4612-8BDE-0859690EA089\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"B5A6F2F3-4894-4392-8296-3B8DD2679084\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:18.10:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07C312A0-CD2C-4B9C-B064-6409B25C278F\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:active_iq_unified_manager:*:*:*:*:*:windows:*:*\", \"versionStartIncluding\": \"7.3\", \"matchCriteriaId\": \"BD075607-09B7-493E-8611-66D041FFDA62\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:active_iq_unified_manager:*:*:*:*:*:vsphere:*:*\", \"versionStartIncluding\": \"9.5\", \"matchCriteriaId\": \"B64FC591-5854-4480-A6E2-5E953C2415B3\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:clustered_data_ontap:*:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"406B640C-BA48-4C1A-B5B5-6006CB7027B4\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F1BE6C1F-2565-4E97-92AA-16563E5660A5\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5735E553-9731-4AAC-BCFF-989377F817B3\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"BDFB1169-41A0-4A86-8E4F-FDA9730B1E94\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"2.0\", \"matchCriteriaId\": \"626EEBF4-73B9-44B3-BF55-50EC9139EF66\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"D52F557F-D0A0-43D3-85F1-F10B6EBFAEDF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:communications_operations_monitor:4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E3517A27-E6EE-497C-9996-F78171BBE90F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:enterprise_manager_ops_center:12.3.3:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"AB654DFA-FEF9-4D00-ADB0-F3F2B6ACF13E\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"37209C6F-EF99-4D21-9608-B3A06D283D24\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:http_server:12.2.1.3.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DFC79B17-E9D2-44D5-93ED-2F959E7A3D43\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"5.7.26\", \"matchCriteriaId\": \"6B4E0C85-8423-4C50-8778-405919C2981C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.7.27\", \"versionEndIncluding\": \"8.0.15\", \"matchCriteriaId\": \"2E290736-CCF9-4F18-B0B0-BAF0084FE9C4\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:secure_global_desktop:5.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"B5265C91-FF5C-4451-A7C2-D388A65ACFA2\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:oracle:services_tools_bundle:19.2:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"62DAD71E-A6D5-4CA9-A016-100F2D5114A6\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"F4CFF558-3C47-480D-A2F0-BABF26042943\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.\"}, {\"lang\": \"es\", \"value\": \"Libcurl, desde la versi\\u00f3n 7.36.0 hasta antes de la 7.64.0, es vulnerable a un desbordamiento de b\\u00fafer basado en pila. La funci\\u00f3n que crea una cabecera saliente NTLM de tipo 3 (\\\"lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()\\\") genera el contenido de la cabecera de petici\\u00f3n HTTP bas\\u00e1ndose en datos recibidos anteriormente. La comprobaci\\u00f3n para evitar que el b\\u00fafer local se desborde est\\u00e1 mal implementada (utilizando matem\\u00e1tica no firmada) y, as\\u00ed, no evita que el desbordamiento ocurra. Estos datos de salida pueden aumentar m\\u00e1s que el b\\u00fafer local si se extraen datos \\\"nt response\\\" muy grandes de una cabecera NTLMv2 previa, proporcionada por el servidor HTTP malicioso o roto. Este \\\"valor grande\\\" necesita ser de, aproximadamente, 1000 bytes o m\\u00e1s. Los datos reales de la carga \\u00fatil que se copian al b\\u00fafer objetivo provienen de la cabecera de respuesta NTLMv2 de tipo 2.\"}]",
"id": "CVE-2019-3822",
"lastModified": "2024-11-21T04:42:36.923",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}], \"cvssMetricV30\": [{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.0\", \"vectorString\": \"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H\", \"baseScore\": 7.1, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.8, \"impactScore\": 4.2}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:P/I:P/A:P\", \"baseScore\": 7.5, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"HIGH\", \"exploitabilityScore\": 10.0, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2019-02-06T20:29:00.353",
"references": "[{\"url\": \"http://www.securityfocus.com/bid/106950\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:3701\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\", \"source\": \"secalert@redhat.com\"}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\", \"source\": \"secalert@redhat.com\"}, {\"url\": \"https://usn.ubuntu.com/3882-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2019/dsa-4386\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"http://www.securityfocus.com/bid/106950\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:3701\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://usn.ubuntu.com/3882-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2019/dsa-4386\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-121\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-787\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2019-3822\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2019-02-06T20:29:00.353\",\"lastModified\":\"2024-11-21T04:42:36.923\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.\"},{\"lang\":\"es\",\"value\":\"Libcurl, desde la versi\u00f3n 7.36.0 hasta antes de la 7.64.0, es vulnerable a un desbordamiento de b\u00fafer basado en pila. La funci\u00f3n que crea una cabecera saliente NTLM de tipo 3 (\\\"lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()\\\") genera el contenido de la cabecera de petici\u00f3n HTTP bas\u00e1ndose en datos recibidos anteriormente. La comprobaci\u00f3n para evitar que el b\u00fafer local se desborde est\u00e1 mal implementada (utilizando matem\u00e1tica no firmada) y, as\u00ed, no evita que el desbordamiento ocurra. Estos datos de salida pueden aumentar m\u00e1s que el b\u00fafer local si se extraen datos \\\"nt response\\\" muy grandes de una cabecera NTLMv2 previa, proporcionada por el servidor HTTP malicioso o roto. Este \\\"valor grande\\\" necesita ser de, aproximadamente, 1000 bytes o m\u00e1s. Los datos reales de la carga \u00fatil que se copian al b\u00fafer objetivo provienen de la cabecera de respuesta NTLMv2 de tipo 2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV30\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":4.2}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:P/A:P\",\"baseScore\":7.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-121\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.36.0\",\"versionEndExcluding\":\"7.64.0\",\"matchCriteriaId\":\"0572AA2C-5E33-4612-8BDE-0859690EA089\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"B5A6F2F3-4894-4392-8296-3B8DD2679084\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07C312A0-CD2C-4B9C-B064-6409B25C278F\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:*:*:*:*:*:windows:*:*\",\"versionStartIncluding\":\"7.3\",\"matchCriteriaId\":\"BD075607-09B7-493E-8611-66D041FFDA62\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:active_iq_unified_manager:*:*:*:*:*:vsphere:*:*\",\"versionStartIncluding\":\"9.5\",\"matchCriteriaId\":\"B64FC591-5854-4480-A6E2-5E953C2415B3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:clustered_data_ontap:*:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"406B640C-BA48-4C1A-B5B5-6006CB7027B4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:oncommand_insight:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F1BE6C1F-2565-4E97-92AA-16563E5660A5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5735E553-9731-4AAC-BCFF-989377F817B3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:snapcenter:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BDFB1169-41A0-4A86-8E4F-FDA9730B1E94\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:siemens:sinema_remote_connect_client:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"2.0\",\"matchCriteriaId\":\"626EEBF4-73B9-44B3-BF55-50EC9139EF66\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_operations_monitor:3.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D52F557F-D0A0-43D3-85F1-F10B6EBFAEDF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_operations_monitor:4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E3517A27-E6EE-497C-9996-F78171BBE90F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_ops_center:12.3.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"AB654DFA-FEF9-4D00-ADB0-F3F2B6ACF13E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:enterprise_manager_ops_center:12.4.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"37209C6F-EF99-4D21-9608-B3A06D283D24\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:http_server:12.2.1.3.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DFC79B17-E9D2-44D5-93ED-2F959E7A3D43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"5.7.26\",\"matchCriteriaId\":\"6B4E0C85-8423-4C50-8778-405919C2981C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:mysql_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.7.27\",\"versionEndIncluding\":\"8.0.15\",\"matchCriteriaId\":\"2E290736-CCF9-4F18-B0B0-BAF0084FE9C4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:secure_global_desktop:5.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B5265C91-FF5C-4451-A7C2-D388A65ACFA2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:services_tools_bundle:19.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"62DAD71E-A6D5-4CA9-A016-100F2D5114A6\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/106950\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3701\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://curl.haxx.se/docs/CVE-2019-3822.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://security.gentoo.org/glsa/201903-03\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190315-0001/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190719-0004/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K84141449\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://usn.ubuntu.com/3882-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2019/dsa-4386\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/106950\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3701\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://curl.haxx.se/docs/CVE-2019-3822.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/201903-03\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190315-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190719-0004/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K84141449\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://usn.ubuntu.com/3882-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2019/dsa-4386\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-28T11:38:17+00:00",
"cve": "CVE-2019-3822",
"id": "CVE-2019-3822",
"initial_release_date": "2019-02-06T00:00:00+00:00",
"product_status:fixed": "46",
"product_status:known_affected": "14",
"product_status:known_not_affected": "10",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "curl: NTLMv2 type-3 header stack buffer overflow",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2019/cve-2019-3822.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2019/dsa-4386\", \"name\": \"DSA-4386\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\", \"x_transferred\"]}, {\"url\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://usn.ubuntu.com/3882-1/\", \"name\": \"USN-3882-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\", \"x_transferred\"]}, {\"url\": \"http://www.securityfocus.com/bid/106950\", \"name\": \"106950\", \"tags\": [\"vdb-entry\", \"x_refsource_BID\", \"x_transferred\"]}, {\"url\": \"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\", \"name\": \"[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\", \"x_transferred\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:3701\", \"name\": \"RHSA-2019:3701\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T19:19:18.599Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2019-3822\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-15T20:52:41.780488Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-15T20:52:49.734Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"scope\": \"UNCHANGED\", \"version\": \"3.0\", \"baseScore\": 7.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"The curl Project\", \"product\": \"curl\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.64.0\"}]}], \"datePublic\": \"2019-02-06T00:00:00.000Z\", \"references\": [{\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://www.debian.org/security/2019/dsa-4386\", \"name\": \"DSA-4386\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\"]}, {\"url\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://usn.ubuntu.com/3882-1/\", \"name\": \"USN-3882-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\"]}, {\"url\": \"http://www.securityfocus.com/bid/106950\", \"name\": \"106950\", \"tags\": [\"vdb-entry\", \"x_refsource_BID\"]}, {\"url\": \"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f%40%3Cdevnull.infra.apache.org%3E\", \"name\": \"[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.\", \"tags\": [\"mailing-list\", \"x_refsource_MLIST\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp%3Butm_medium=RSS\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:3701\", \"name\": \"RHSA-2019:3701\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-121\", \"description\": \"CWE-121\"}]}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2019-11-06T00:08:00.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": [[{\"version\": \"3.0\", \"vectorString\": \"7.1/CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H\"}]]}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"7.64.0\"}]}, \"product_name\": \"curl\"}]}, \"vendor_name\": \"The curl Project\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"refsource\": \"GENTOO\"}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"name\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3822\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://www.debian.org/security/2019/dsa-4386\", \"name\": \"DSA-4386\", \"refsource\": \"DEBIAN\"}, {\"url\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"name\": \"https://curl.haxx.se/docs/CVE-2019-3822.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"name\": \"https://security.netapp.com/advisory/ntap-20190315-0001/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://usn.ubuntu.com/3882-1/\", \"name\": \"USN-3882-1\", \"refsource\": \"UBUNTU\"}, {\"url\": \"http://www.securityfocus.com/bid/106950\", \"name\": \"106950\", \"refsource\": \"BID\"}, {\"url\": \"https://lists.apache.org/thread.html/8338a0f605bdbb3a6098bb76f666a95fc2b2f53f37fa1ecc89f1146f@%3Cdevnull.infra.apache.org%3E\", \"name\": \"[infra-devnull] 20190404 [GitHub] [incubator-openwhisk-runtime-ballerina] falkzoll commented on issue #15: Update to new base image jdk8u202-b08_openj9-0.12.1.\", \"refsource\": \"MLIST\"}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"name\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"name\": \"https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"name\": \"https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"name\": \"https://security.netapp.com/advisory/ntap-20190719-0004/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://support.f5.com/csp/article/K84141449\", \"name\": \"https://support.f5.com/csp/article/K84141449\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp;utm_medium=RSS\", \"name\": \"https://support.f5.com/csp/article/K84141449?utm_source=f5support\u0026amp;utm_medium=RSS\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:3701\", \"name\": \"RHSA-2019:3701\", \"refsource\": \"REDHAT\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-121\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2019-3822\", \"STATE\": \"PUBLIC\", \"ASSIGNER\": \"secalert@redhat.com\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2019-3822\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-15T20:52:52.914Z\", \"dateReserved\": \"2019-01-03T00:00:00.000Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2019-02-06T20:00:00.000Z\", \"assignerShortName\": \"redhat\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2023-1640
Vulnerability from csaf_certbund - Published: 2019-02-05 23:00 - Updated: 2025-02-04 23:00In cURL existieren mehrere Schwachstellen. Die Schwachstellen befinden sich in smtp_endofresp() und bei der Bearbeitung von NTLM Type-2 Nachrichten. Ein Angreifer kann nutzen und einen Out-of-Bounds Lesezugriff durchführen. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar <19.12
Dell / Avamar
|
<19.12 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
Dell NetWorker <19.9.0.1
Dell / NetWorker
|
<19.9.0.1 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source cURL <7.64.0
Open Source / cURL
|
<7.64.0 |
In cURL existieren mehrere Schwachstellen. Die Schwachstellen befinden sich in smtp_endofresp() und bei der Bearbeitung von NTLM Type-2 Nachrichten. Ein Angreifer kann nutzen und einen Out-of-Bounds Lesezugriff durchführen. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar <19.12
Dell / Avamar
|
<19.12 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
Dell NetWorker <19.9.0.1
Dell / NetWorker
|
<19.9.0.1 | ||
|
F5 BIG-IP
F5
|
cpe:/a:f5:big-ip:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source cURL <7.64.0
Open Source / cURL
|
<7.64.0 |
Es existiert eine nicht näher beschriebene Schwachstelle in cURL. Die Schwachstelle besteht bei der Erzeugung von NTLM Type-3 Headern. Ein Angreifer kann dieses zu einem Denial of Service Angriff und möglicherweise zu weiteren Angriffen nutzen. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Avamar <19.12
Dell / Avamar
|
<19.12 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
NetApp Data ONTAP
NetApp
|
cpe:/a:netapp:data_ontap:-
|
— | |
|
Open Source Arch Linux
Open Source
|
cpe:/o:archlinux:archlinux:-
|
— | |
|
Dell NetWorker <19.9.0.1
Dell / NetWorker
|
<19.9.0.1 | ||
|
Open Source cURL <7.64.0
Open Source / cURL
|
<7.64.0 | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— |
{
"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": "cURL ist eine Client-Software, die das Austauschen von Dateien mittels mehrerer Protokolle wie z. B. HTTP oder FTP erlaubt.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in cURL ausnutzen, um Informationen offenzulegen oder einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1640 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2019/wid-sec-w-2023-1640.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1640 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1640"
},
{
"category": "external",
"summary": "Project curl Security Advisory vom 2019-02-05",
"url": "https://curl.haxx.se/docs/CVE-2018-16890.html"
},
{
"category": "external",
"summary": "Project curl Security Advisory vom 2019-02-05",
"url": "https://curl.haxx.se/docs/CVE-2019-3823.html"
},
{
"category": "external",
"summary": "Project curl Security Advisory vom 2019-02-05",
"url": "https://curl.haxx.se/docs/CVE-2019-3822.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2019:0248-1 vom 2019-02-06",
"url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190248-1.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-3882-1 vom 2019-02-07",
"url": "https://usn.ubuntu.com/3882-1/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2019:0249-1 vom 2019-02-07",
"url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190249-1.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-4386 vom 2019-02-07",
"url": "https://www.debian.org/security/2019/dsa-4386"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-201902-15 vom 2019-02-12",
"url": "https://security.archlinux.org/ASA-201902-15"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-201902-14 vom 2019-02-12",
"url": "https://security.archlinux.org/ASA-201902-14"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-201902-13 vom 2019-02-12",
"url": "https://security.archlinux.org/ASA-201902-13"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-201902-12 vom 2019-02-12",
"url": "https://security.archlinux.org/ASA-201902-12"
},
{
"category": "external",
"summary": "Arch Linux Security Advisory ASA-201902-11 vom 2019-02-12",
"url": "https://security.archlinux.org/ASA-201902-11"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2019:0339-1 vom 2019-02-13",
"url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190339-1.html"
},
{
"category": "external",
"summary": "Gentoo Security Advisory GLSA 201903-03 vom 2019-03-10",
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20190315-0001 vom 2019-03-15",
"url": "https://security.netapp.com/advisory/ntap-20190315-0001/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2019:0249-2 vom 2019-04-12",
"url": "https://www.suse.com/support/update/announcement/2019/suse-su-20190249-2.html"
},
{
"category": "external",
"summary": "F5 Security Advisory K03314397 vom 2019-10-24",
"url": "https://support.f5.com/csp/article/K03314397"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2019:3701 vom 2019-11-05",
"url": "https://access.redhat.com/errata/RHSA-2019:3701"
},
{
"category": "external",
"summary": "Security update for Dell NetWorker",
"url": "https://www.dell.com/support/kbdoc/de-de/000215497/dsa-2023-233-security-update-for-dell-networker-curl-7-51-0"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-071 vom 2025-02-05",
"url": "https://www.dell.com/support/kbdoc/de-de/000281275/dsa-2025-071-security-update-for-dell-avamar-for-multiple-component-vulnerabilities"
}
],
"source_lang": "en-US",
"title": "cURL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-02-04T23:00:00.000+00:00",
"generator": {
"date": "2025-02-05T11:40:18.464+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.10"
}
},
"id": "WID-SEC-W-2023-1640",
"initial_release_date": "2019-02-05T23:00:00.000+00:00",
"revision_history": [
{
"date": "2019-02-05T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2019-02-06T23:00:00.000+00:00",
"number": "2",
"summary": "Bewertung ge\u00e4ndert"
},
{
"date": "2019-02-06T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2019-02-07T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2019-02-10T23:00:00.000+00:00",
"number": "5",
"summary": "Referenz(en) aufgenommen: FEDORA-2019-43489941FF"
},
{
"date": "2019-02-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Arch Linux aufgenommen"
},
{
"date": "2019-02-13T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2019-03-10T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von GENTOO aufgenommen"
},
{
"date": "2019-03-11T23:00:00.000+00:00",
"number": "9",
"summary": "Referenz(en) aufgenommen: GLSA-201903-03"
},
{
"date": "2019-03-14T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von NetApp aufgenommen"
},
{
"date": "2019-04-14T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2019-10-23T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2019-11-05T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-04T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-02-04T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "15"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c19.12",
"product": {
"name": "Dell Avamar \u003c19.12",
"product_id": "T040818"
}
},
{
"category": "product_version",
"name": "19.12",
"product": {
"name": "Dell Avamar 19.12",
"product_id": "T040818-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:19.12"
}
}
}
],
"category": "product_name",
"name": "Avamar"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c19.9.0.1",
"product": {
"name": "Dell NetWorker \u003c19.9.0.1",
"product_id": "T028404"
}
},
{
"category": "product_version",
"name": "19.9.0.1",
"product": {
"name": "Dell NetWorker 19.9.0.1",
"product_id": "T028404-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:19.9.0.1"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "F5 BIG-IP",
"product": {
"name": "F5 BIG-IP",
"product_id": "T001663",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:-"
}
}
}
],
"category": "vendor",
"name": "F5"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"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": [
{
"category": "product_name",
"name": "Open Source Arch Linux",
"product": {
"name": "Open Source Arch Linux",
"product_id": "T013312",
"product_identification_helper": {
"cpe": "cpe:/o:archlinux:archlinux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.64.0",
"product": {
"name": "Open Source cURL \u003c7.64.0",
"product_id": "T013566"
}
},
{
"category": "product_version",
"name": "7.64.0",
"product": {
"name": "Open Source cURL 7.64.0",
"product_id": "T013566-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:curl:curl:7.63.0"
}
}
}
],
"category": "product_name",
"name": "cURL"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-16890",
"notes": [
{
"category": "description",
"text": "In cURL existieren mehrere Schwachstellen. Die Schwachstellen befinden sich in smtp_endofresp() und bei der Bearbeitung von NTLM Type-2 Nachrichten. Ein Angreifer kann nutzen und einen Out-of-Bounds Lesezugriff durchf\u00fchren. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T040818",
"2951",
"T002207",
"67646",
"T000126",
"7654",
"T013312",
"T028404",
"T001663",
"T012167"
],
"last_affected": [
"T013566"
]
},
"release_date": "2019-02-05T23:00:00.000+00:00",
"title": "CVE-2018-16890"
},
{
"cve": "CVE-2019-3823",
"notes": [
{
"category": "description",
"text": "In cURL existieren mehrere Schwachstellen. Die Schwachstellen befinden sich in smtp_endofresp() und bei der Bearbeitung von NTLM Type-2 Nachrichten. Ein Angreifer kann nutzen und einen Out-of-Bounds Lesezugriff durchf\u00fchren. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T040818",
"2951",
"T002207",
"67646",
"T000126",
"7654",
"T013312",
"T028404",
"T001663",
"T012167"
],
"last_affected": [
"T013566"
]
},
"release_date": "2019-02-05T23:00:00.000+00:00",
"title": "CVE-2019-3823"
},
{
"cve": "CVE-2019-3822",
"notes": [
{
"category": "description",
"text": "Es existiert eine nicht n\u00e4her beschriebene Schwachstelle in cURL. Die Schwachstelle besteht bei der Erzeugung von NTLM Type-3 Headern. Ein Angreifer kann dieses zu einem Denial of Service Angriff und m\u00f6glicherweise zu weiteren Angriffen nutzen. Zur erfolgreichen Ausnutzung dieser Schwachstelle ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T040818",
"2951",
"T002207",
"67646",
"T000126",
"7654",
"T013312",
"T028404",
"T013566",
"T012167"
]
},
"release_date": "2019-02-05T23:00:00.000+00:00",
"title": "CVE-2019-3822"
}
]
}
WID-SEC-W-2025-1212
Vulnerability from csaf_certbund - Published: 2019-04-16 22:00 - Updated: 2025-06-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Policy Management 12.2
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.2
|
12.2 | |
|
Oracle Communications Unified Inventory Management 7.4.0
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.4.0
|
7.4.0 | |
|
Oracle Communications LSMS 13.3
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.3
|
13.3 | |
|
Oracle Communications Unified Inventory Management 7.3.4
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.4
|
7.3.4 | |
|
Oracle Communications LSMS 13.1
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.1
|
13.1 | |
|
Oracle Communications Messaging Server 8.1
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.1
|
8.1 | |
|
Oracle Communications EAGLE LNP Application Processor 10.2
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2
|
10.2 | |
|
Oracle Communications Unified Inventory Management 7.3.5
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.5
|
7.3.5 | |
|
Oracle Communications LSMS 13.2
Oracle / Communications LSMS
|
cpe:/a:oracle:communications_lsms:13.2
|
13.2 | |
|
Oracle Communications Unified Inventory Management 7.3.2
oracle / communications_unified_inventory_management
|
cpe:/a:oracle:communications_unified_inventory_management:7.3.2
|
7.3.2 | |
|
Oracle Communications EAGLE LNP Application Processor 10.0
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0
|
10 | |
|
Oracle Communications Session Border Controller 8.1.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.1.0
|
8.1.0 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Communications EAGLE LNP Application Processor 10.1
Oracle / Communications EAGLE LNP Application Processor
|
cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1
|
10.1 | |
|
Oracle Communications Session Border Controller 8.0.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.0.0
|
8.0.0 | |
|
Oracle Communications Policy Management 12.4
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.4
|
12.4 | |
|
Oracle Communications Session Border Controller 8.2.0
Oracle / Communications Session Border Controller
|
cpe:/a:oracle:communications_session_border_controller:8.2.0
|
8.2.0 | |
|
Oracle Communications Policy Management 12.1
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.1
|
12.1 | |
|
Oracle Communications Policy Management 12.3
Oracle / Communications Policy Management
|
cpe:/a:oracle:communications_policy_management:12.3
|
12.3 | |
|
Oracle Enterprise Communications Broker 3.1.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.1.0
|
3.1.0 | |
|
Oracle Communications Messaging Server 8.0
Oracle / Communications Messaging Server
|
cpe:/a:oracle:communications_messaging_server:8.0
|
8 | |
|
Oracle Enterprise Communications Broker 3.0.0
Oracle / Enterprise Communications Broker
|
cpe:/a:oracle:enterprise_communications_broker:3.0.0
|
3.0.0 | |
|
Oracle Communications Service Broker 6.0
Oracle / Communications Service Broker
|
cpe:/a:oracle:communications_service_broker:6.0
|
6 | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— |
{
"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": "Mit der Unified Communications Suite bietet Oracle eine Messaging- und Collaboration-Plattform an.\r\nOracle Communications Policy Management ist ein Produkt von Oracle und vereint mehrere Bereiche der Kommunikation.\r\nOracle Communications Unified Inventory Management (UIM) ist eine offene, standardbasierte Anwendung, die eine Bestandsaufnahme von Kommunikationsdiensten und -ressourcen erm\u00f6glicht.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Oracle Communications Applications ausnutzen, um dadurch die Integrit\u00e4t, Vertraulichkeit und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"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-2025-1212 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2019/wid-sec-w-2025-1212.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1212 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1212"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - April 2019 vom 2019-04-16",
"url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html#AppendixCGBU"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-4218-1 vom 2019-12-11",
"url": "https://usn.ubuntu.com/4218-1/"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-012 vom 2025-06-02",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/06/Xerox-Security-Bulletin-XRX25-012-for-Xerox-FreeFlow-Print-Server-v9.pdf"
}
],
"source_lang": "en-US",
"title": "Oracle Communications Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-06-02T22:00:00.000+00:00",
"generator": {
"date": "2025-06-03T09:23:36.426+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-1212",
"initial_release_date": "2019-04-16T22:00:00.000+00:00",
"revision_history": [
{
"date": "2019-04-16T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2019-04-17T22:00:00.000+00:00",
"number": "2",
"summary": "Schreibfehler korrigiert"
},
{
"date": "2019-12-10T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von XEROX aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10",
"product": {
"name": "Oracle Communications EAGLE LNP Application Processor 10.0",
"product_id": "T014014",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_eagle_lnp_application_processor:10.0"
}
}
},
{
"category": "product_version",
"name": "10.1",
"product": {
"name": "Oracle Communications EAGLE LNP Application Processor 10.1",
"product_id": "T014015",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_eagle_lnp_application_processor:10.1"
}
}
},
{
"category": "product_version",
"name": "10.2",
"product": {
"name": "Oracle Communications EAGLE LNP Application Processor 10.2",
"product_id": "T014016",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_eagle_lnp_application_processor:10.2"
}
}
}
],
"category": "product_name",
"name": "Communications EAGLE LNP Application Processor"
},
{
"branches": [
{
"category": "product_version",
"name": "13.1",
"product": {
"name": "Oracle Communications LSMS 13.1",
"product_id": "T006217",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_lsms:13.1"
}
}
},
{
"category": "product_version",
"name": "13.2",
"product": {
"name": "Oracle Communications LSMS 13.2",
"product_id": "T014017",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_lsms:13.2"
}
}
},
{
"category": "product_version",
"name": "13.3",
"product": {
"name": "Oracle Communications LSMS 13.3",
"product_id": "T014018",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_lsms:13.3"
}
}
}
],
"category": "product_name",
"name": "Communications LSMS"
},
{
"branches": [
{
"category": "product_version",
"name": "8.1",
"product": {
"name": "Oracle Communications Messaging Server 8.1",
"product_id": "T014019",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_messaging_server:8.1"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Oracle Communications Messaging Server 8.0",
"product_id": "T014020",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_messaging_server:8.0"
}
}
}
],
"category": "product_name",
"name": "Communications Messaging Server"
},
{
"branches": [
{
"category": "product_version",
"name": "12.2",
"product": {
"name": "Oracle Communications Policy Management 12.2",
"product_id": "T009732",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_policy_management:12.2"
}
}
},
{
"category": "product_version",
"name": "12.1",
"product": {
"name": "Oracle Communications Policy Management 12.1",
"product_id": "T014021",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_policy_management:12.1"
}
}
},
{
"category": "product_version",
"name": "12.3",
"product": {
"name": "Oracle Communications Policy Management 12.3",
"product_id": "T014022",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_policy_management:12.3"
}
}
},
{
"category": "product_version",
"name": "12.4",
"product": {
"name": "Oracle Communications Policy Management 12.4",
"product_id": "T014023",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_policy_management:12.4"
}
}
}
],
"category": "product_name",
"name": "Communications Policy Management"
},
{
"branches": [
{
"category": "product_version",
"name": "6",
"product": {
"name": "Oracle Communications Service Broker 6.0",
"product_id": "329193",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_service_broker:6.0"
}
}
}
],
"category": "product_name",
"name": "Communications Service Broker"
},
{
"branches": [
{
"category": "product_version",
"name": "8.2.0",
"product": {
"name": "Oracle Communications Session Border Controller 8.2.0",
"product_id": "T014024",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_session_border_controller:8.2.0"
}
}
},
{
"category": "product_version",
"name": "8.1.0",
"product": {
"name": "Oracle Communications Session Border Controller 8.1.0",
"product_id": "T014025",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_session_border_controller:8.1.0"
}
}
},
{
"category": "product_version",
"name": "8.0.0",
"product": {
"name": "Oracle Communications Session Border Controller 8.0.0",
"product_id": "T014026",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_session_border_controller:8.0.0"
}
}
}
],
"category": "product_name",
"name": "Communications Session Border Controller"
},
{
"branches": [
{
"category": "product_version",
"name": "3.1.0",
"product": {
"name": "Oracle Enterprise Communications Broker 3.1.0",
"product_id": "T014030",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:enterprise_communications_broker:3.1.0"
}
}
},
{
"category": "product_version",
"name": "3.0.0",
"product": {
"name": "Oracle Enterprise Communications Broker 3.0.0",
"product_id": "T014031",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:enterprise_communications_broker:3.0.0"
}
}
}
],
"category": "product_name",
"name": "Enterprise Communications Broker"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"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"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7.4.0",
"product": {
"name": "Oracle Communications Unified Inventory Management 7.4.0",
"product_id": "T013407",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_unified_inventory_management:7.4.0"
}
}
},
{
"category": "product_version",
"name": "7.3.5",
"product": {
"name": "Oracle Communications Unified Inventory Management 7.3.5",
"product_id": "T014027",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_unified_inventory_management:7.3.5"
}
}
},
{
"category": "product_version",
"name": "7.3.2",
"product": {
"name": "Oracle Communications Unified Inventory Management 7.3.2",
"product_id": "T014028",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_unified_inventory_management:7.3.2"
}
}
},
{
"category": "product_version",
"name": "7.3.4",
"product": {
"name": "Oracle Communications Unified Inventory Management 7.3.4",
"product_id": "T014029",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_unified_inventory_management:7.3.4"
}
}
}
],
"category": "product_name",
"name": "communications_unified_inventory_management"
}
],
"category": "vendor",
"name": "oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-9251",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2015-9251"
},
{
"cve": "CVE-2016-1000031",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2016-1000031"
},
{
"cve": "CVE-2016-1181",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2016-1181"
},
{
"cve": "CVE-2016-1182",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2016-1182"
},
{
"cve": "CVE-2016-7055",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2016-7055"
},
{
"cve": "CVE-2016-8735",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2016-8735"
},
{
"cve": "CVE-2017-0861",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-0861"
},
{
"cve": "CVE-2017-12617",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-12617"
},
{
"cve": "CVE-2017-15265",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-15265"
},
{
"cve": "CVE-2017-3730",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3730"
},
{
"cve": "CVE-2017-3731",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3731"
},
{
"cve": "CVE-2017-3732",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3732"
},
{
"cve": "CVE-2017-3733",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3733"
},
{
"cve": "CVE-2017-3735",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3735"
},
{
"cve": "CVE-2017-3736",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3736"
},
{
"cve": "CVE-2017-3738",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-3738"
},
{
"cve": "CVE-2017-5645",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-5645"
},
{
"cve": "CVE-2017-5664",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-5664"
},
{
"cve": "CVE-2017-5753",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-5753"
},
{
"cve": "CVE-2017-5754",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-5754"
},
{
"cve": "CVE-2017-7525",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2017-7525"
},
{
"cve": "CVE-2018-0732",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-0732"
},
{
"cve": "CVE-2018-0733",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-0733"
},
{
"cve": "CVE-2018-0734",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-0734"
},
{
"cve": "CVE-2018-0737",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-0737"
},
{
"cve": "CVE-2018-0739",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-0739"
},
{
"cve": "CVE-2018-1000004",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-1000004"
},
{
"cve": "CVE-2018-1000180",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-1000180"
},
{
"cve": "CVE-2018-1000613",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-1000613"
},
{
"cve": "CVE-2018-10901",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-10901"
},
{
"cve": "CVE-2018-11039",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11039"
},
{
"cve": "CVE-2018-11040",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11040"
},
{
"cve": "CVE-2018-11218",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11218"
},
{
"cve": "CVE-2018-11219",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11219"
},
{
"cve": "CVE-2018-11236",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11236"
},
{
"cve": "CVE-2018-11237",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11237"
},
{
"cve": "CVE-2018-11784",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-11784"
},
{
"cve": "CVE-2018-12384",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-12384"
},
{
"cve": "CVE-2018-12404",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-12404"
},
{
"cve": "CVE-2018-1257",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-1257"
},
{
"cve": "CVE-2018-1258",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-1258"
},
{
"cve": "CVE-2018-16864",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-16864"
},
{
"cve": "CVE-2018-16865",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-16865"
},
{
"cve": "CVE-2018-16890",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-16890"
},
{
"cve": "CVE-2018-3620",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-3620"
},
{
"cve": "CVE-2018-3646",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-3646"
},
{
"cve": "CVE-2018-3693",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-3693"
},
{
"cve": "CVE-2018-6485",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-6485"
},
{
"cve": "CVE-2018-7489",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-7489"
},
{
"cve": "CVE-2018-7566",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2018-7566"
},
{
"cve": "CVE-2019-3822",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2019-3822"
},
{
"cve": "CVE-2019-3823",
"product_status": {
"known_affected": [
"T009732",
"T013407",
"T014018",
"T014029",
"T006217",
"T014019",
"T014016",
"T014027",
"T014017",
"T014028",
"T014014",
"T014025",
"T002977",
"T014015",
"T014026",
"T014023",
"T014024",
"T014021",
"T014022",
"T014030",
"T014020",
"T014031",
"329193",
"T000126"
]
},
"release_date": "2019-04-16T22:00:00.000+00:00",
"title": "CVE-2019-3823"
}
]
}
WID-SEC-W-2026-0180
Vulnerability from csaf_certbund - Published: 2026-01-20 23:00 - Updated: 2026-01-20 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Dell Data Protection Advisor <19.12 SP2
Dell / Data Protection Advisor
|
<19.12 SP2 |
{
"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": "Data Protection Advisor ist eine Monitoring L\u00f6sung. Der Collector ist der lokale Agent.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell Data Protection Advisor ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand zu erzeugen, Sicherheitsma\u00dfnahmen zu umgehen und nicht n\u00e4her spezifizierte Angriffe zu starten.",
"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-0180 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0180.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0180 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0180"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-031 vom 2026-01-20",
"url": "https://www.dell.com/support/kbdoc/000417034"
}
],
"source_lang": "en-US",
"title": "Dell Data Protection Advisor: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-20T23:00:00.000+00:00",
"generator": {
"date": "2026-01-21T11:19:18.076+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0180",
"initial_release_date": "2026-01-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c19.12 SP2",
"product": {
"name": "Dell Data Protection Advisor \u003c19.12 SP2",
"product_id": "T050241"
}
},
{
"category": "product_version",
"name": "19.12 SP2",
"product": {
"name": "Dell Data Protection Advisor 19.12 SP2",
"product_id": "T050241-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:data_protection_advisor:19.12_sp2"
}
}
}
],
"category": "product_name",
"name": "Data Protection Advisor"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2009-2625",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2009-2625"
},
{
"cve": "CVE-2010-4252",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2010-4252"
},
{
"cve": "CVE-2010-5298",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2010-5298"
},
{
"cve": "CVE-2011-1473",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2011-1473"
},
{
"cve": "CVE-2011-1945",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2011-1945"
},
{
"cve": "CVE-2012-0027",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2012-0027"
},
{
"cve": "CVE-2012-0213",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2012-0213"
},
{
"cve": "CVE-2012-0881",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2012-0881"
},
{
"cve": "CVE-2012-6153",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2012-6153"
},
{
"cve": "CVE-2013-0166",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2013-0166"
},
{
"cve": "CVE-2013-0169",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2013-0169"
},
{
"cve": "CVE-2013-4002",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2013-4002"
},
{
"cve": "CVE-2013-4366",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2013-4366"
},
{
"cve": "CVE-2013-7285",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2013-7285"
},
{
"cve": "CVE-2014-0076",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-0076"
},
{
"cve": "CVE-2014-0114",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-0114"
},
{
"cve": "CVE-2014-0195",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-0195"
},
{
"cve": "CVE-2014-0221",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-0221"
},
{
"cve": "CVE-2014-0224",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-0224"
},
{
"cve": "CVE-2014-3470",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3470"
},
{
"cve": "CVE-2014-3488",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3488"
},
{
"cve": "CVE-2014-3490",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3490"
},
{
"cve": "CVE-2014-3505",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3505"
},
{
"cve": "CVE-2014-3506",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3506"
},
{
"cve": "CVE-2014-3507",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3507"
},
{
"cve": "CVE-2014-3510",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3510"
},
{
"cve": "CVE-2014-3529",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3529"
},
{
"cve": "CVE-2014-3558",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3558"
},
{
"cve": "CVE-2014-3566",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3566"
},
{
"cve": "CVE-2014-3567",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3567"
},
{
"cve": "CVE-2014-3568",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3568"
},
{
"cve": "CVE-2014-3570",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3570"
},
{
"cve": "CVE-2014-3571",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3571"
},
{
"cve": "CVE-2014-3572",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3572"
},
{
"cve": "CVE-2014-3574",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3574"
},
{
"cve": "CVE-2014-3623",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-3623"
},
{
"cve": "CVE-2014-7839",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-7839"
},
{
"cve": "CVE-2014-8122",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-8122"
},
{
"cve": "CVE-2014-8125",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-8125"
},
{
"cve": "CVE-2014-8176",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-8176"
},
{
"cve": "CVE-2014-8275",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-8275"
},
{
"cve": "CVE-2014-9527",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2014-9527"
},
{
"cve": "CVE-2015-0204",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0204"
},
{
"cve": "CVE-2015-0209",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0209"
},
{
"cve": "CVE-2015-0286",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0286"
},
{
"cve": "CVE-2015-0287",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0287"
},
{
"cve": "CVE-2015-0288",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0288"
},
{
"cve": "CVE-2015-0289",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0289"
},
{
"cve": "CVE-2015-0292",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0292"
},
{
"cve": "CVE-2015-0293",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-0293"
},
{
"cve": "CVE-2015-1788",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-1788"
},
{
"cve": "CVE-2015-1789",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-1789"
},
{
"cve": "CVE-2015-1790",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-1790"
},
{
"cve": "CVE-2015-1791",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-1791"
},
{
"cve": "CVE-2015-1792",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-1792"
},
{
"cve": "CVE-2015-2156",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-2156"
},
{
"cve": "CVE-2015-3158",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-3158"
},
{
"cve": "CVE-2015-3195",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-3195"
},
{
"cve": "CVE-2015-4000",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-4000"
},
{
"cve": "CVE-2015-5241",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-5241"
},
{
"cve": "CVE-2015-5253",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2015-5253"
},
{
"cve": "CVE-2016-0703",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-0703"
},
{
"cve": "CVE-2016-0704",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-0704"
},
{
"cve": "CVE-2016-0750",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-0750"
},
{
"cve": "CVE-2016-2105",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2105"
},
{
"cve": "CVE-2016-2106",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2106"
},
{
"cve": "CVE-2016-2107",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2107"
},
{
"cve": "CVE-2016-2108",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2108"
},
{
"cve": "CVE-2016-2109",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2109"
},
{
"cve": "CVE-2016-2141",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2141"
},
{
"cve": "CVE-2016-2176",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2176"
},
{
"cve": "CVE-2016-2177",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2177"
},
{
"cve": "CVE-2016-2178",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2178"
},
{
"cve": "CVE-2016-2179",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2179"
},
{
"cve": "CVE-2016-2180",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2180"
},
{
"cve": "CVE-2016-2181",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2181"
},
{
"cve": "CVE-2016-2182",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2182"
},
{
"cve": "CVE-2016-2183",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2183"
},
{
"cve": "CVE-2016-2510",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-2510"
},
{
"cve": "CVE-2016-3674",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-3674"
},
{
"cve": "CVE-2016-4606",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-4606"
},
{
"cve": "CVE-2016-4802",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-4802"
},
{
"cve": "CVE-2016-5000",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-5000"
},
{
"cve": "CVE-2016-5419",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-5419"
},
{
"cve": "CVE-2016-5420",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-5420"
},
{
"cve": "CVE-2016-5421",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-5421"
},
{
"cve": "CVE-2016-6302",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6302"
},
{
"cve": "CVE-2016-6303",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6303"
},
{
"cve": "CVE-2016-6304",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6304"
},
{
"cve": "CVE-2016-6345",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6345"
},
{
"cve": "CVE-2016-6346",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6346"
},
{
"cve": "CVE-2016-6347",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6347"
},
{
"cve": "CVE-2016-6348",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6348"
},
{
"cve": "CVE-2016-6812",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-6812"
},
{
"cve": "CVE-2016-7056",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-7056"
},
{
"cve": "CVE-2016-7141",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-7141"
},
{
"cve": "CVE-2016-7167",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-7167"
},
{
"cve": "CVE-2016-8610",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8610"
},
{
"cve": "CVE-2016-8615",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8615"
},
{
"cve": "CVE-2016-8616",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8616"
},
{
"cve": "CVE-2016-8617",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8617"
},
{
"cve": "CVE-2016-8618",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8618"
},
{
"cve": "CVE-2016-8619",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8619"
},
{
"cve": "CVE-2016-8620",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8620"
},
{
"cve": "CVE-2016-8621",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8621"
},
{
"cve": "CVE-2016-8622",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8622"
},
{
"cve": "CVE-2016-8623",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8623"
},
{
"cve": "CVE-2016-8624",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8624"
},
{
"cve": "CVE-2016-8625",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8625"
},
{
"cve": "CVE-2016-8739",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-8739"
},
{
"cve": "CVE-2016-9586",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9586"
},
{
"cve": "CVE-2016-9594",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9594"
},
{
"cve": "CVE-2016-9840",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9840"
},
{
"cve": "CVE-2016-9841",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9841"
},
{
"cve": "CVE-2016-9842",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9842"
},
{
"cve": "CVE-2016-9843",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9843"
},
{
"cve": "CVE-2016-9878",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9878"
},
{
"cve": "CVE-2016-9952",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9952"
},
{
"cve": "CVE-2016-9953",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2016-9953"
},
{
"cve": "CVE-2017-1000100",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000100"
},
{
"cve": "CVE-2017-1000101",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000101"
},
{
"cve": "CVE-2017-1000207",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000207"
},
{
"cve": "CVE-2017-1000208",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000208"
},
{
"cve": "CVE-2017-1000254",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000254"
},
{
"cve": "CVE-2017-1000257",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000257"
},
{
"cve": "CVE-2017-1000487",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-1000487"
},
{
"cve": "CVE-2017-12626",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-12626"
},
{
"cve": "CVE-2017-15089",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-15089"
},
{
"cve": "CVE-2017-15095",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-15095"
},
{
"cve": "CVE-2017-17485",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-17485"
},
{
"cve": "CVE-2017-2629",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-2629"
},
{
"cve": "CVE-2017-2638",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-2638"
},
{
"cve": "CVE-2017-3156",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-3156"
},
{
"cve": "CVE-2017-3735",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-3735"
},
{
"cve": "CVE-2017-3737",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-3737"
},
{
"cve": "CVE-2017-5644",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-5644"
},
{
"cve": "CVE-2017-5662",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-5662"
},
{
"cve": "CVE-2017-5929",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-5929"
},
{
"cve": "CVE-2017-7525",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-7525"
},
{
"cve": "CVE-2017-7957",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-7957"
},
{
"cve": "CVE-2017-8816",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-8816"
},
{
"cve": "CVE-2017-8817",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-8817"
},
{
"cve": "CVE-2017-9502",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2017-9502"
},
{
"cve": "CVE-2018-1000007",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000007"
},
{
"cve": "CVE-2018-1000120",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000120"
},
{
"cve": "CVE-2018-1000121",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000121"
},
{
"cve": "CVE-2018-1000122",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000122"
},
{
"cve": "CVE-2018-1000301",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000301"
},
{
"cve": "CVE-2018-1000632",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1000632"
},
{
"cve": "CVE-2018-1002200",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1002200"
},
{
"cve": "CVE-2018-10237",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-10237"
},
{
"cve": "CVE-2018-11307",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-11307"
},
{
"cve": "CVE-2018-11771",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-11771"
},
{
"cve": "CVE-2018-12022",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-12022"
},
{
"cve": "CVE-2018-1275",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-1275"
},
{
"cve": "CVE-2018-14371",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14371"
},
{
"cve": "CVE-2018-14618",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14618"
},
{
"cve": "CVE-2018-14718",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14718"
},
{
"cve": "CVE-2018-14719",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14719"
},
{
"cve": "CVE-2018-14720",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14720"
},
{
"cve": "CVE-2018-14721",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-14721"
},
{
"cve": "CVE-2018-16839",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-16839"
},
{
"cve": "CVE-2018-16842",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-16842"
},
{
"cve": "CVE-2018-16890",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-16890"
},
{
"cve": "CVE-2018-19360",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-19360"
},
{
"cve": "CVE-2018-19361",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-19361"
},
{
"cve": "CVE-2018-19362",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-19362"
},
{
"cve": "CVE-2018-25032",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2018-8013",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-8013"
},
{
"cve": "CVE-2018-8039",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2018-8039"
},
{
"cve": "CVE-2019-10086",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-10086"
},
{
"cve": "CVE-2019-10158",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-10158"
},
{
"cve": "CVE-2019-10173",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-10173"
},
{
"cve": "CVE-2019-10174",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-10174"
},
{
"cve": "CVE-2019-10219",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-10219"
},
{
"cve": "CVE-2019-12086",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12086"
},
{
"cve": "CVE-2019-12384",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12384"
},
{
"cve": "CVE-2019-12406",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12406"
},
{
"cve": "CVE-2019-12415",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12415"
},
{
"cve": "CVE-2019-12419",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12419"
},
{
"cve": "CVE-2019-12423",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12423"
},
{
"cve": "CVE-2019-12814",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-12814"
},
{
"cve": "CVE-2019-14379",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-14379"
},
{
"cve": "CVE-2019-14439",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-14439"
},
{
"cve": "CVE-2019-14540",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-14540"
},
{
"cve": "CVE-2019-14892",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-14892"
},
{
"cve": "CVE-2019-14893",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-14893"
},
{
"cve": "CVE-2019-1559",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-1559"
},
{
"cve": "CVE-2019-16168",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-16168"
},
{
"cve": "CVE-2019-16335",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-16335"
},
{
"cve": "CVE-2019-16942",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-16942"
},
{
"cve": "CVE-2019-16943",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-16943"
},
{
"cve": "CVE-2019-17091",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-17091"
},
{
"cve": "CVE-2019-17267",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-17267"
},
{
"cve": "CVE-2019-17531",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-17531"
},
{
"cve": "CVE-2019-17566",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-17566"
},
{
"cve": "CVE-2019-17573",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-17573"
},
{
"cve": "CVE-2019-19645",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-19645"
},
{
"cve": "CVE-2019-19646",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-19646"
},
{
"cve": "CVE-2019-20330",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-20330"
},
{
"cve": "CVE-2019-3822",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-3822"
},
{
"cve": "CVE-2019-3823",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-3823"
},
{
"cve": "CVE-2019-5427",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-5427"
},
{
"cve": "CVE-2019-5436",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-5436"
},
{
"cve": "CVE-2019-5443",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-5443"
},
{
"cve": "CVE-2019-5482",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2019-5482"
},
{
"cve": "CVE-2020-10650",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-10650"
},
{
"cve": "CVE-2020-10673",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-10673"
},
{
"cve": "CVE-2020-10969",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-10969"
},
{
"cve": "CVE-2020-11655",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-11655"
},
{
"cve": "CVE-2020-11656",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-11656"
},
{
"cve": "CVE-2020-11979",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-11979"
},
{
"cve": "CVE-2020-11987",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-11987"
},
{
"cve": "CVE-2020-13434",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13434"
},
{
"cve": "CVE-2020-13435",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13435"
},
{
"cve": "CVE-2020-13630",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13630"
},
{
"cve": "CVE-2020-13631",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13631"
},
{
"cve": "CVE-2020-13632",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13632"
},
{
"cve": "CVE-2020-13954",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-13954"
},
{
"cve": "CVE-2020-14297",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-14297"
},
{
"cve": "CVE-2020-15250",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-15250"
},
{
"cve": "CVE-2020-15358",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-15358"
},
{
"cve": "CVE-2020-1945",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-1945"
},
{
"cve": "CVE-2020-1954",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-1954"
},
{
"cve": "CVE-2020-1968",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-1968"
},
{
"cve": "CVE-2020-24025",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-24025"
},
{
"cve": "CVE-2020-24616",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-24616"
},
{
"cve": "CVE-2020-24750",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-24750"
},
{
"cve": "CVE-2020-25711",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-25711"
},
{
"cve": "CVE-2020-26217",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-26217"
},
{
"cve": "CVE-2020-26258",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-26258"
},
{
"cve": "CVE-2020-26259",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-26259"
},
{
"cve": "CVE-2020-28499",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-28499"
},
{
"cve": "CVE-2020-35490",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-35490"
},
{
"cve": "CVE-2020-35491",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-35491"
},
{
"cve": "CVE-2020-35728",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-35728"
},
{
"cve": "CVE-2020-36179",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36179"
},
{
"cve": "CVE-2020-36180",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36180"
},
{
"cve": "CVE-2020-36181",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36181"
},
{
"cve": "CVE-2020-36182",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36182"
},
{
"cve": "CVE-2020-36183",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36183"
},
{
"cve": "CVE-2020-36184",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36184"
},
{
"cve": "CVE-2020-36185",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36185"
},
{
"cve": "CVE-2020-36186",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36186"
},
{
"cve": "CVE-2020-36187",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36187"
},
{
"cve": "CVE-2020-36188",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36188"
},
{
"cve": "CVE-2020-36189",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-36189"
},
{
"cve": "CVE-2020-6950",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-6950"
},
{
"cve": "CVE-2020-8177",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8177"
},
{
"cve": "CVE-2020-8231",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8231"
},
{
"cve": "CVE-2020-8284",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8284"
},
{
"cve": "CVE-2020-8285",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8285"
},
{
"cve": "CVE-2020-8286",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8286"
},
{
"cve": "CVE-2020-8840",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-8840"
},
{
"cve": "CVE-2020-9546",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-9546"
},
{
"cve": "CVE-2020-9547",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-9547"
},
{
"cve": "CVE-2020-9548",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2020-9548"
},
{
"cve": "CVE-2021-20190",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-20190"
},
{
"cve": "CVE-2021-20250",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-20250"
},
{
"cve": "CVE-2021-21341",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21341"
},
{
"cve": "CVE-2021-21342",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21342"
},
{
"cve": "CVE-2021-21343",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21343"
},
{
"cve": "CVE-2021-21344",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21344"
},
{
"cve": "CVE-2021-21345",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21345"
},
{
"cve": "CVE-2021-21346",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21346"
},
{
"cve": "CVE-2021-21347",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21347"
},
{
"cve": "CVE-2021-21348",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21348"
},
{
"cve": "CVE-2021-21349",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21349"
},
{
"cve": "CVE-2021-21350",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21350"
},
{
"cve": "CVE-2021-21351",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21351"
},
{
"cve": "CVE-2021-21363",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21363"
},
{
"cve": "CVE-2021-21364",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-21364"
},
{
"cve": "CVE-2021-22570",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22570"
},
{
"cve": "CVE-2021-22876",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22876"
},
{
"cve": "CVE-2021-22898",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22898"
},
{
"cve": "CVE-2021-22922",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22922"
},
{
"cve": "CVE-2021-22923",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22923"
},
{
"cve": "CVE-2021-22924",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22924"
},
{
"cve": "CVE-2021-22925",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22925"
},
{
"cve": "CVE-2021-22926",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22926"
},
{
"cve": "CVE-2021-22946",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2021-22947",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-22947"
},
{
"cve": "CVE-2021-23839",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-23839"
},
{
"cve": "CVE-2021-23840",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-23840"
},
{
"cve": "CVE-2021-23841",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-23841"
},
{
"cve": "CVE-2021-23926",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-23926"
},
{
"cve": "CVE-2021-27568",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-27568"
},
{
"cve": "CVE-2021-29425",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-29425"
},
{
"cve": "CVE-2021-29505",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-29505"
},
{
"cve": "CVE-2021-33813",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-33813"
},
{
"cve": "CVE-2021-35515",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-35515"
},
{
"cve": "CVE-2021-35516",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-35516"
},
{
"cve": "CVE-2021-35517",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-35517"
},
{
"cve": "CVE-2021-36090",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-36090"
},
{
"cve": "CVE-2021-36373",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-36373"
},
{
"cve": "CVE-2021-3712",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-3712"
},
{
"cve": "CVE-2021-39139",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39139"
},
{
"cve": "CVE-2021-39140",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39140"
},
{
"cve": "CVE-2021-39141",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39141"
},
{
"cve": "CVE-2021-39144",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39144"
},
{
"cve": "CVE-2021-39145",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39145"
},
{
"cve": "CVE-2021-39146",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39146"
},
{
"cve": "CVE-2021-39147",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39147"
},
{
"cve": "CVE-2021-39148",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39148"
},
{
"cve": "CVE-2021-39149",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39149"
},
{
"cve": "CVE-2021-39150",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39150"
},
{
"cve": "CVE-2021-39151",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39151"
},
{
"cve": "CVE-2021-39152",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39152"
},
{
"cve": "CVE-2021-39153",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39153"
},
{
"cve": "CVE-2021-39154",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-39154"
},
{
"cve": "CVE-2021-4044",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-4044"
},
{
"cve": "CVE-2021-42550",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-42550"
},
{
"cve": "CVE-2021-43859",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2021-43859"
},
{
"cve": "CVE-2022-0084",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-0084"
},
{
"cve": "CVE-2022-0778",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-0778"
},
{
"cve": "CVE-2022-22576",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-22576"
},
{
"cve": "CVE-2022-25758",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-25758"
},
{
"cve": "CVE-2022-25883",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-25883"
},
{
"cve": "CVE-2022-25927",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-25927"
},
{
"cve": "CVE-2022-26336",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-26336"
},
{
"cve": "CVE-2022-27774",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-27774"
},
{
"cve": "CVE-2022-27776",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-27776"
},
{
"cve": "CVE-2022-27781",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32208",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-33987",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-33987"
},
{
"cve": "CVE-2022-3509",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-3509"
},
{
"cve": "CVE-2022-3510",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-3510"
},
{
"cve": "CVE-2022-35252",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-35737",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-37434",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-38778",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-38778"
},
{
"cve": "CVE-2022-38900",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-38900"
},
{
"cve": "CVE-2022-40151",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-40151"
},
{
"cve": "CVE-2022-41704",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-41704"
},
{
"cve": "CVE-2022-41940",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-41940"
},
{
"cve": "CVE-2022-41966",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-41966"
},
{
"cve": "CVE-2022-4244",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-4244"
},
{
"cve": "CVE-2022-4245",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-4245"
},
{
"cve": "CVE-2022-42890",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-42890"
},
{
"cve": "CVE-2022-43552",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-44729",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-44729"
},
{
"cve": "CVE-2022-44730",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-44730"
},
{
"cve": "CVE-2022-45688",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2023-0842",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-0842"
},
{
"cve": "CVE-2023-1370",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-20860",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-20860"
},
{
"cve": "CVE-2023-26136",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-26136"
},
{
"cve": "CVE-2023-26159",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-26159"
},
{
"cve": "CVE-2023-27533",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27538",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-28319",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-28319"
},
{
"cve": "CVE-2023-28320",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-31125",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-31125"
},
{
"cve": "CVE-2023-32697",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-32697"
},
{
"cve": "CVE-2023-35116",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2023-37460",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-37460"
},
{
"cve": "CVE-2023-38546",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-38546"
},
{
"cve": "CVE-2023-44270",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-44270"
},
{
"cve": "CVE-2023-45133",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-45133"
},
{
"cve": "CVE-2023-45853",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-45853"
},
{
"cve": "CVE-2023-46218",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-46218"
},
{
"cve": "CVE-2023-7104",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2023-7104"
},
{
"cve": "CVE-2024-22243",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-22243"
},
{
"cve": "CVE-2024-51127",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-51127"
},
{
"cve": "CVE-2024-7264",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2025-31257",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-31257"
},
{
"cve": "CVE-2025-53057",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-53057"
},
{
"cve": "CVE-2025-53066",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-53066"
},
{
"cve": "CVE-2025-61748",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61748"
},
{
"cve": "CVE-2025-61755",
"product_status": {
"known_affected": [
"T050241"
]
},
"release_date": "2026-01-20T23:00:00.000+00:00",
"title": "CVE-2025-61755"
}
]
}
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.