Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21363 (GCVE-0-2021-21363)
Vulnerability from cvelistv5 – Published: 2021-03-11 03:05 – Updated: 2024-08-03 18:09| URL | Tags |
|---|---|
| https://github.com/swagger-api/swagger-codegen/se… | x_refsource_CONFIRM |
| https://github.com/swagger-api/swagger-codegen/co… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| swagger-api | swagger-codegen |
Affected:
< 2.4.19
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T18:09:16.080Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "swagger-codegen",
"vendor": "swagger-api",
"versions": [
{
"status": "affected",
"version": "\u003c 2.4.19"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-379",
"description": "CWE-379 Creation of Temporary File in Directory with Incorrect Permissions",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-378",
"description": "CWE-378: Creation of Temporary File With Insecure Permissions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-03-11T03:05:23.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
],
"source": {
"advisory": "GHSA-pc22-3g76-gm6j",
"discovery": "UNKNOWN"
},
"title": "Generator Web Application: Local Privilege Escalation Vulnerability via System Temp Directory",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21363",
"STATE": "PUBLIC",
"TITLE": "Generator Web Application: Local Privilege Escalation Vulnerability via System Temp Directory"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "swagger-codegen",
"version": {
"version_data": [
{
"version_value": "\u003c 2.4.19"
}
]
}
}
]
},
"vendor_name": "swagger-api"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-379 Creation of Temporary File in Directory with Incorrect Permissions"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-378: Creation of Temporary File With Insecure Permissions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j",
"refsource": "CONFIRM",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89",
"refsource": "MISC",
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
]
},
"source": {
"advisory": "GHSA-pc22-3g76-gm6j",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-21363",
"datePublished": "2021-03-11T03:05:23.000Z",
"dateReserved": "2020-12-22T00:00:00.000Z",
"dateUpdated": "2024-08-03T18:09:16.080Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-21363",
"date": "2026-06-17",
"epss": "0.00414",
"percentile": "0.3291"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:smartbear:swagger-codegen:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"2.4.19\", \"matchCriteriaId\": \"28D1596B-24DA-4372-B7C9-585ECDBA8C30\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364.\"}, {\"lang\": \"es\", \"value\": \"swagger-codegen es un proyecto de c\\u00f3digo abierto que contiene un motor basado en plantillas para generar documentaci\\u00f3n, clientes API y stubs de servidor en diferentes idiomas mediante el an\\u00e1lisis de su definici\\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas similares a Unix, el directorio temporal del sistema se comparte entre todos los usuarios de ese sistema.\u0026#xa0;Un usuario ubicado puede observar el proceso de creaci\\u00f3n de un subdirectorio temporal en el directorio temporal compartido y una corrida para completar la creaci\\u00f3n del subdirectorio temporal.\u0026#xa0;Esta vulnerabilidad es una escalada de privilegios local porque un atacante puede agregar el contenido de \\\"outputFolder\\\".\u0026#xa0;Como tal, el c\\u00f3digo escrito en este directorio, cuando se ejecuta, puede ser controlado por el atacante.\u0026#xa0;Para mayor detalles, consulte el GitHub Security Advisory al que se hace referencia.\u0026#xa0;Esta vulnerabilidad es corregido en versi\\u00f3n 2.4.19\"}]",
"id": "CVE-2021-21363",
"lastModified": "2024-11-21T05:48:12.120",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 4.0}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.0, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.0, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:L/AC:M/Au:N/C:P/I:P/A:P\", \"baseScore\": 4.4, \"accessVector\": \"LOCAL\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"PARTIAL\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 3.4, \"impactScore\": 6.4, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2021-03-11T03:15:11.977",
"references": "[{\"url\": \"https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-378\"}, {\"lang\": \"en\", \"value\": \"CWE-379\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-21363\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-03-11T03:15:11.977\",\"lastModified\":\"2024-11-21T05:48:12.120\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364.\"},{\"lang\":\"es\",\"value\":\"swagger-codegen es un proyecto de c\u00f3digo abierto que contiene un motor basado en plantillas para generar documentaci\u00f3n, clientes API y stubs de servidor en diferentes idiomas mediante el an\u00e1lisis de su definici\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas similares a Unix, el directorio temporal del sistema se comparte entre todos los usuarios de ese sistema.\u0026#xa0;Un usuario ubicado puede observar el proceso de creaci\u00f3n de un subdirectorio temporal en el directorio temporal compartido y una corrida para completar la creaci\u00f3n del subdirectorio temporal.\u0026#xa0;Esta vulnerabilidad es una escalada de privilegios local porque un atacante puede agregar el contenido de \\\"outputFolder\\\".\u0026#xa0;Como tal, el c\u00f3digo escrito en este directorio, cuando se ejecuta, puede ser controlado por el atacante.\u0026#xa0;Para mayor detalles, consulte el GitHub Security Advisory al que se hace referencia.\u0026#xa0;Esta vulnerabilidad es corregido en versi\u00f3n 2.4.19\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.8,\"impactScore\":4.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":4.4,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.4,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-378\"},{\"lang\":\"en\",\"value\":\"CWE-379\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:smartbear:swagger-codegen:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.4.19\",\"matchCriteriaId\":\"28D1596B-24DA-4372-B7C9-585ECDBA8C30\"}]}]}],\"references\":[{\"url\":\"https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}"
}
}
FKIE_CVE-2021-21363
Vulnerability from fkie_nvd - Published: 2021-03-11 03:15 - Updated: 2024-11-21 05:487.0 (High) - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89 | Patch, Third Party Advisory | |
| security-advisories@github.com | https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89 | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j | Exploit, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| smartbear | swagger-codegen | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:smartbear:swagger-codegen:*:*:*:*:*:*:*:*",
"matchCriteriaId": "28D1596B-24DA-4372-B7C9-585ECDBA8C30",
"versionEndExcluding": "2.4.19",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364."
},
{
"lang": "es",
"value": "swagger-codegen es un proyecto de c\u00f3digo abierto que contiene un motor basado en plantillas para generar documentaci\u00f3n, clientes API y stubs de servidor en diferentes idiomas mediante el an\u00e1lisis de su definici\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas similares a Unix, el directorio temporal del sistema se comparte entre todos los usuarios de ese sistema.\u0026#xa0;Un usuario ubicado puede observar el proceso de creaci\u00f3n de un subdirectorio temporal en el directorio temporal compartido y una corrida para completar la creaci\u00f3n del subdirectorio temporal.\u0026#xa0;Esta vulnerabilidad es una escalada de privilegios local porque un atacante puede agregar el contenido de \"outputFolder\".\u0026#xa0;Como tal, el c\u00f3digo escrito en este directorio, cuando se ejecuta, puede ser controlado por el atacante.\u0026#xa0;Para mayor detalles, consulte el GitHub Security Advisory al que se hace referencia.\u0026#xa0;Esta vulnerabilidad es corregido en versi\u00f3n 2.4.19"
}
],
"id": "CVE-2021-21363",
"lastModified": "2024-11-21T05:48:12.120",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.4,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:L/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 3.4,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 0.8,
"impactScore": 4.0,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-03-11T03:15:11.977",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-378"
},
{
"lang": "en",
"value": "CWE-379"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-PC22-3G76-GM6J
Vulnerability from github – Published: 2021-03-11 03:09 – Updated: 2021-03-22 23:45Impact
On Unix like systems, the system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory.
This vulnerability is local privilege escalation because the contents of the outputFolder can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled.
Java Code
The method File.createTempFile from the JDK is vulnerable to this local information disclosure vulnerability.
https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-generator/src/main/java/io/swagger/generator/online/Generator.java#L174-L185
Patches
Fix has been applied to the master branch with:
- https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89
included in release: 2.4.19
References
- CWE-378: Creation of Temporary File With Insecure Permissions
- CWE-379: Creation of Temporary File in Directory with Insecure Permissions
For more information
If you have any questions or comments about this advisory:
- Email us at security@swagger.io
Original vulnerability report
I'm performing OSS security research under the GitHub Security Lab Bug Bounty program. I've been using a custom CodeQL query to find local temporary directory vulnerabilities in OSS with three custom CodeQL queries.
- https://github.com/github/codeql/pull/4388/files#diff-71d36c0f2bd0b08e32866f873f1c906cdc17277e0ad327c0c6cd2c882f30de4f
- https://github.com/github/codeql/pull/4388/files#diff-1893a18a8bf43c011d61a7889d0139b998a5a78701a30fe7722eddd4c506aaac
- https://github.com/github/codeql/pull/4473
The code generated by the Swagger Generator contains a local information disclosure vulnerability. The system temporary directory, on unix-like systems is shared between multiple users. Information written to this directory, or directories created under this directory that do not correctly set the posix standard permissions can have these directories read/modified by other users.
This vulnerability exists in the maven plugin.
This vulnerability is distinctly different. This vulnerability is most likely a local privilege escalation vulnerability.
https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-generator/src/main/java/io/swagger/generator/online/Generator.java#L174-L185
This vulnerability is very similar to this similar vulnerability I disclosed in the Eclipse Jetty project.
https://github.com/eclipse/jetty.project/security/advisories/GHSA-g3wg-6mcf-8jj6
This is due to a race condition between the call to
deleteand the call tomkdirs.
java // ensure file will always be unique by appending random digits File outputFolder = File.createTempFile("codegen-", "-tmp"); // Attacker knows the full path of the file that will be generated // delete the file that was created outputFolder.delete(); // Attacker sees file is deleted and begins a race to create their own directory before Swagger Code Generator. // and make a directory of the same name // SECURITY VULNERABILITY: Race Condition! - Attacker beats Swagger Code Generator and now owns this directory outputFolder.mkdirs();This vulnerability is local privilege escalation because the contents of the
outputFoldercan be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled.The fix here is to switch to the
FilesAPI for creating temporary directories. Which does not contain this race condition, and appropriately sets the correct file permissions.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.swagger:swagger-codegen"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.19"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-21363"
],
"database_specific": {
"cwe_ids": [
"CWE-378",
"CWE-379"
],
"github_reviewed": true,
"github_reviewed_at": "2021-03-11T03:07:41Z",
"nvd_published_at": "2021-03-11T03:15:00Z",
"severity": "LOW"
},
"details": "### Impact\n\nOn Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. \n\nThis vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled.\n\n#### Java Code\n\nThe method `File.createTempFile` from the JDK is vulnerable to this local information disclosure vulnerability.\n\nhttps://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-generator/src/main/java/io/swagger/generator/online/Generator.java#L174-L185\n\n\n### Patches\n\nFix has been applied to the master branch with:\n\n* https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89\n\nincluded in release: 2.4.19\n\n\n### References\n\n* [CWE-378: Creation of Temporary File With Insecure Permissions](https://cwe.mitre.org/data/definitions/378.html)\n* [CWE-379: Creation of Temporary File in Directory with Insecure Permissions](https://cwe.mitre.org/data/definitions/379.html)\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Email us at [security@swagger.io](mailto:security@swagger.io)\n\n#### Original vulnerability report\n\n\u003e I\u0027m performing OSS security research under the GitHub Security Lab Bug Bounty program.\n\u003e I\u0027ve been using a custom CodeQL query to find local temporary directory vulnerabilities in OSS with three custom CodeQL queries.\n\u003e \n\u003e - https://github.com/github/codeql/pull/4388/files#diff-71d36c0f2bd0b08e32866f873f1c906cdc17277e0ad327c0c6cd2c882f30de4f\n\u003e - https://github.com/github/codeql/pull/4388/files#diff-1893a18a8bf43c011d61a7889d0139b998a5a78701a30fe7722eddd4c506aaac\n\u003e - https://github.com/github/codeql/pull/4473\n\u003e \n\u003e The code generated by the Swagger Generator contains a local information disclosure vulnerability. The system temporary directory, on unix-like systems is shared between multiple users. Information written to this directory, or directories created under this directory that do not correctly set the posix standard permissions can have these directories read/modified by other users.\n\u003e \n\u003e ---\n\u003e \n\u003e This vulnerability exists in the maven plugin.\n\u003e \n\u003e This vulnerability is distinctly different. This vulnerability is most likely a local privilege escalation vulnerability.\n\u003e \n\u003e https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-generator/src/main/java/io/swagger/generator/online/Generator.java#L174-L185\n\u003e \n\u003e This vulnerability is very similar to this similar vulnerability I disclosed in the Eclipse Jetty project.\n\u003e \n\u003e https://github.com/eclipse/jetty.project/security/advisories/GHSA-g3wg-6mcf-8jj6\n\u003e \n\u003e This is due to a race condition between the call to `delete` and the call to `mkdirs`.\n\u003e \n\u003e ```java\n\u003e // ensure file will always be unique by appending random digits\n\u003e File outputFolder = File.createTempFile(\"codegen-\", \"-tmp\"); // Attacker knows the full path of the file that will be generated\n\u003e // delete the file that was created\n\u003e outputFolder.delete(); // Attacker sees file is deleted and begins a race to create their own directory before Swagger Code Generator.\n\u003e // and make a directory of the same name\n\u003e // SECURITY VULNERABILITY: Race Condition! - Attacker beats Swagger Code Generator and now owns this directory\n\u003e outputFolder.mkdirs();\n\u003e ```\n\u003e \n\u003e This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled.\n\u003e \n\u003e The fix here is to switch to the `Files` API for creating temporary directories. Which does not contain this race condition, and appropriately sets the correct file permissions.\n\u003e ",
"id": "GHSA-pc22-3g76-gm6j",
"modified": "2021-03-22T23:45:20Z",
"published": "2021-03-11T03:09:16Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21363"
},
{
"type": "WEB",
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Generator Web Application: Local Privilege Escalation Vulnerability via System Temp Directory"
}
GSD-2021-21363
Vulnerability from gsd - Updated: 2023-12-13 01:23{
"GSD": {
"alias": "CVE-2021-21363",
"description": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364.",
"id": "GSD-2021-21363"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-21363"
],
"details": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364.",
"id": "GSD-2021-21363",
"modified": "2023-12-13T01:23:10.368282Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21363",
"STATE": "PUBLIC",
"TITLE": "Generator Web Application: Local Privilege Escalation Vulnerability via System Temp Directory"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "swagger-codegen",
"version": {
"version_data": [
{
"version_value": "\u003c 2.4.19"
}
]
}
}
]
},
"vendor_name": "swagger-api"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-379 Creation of Temporary File in Directory with Incorrect Permissions"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-378: Creation of Temporary File With Insecure Permissions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j",
"refsource": "CONFIRM",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89",
"refsource": "MISC",
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
]
},
"source": {
"advisory": "GHSA-pc22-3g76-gm6j",
"discovery": "UNKNOWN"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "(,2.4.19)",
"affected_versions": "All versions before 2.4.19",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:P/A:P",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-378",
"CWE-379",
"CWE-937"
],
"date": "2021-03-18",
"description": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.",
"fixed_versions": [
"2.4.19"
],
"identifier": "CVE-2021-21363",
"identifiers": [
"CVE-2021-21363",
"GHSA-pc22-3g76-gm6j"
],
"not_impacted": "All versions starting from 2.4.19",
"package_slug": "maven/io.swagger/swagger-codegen-maven-plugin",
"pubdate": "2021-03-11",
"solution": "Upgrade to version 2.4.19 or above.",
"title": "Creation of Temporary File With Insecure Permissions",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2021-21363"
],
"uuid": "0c985bd1-1ca7-46de-9692-1a98982413aa"
},
{
"affected_range": "(,2.4.19)",
"affected_versions": "All versions before 2.4.19",
"cvss_v2": "AV:L/AC:M/Au:N/C:P/I:P/A:P",
"cvss_v3": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-378",
"CWE-379",
"CWE-78",
"CWE-937"
],
"date": "2021-03-22",
"description": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364.",
"fixed_versions": [
"2.4.19"
],
"identifier": "CVE-2021-21363",
"identifiers": [
"GHSA-pc22-3g76-gm6j",
"CVE-2021-21363"
],
"not_impacted": "All versions starting from 2.4.19",
"package_slug": "maven/io.swagger/swagger-codegen",
"pubdate": "2021-03-11",
"solution": "Upgrade to version 2.4.19 or above.",
"title": "Creation of Temporary File in Directory with Insecure Permissions",
"urls": [
"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j",
"https://nvd.nist.gov/vuln/detail/CVE-2021-21363",
"https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89",
"https://github.com/advisories/GHSA-pc22-3g76-gm6j"
],
"uuid": "32f760aa-3672-4ed2-861f-58fb99ef3120"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:smartbear:swagger-codegen:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "2.4.19",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21363"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix like systems, the system\u0027s temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This vulnerability is local privilege escalation because the contents of the `outputFolder` can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled. For more details refer to the referenced GitHub Security Advisory. This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21364."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-378"
},
{
"lang": "en",
"value": "CWE-379"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j",
"refsource": "CONFIRM",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-pc22-3g76-gm6j"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/987ea7a30b463cc239580d6ad166c707ae942a89"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.4,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:L/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 3.4,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9
}
},
"lastModifiedDate": "2021-03-18T16:11Z",
"publishedDate": "2021-03-11T03:15Z"
}
}
}
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.