Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21364 (GCVE-0-2021-21364)
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:15.938Z",
"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-hpv8-9rq5-hq7w"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
],
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-200",
"description": "CWE-200 Information Exposure",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-378",
"description": "CWE-378: Creation of Temporary File With Insecure Permissions",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-732",
"description": "CWE-732 Incorrect Permission Assignment for Critical Resource",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-03-11T03:05:16.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-hpv8-9rq5-hq7w"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
],
"source": {
"advisory": "GHSA-hpv8-9rq5-hq7w",
"discovery": "UNKNOWN"
},
"title": "Generated Code Contains Local Information Disclosure Vulnerability",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21364",
"STATE": "PUBLIC",
"TITLE": "Generated Code Contains Local Information Disclosure Vulnerability"
},
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200 Information Exposure"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-378: Creation of Temporary File With Insecure Permissions"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-732 Incorrect Permission Assignment for Critical Resource"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w",
"refsource": "CONFIRM",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2",
"refsource": "MISC",
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
]
},
"source": {
"advisory": "GHSA-hpv8-9rq5-hq7w",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2021-21364",
"datePublished": "2021-03-11T03:05:16.000Z",
"dateReserved": "2020-12-22T00:00:00.000Z",
"dateUpdated": "2024-08-03T18:09:15.938Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2021-21364",
"date": "2026-06-17",
"epss": "0.00282",
"percentile": "0.19747"
},
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363.\"}, {\"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 al analizar su definici\\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas tipo Unix, el directorio temporal del sistema es compartido entre todos los usuarios locales.\u0026#xa0;Cuando son creados files/directories, las configuraciones predeterminadas de \\\"umask\\\" para el proceso son respetadas.\u0026#xa0;Como resultado, por defecto, la mayor\\u00eda de los procesos /apis crear\\u00e1n files/directories con los permisos \\\"-rw-r - r -\\\" y \\\"drwxr-xr-x\\\" respectivamente, a menos que una API que ajusta expl\\u00edcitamente permisos de archivos seguros sea usada.\u0026#xa0;Debido a que esta vulnerabilidad impacta el c\\u00f3digo generado, el c\\u00f3digo generado seguir\\u00e1 siendo vulnerable hasta que sea corregido manualmente.\u0026#xa0;Esta vulnerabilidad es corregida en versi\\u00f3n 2.4.19.\u0026#xa0;Tome en cuenta que esta es una vulnerabilidad diferente de CVE-2021-21363\"}]",
"id": "CVE-2021-21364",
"lastModified": "2024-11-21T05:48:12.240",
"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:H/I:N/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"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:L/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 5.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:L/AC:L/Au:N/C:P/I:N/A:N\", \"baseScore\": 2.1, \"accessVector\": \"LOCAL\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"LOW\", \"exploitabilityScore\": 3.9, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2021-03-11T03:15:12.070",
"references": "[{\"url\": \"https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-200\"}, {\"lang\": \"en\", \"value\": \"CWE-378\"}, {\"lang\": \"en\", \"value\": \"CWE-732\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-732\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2021-21364\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2021-03-11T03:15:12.070\",\"lastModified\":\"2024-11-21T05:48:12.240\",\"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363.\"},{\"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 al analizar su definici\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas tipo Unix, el directorio temporal del sistema es compartido entre todos los usuarios locales.\u0026#xa0;Cuando son creados files/directories, las configuraciones predeterminadas de \\\"umask\\\" para el proceso son respetadas.\u0026#xa0;Como resultado, por defecto, la mayor\u00eda de los procesos /apis crear\u00e1n files/directories con los permisos \\\"-rw-r - r -\\\" y \\\"drwxr-xr-x\\\" respectivamente, a menos que una API que ajusta expl\u00edcitamente permisos de archivos seguros sea usada.\u0026#xa0;Debido a que esta vulnerabilidad impacta el c\u00f3digo generado, el c\u00f3digo generado seguir\u00e1 siendo vulnerable hasta que sea corregido manualmente.\u0026#xa0;Esta vulnerabilidad es corregida en versi\u00f3n 2.4.19.\u0026#xa0;Tome en cuenta que esta es una vulnerabilidad diferente de CVE-2021-21363\"}],\"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:H/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"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:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:P/I:N/A:N\",\"baseScore\":2.1,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"},{\"lang\":\"en\",\"value\":\"CWE-378\"},{\"lang\":\"en\",\"value\":\"CWE-732\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-732\"}]}],\"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/35adbd552d5f99b3ff1e0e59da228becc85190f2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]}]}}"
}
}
FKIE_CVE-2021-21364
Vulnerability from fkie_nvd - Published: 2021-03-11 03:15 - Updated: 2024-11-21 05:485.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2 | Patch, Third Party Advisory | |
| security-advisories@github.com | https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w | Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2 | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w | Mitigation, 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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363."
},
{
"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 al analizar su definici\u00f3n de OpenAPI/Swagger.\u0026#xa0;En swagger-codegen versiones anteriores a 2.4.19, en sistemas tipo Unix, el directorio temporal del sistema es compartido entre todos los usuarios locales.\u0026#xa0;Cuando son creados files/directories, las configuraciones predeterminadas de \"umask\" para el proceso son respetadas.\u0026#xa0;Como resultado, por defecto, la mayor\u00eda de los procesos /apis crear\u00e1n files/directories con los permisos \"-rw-r - r -\" y \"drwxr-xr-x\" respectivamente, a menos que una API que ajusta expl\u00edcitamente permisos de archivos seguros sea usada.\u0026#xa0;Debido a que esta vulnerabilidad impacta el c\u00f3digo generado, el c\u00f3digo generado seguir\u00e1 siendo vulnerable hasta que sea corregido manualmente.\u0026#xa0;Esta vulnerabilidad es corregida en versi\u00f3n 2.4.19.\u0026#xa0;Tome en cuenta que esta es una vulnerabilidad diferente de CVE-2021-21363"
}
],
"id": "CVE-2021-21364",
"lastModified": "2024-11-21T05:48:12.240",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "LOW",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"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": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 0.8,
"impactScore": 4.0,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-03-11T03:15:12.070",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
},
{
"lang": "en",
"value": "CWE-378"
},
{
"lang": "en",
"value": "CWE-732"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-732"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-HPV8-9RQ5-HQ7W
Vulnerability from github – Published: 2021-03-11 03:09 – Updated: 2022-10-25 20:35Impact
This vulnerability impacts generated code. If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually!
On Unix-Like systems, the system temporary directory is shared between all local users. When files/directories are created, the default umask settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions -rw-r--r-- and drwxr-xr-x respectively, unless an API that explicitly sets safe file permissions is used.
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-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633
Patches
Fix has been applied to the master branch with:
- https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2
included in release: 2.4.19
Workarounds
Users can remediate the vulnerability in non patched version by manually (or programmatically e.g. in CI) updating the generated source code to use java.nio.files.Files temporary file creation instead of java.io.File, e.g. by changing
if (tempFolderPath == null)
return File.createTempFile(prefix, suffix);
else
return File.createTempFile(prefix, suffix, new File(tempFolderPath));
to
if (tempFolderPath == null)
return Files.createTempFile(prefix, suffix).toFile();
else
return Files.createTempFile(Paths.get(tempFolderPath), prefix, suffix).toFile();
or generally changing:
File.createTempFile(prefix, suffix);
to
Files.createTempFile(prefix, suffix).toFile();
References
- CWE-378: Creation of Temporary File With Insecure Permissions
- CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
- CWE-732: Incorrect Permission Assignment for Critical Resource
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 code exists in the code generator, in the generated code.
In this case, I believe this is only a local information disclosure. IE. another user can read the information, not replace it.
In particular, the method
File.createTempFilefrom the JDK is vulnerable to this local information disclosure vulnerability.This is because
File.createTempFilecreates a file inside of the system temporary directory with the permissions:-rw-r--r--. Thus the contents of this file are viewable by all other users locally on the system.
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834
- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633
The fix here is to switch to the
FilesAPI, instead ofFileas that appropriately sets the file permissions.
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.swagger:swagger-codegen"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.19"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-21364"
],
"database_specific": {
"cwe_ids": [
"CWE-200",
"CWE-378",
"CWE-732"
],
"github_reviewed": true,
"github_reviewed_at": "2021-03-11T03:08:54Z",
"nvd_published_at": "2021-03-11T03:15:00Z",
"severity": "MODERATE"
},
"details": "### Impact\n\n**This vulnerability impacts generated code.** If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually!\n\nOn Unix-Like systems, the system temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used.\n\n#### Java Code\n\nThe method `File.createTempFile` from the JDK is vulnerable to this local information disclosure vulnerability.\n\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834\n- https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633\n\n### Patches\n\nFix has been applied to the master branch with:\n\n* https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2\n\nincluded in release: 2.4.19\n\n\n### Workarounds\n\nUsers can remediate the vulnerability in non patched version by manually (or programmatically e.g. in CI) updating the generated source code to use `java.nio.files.Files` temporary file creation instead of `java.io.File`, e.g. by changing\n\n```java\n\n if (tempFolderPath == null)\n return File.createTempFile(prefix, suffix);\n else\n return File.createTempFile(prefix, suffix, new File(tempFolderPath));\n\n```\n\nto \n\n```java\n\n if (tempFolderPath == null)\n return Files.createTempFile(prefix, suffix).toFile();\n else\n return Files.createTempFile(Paths.get(tempFolderPath), prefix, suffix).toFile();\n\n```\n\nor generally changing:\n\n```java\n\nFile.createTempFile(prefix, suffix);\n\n```\n\nto \n\n```java\n\nFiles.createTempFile(prefix, suffix).toFile();\n\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-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\n* [CWE-732: Incorrect Permission Assignment for Critical Resource](https://cwe.mitre.org/data/definitions/732.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 code exists in the code generator, in the generated code.\n\u003e \n\u003e In this case, I believe this is only a local information disclosure. IE. another user can read the information, not replace it.\n\u003e \n\u003e In particular, the method `File.createTempFile` from the JDK is vulnerable to this local information disclosure vulnerability.\n\u003e \n\u003e This is because `File.createTempFile` creates a file inside of the system temporary directory with the permissions: `-rw-r--r--`. Thus the contents of this file are viewable by all other users locally on the system.\n\u003e \n\u003e - https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/kotlin-client/infrastructure/ApiClient.kt.mustache#L209\n\u003e - https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/finch/api.mustache#L84\n\u003e - https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/ApiClient.mustache#L831-L834\n\u003e - https://github.com/swagger-api/swagger-codegen/blob/068b1ebcb7b04a48ad38f1cadd24bb3810c9f1ab/modules/swagger-codegen/src/main/resources/Java/libraries/jersey2/ApiClient.mustache#L630-L633\n\u003e \n\u003e The fix here is to switch to the `Files` API, instead of `File` as that appropriately sets the file permissions.\n\u003e ",
"id": "GHSA-hpv8-9rq5-hq7w",
"modified": "2022-10-25T20:35:54Z",
"published": "2021-03-11T03:09:18Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-21364"
},
{
"type": "WEB",
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "Generated Code Contains Local Information Disclosure Vulnerability"
}
GSD-2021-21364
Vulnerability from gsd - Updated: 2023-12-13 01:23{
"GSD": {
"alias": "CVE-2021-21364",
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363.",
"id": "GSD-2021-21364"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2021-21364"
],
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363.",
"id": "GSD-2021-21364",
"modified": "2023-12-13T01:23:10.855493Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-21364",
"STATE": "PUBLIC",
"TITLE": "Generated Code Contains Local Information Disclosure Vulnerability"
},
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200 Information Exposure"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-378: Creation of Temporary File With Insecure Permissions"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-732 Incorrect Permission Assignment for Critical Resource"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w",
"refsource": "CONFIRM",
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2",
"refsource": "MISC",
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
]
},
"source": {
"advisory": "GHSA-hpv8-9rq5-hq7w",
"discovery": "UNKNOWN"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "(,2.4.19)",
"affected_versions": "All versions before 2.4.19",
"cvss_v2": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-732",
"CWE-937"
],
"date": "2022-10-21",
"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-21364",
"identifiers": [
"CVE-2021-21364",
"GHSA-hpv8-9rq5-hq7w"
],
"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": "Information Exposure",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2021-21364"
],
"uuid": "868f0efc-4884-4e99-927e-1497553c91c8"
},
{
"affected_range": "(,2.4.19)",
"affected_versions": "All versions before 2.4.19",
"cvss_v2": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-200",
"CWE-732",
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363.",
"fixed_versions": [
"2.4.19"
],
"identifier": "CVE-2021-21364",
"identifiers": [
"GHSA-hpv8-9rq5-hq7w",
"CVE-2021-21364"
],
"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": "Incorrect Permission Assignment for Critical Resource",
"urls": [
"https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w",
"https://nvd.nist.gov/vuln/detail/CVE-2021-21364",
"https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2",
"https://github.com/advisories/GHSA-hpv8-9rq5-hq7w"
],
"uuid": "2a8f7f81-d635-43ec-84c2-c690afeecf1f"
}
]
},
"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-21364"
},
"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 temporary directory is shared between all local users. When files/directories are created, the default `umask` settings for the process are respected. As a result, by default, most processes/apis will create files/directories with the permissions `-rw-r--r--` and `drwxr-xr-x` respectively, unless an API that explicitly sets safe file permissions is used. Because this vulnerability impacts generated code, the generated code will remain vulnerable until fixed manually! This vulnerability is fixed in version 2.4.19. Note this is a distinct vulnerability from CVE-2021-21363."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-732"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w",
"refsource": "CONFIRM",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/security/advisories/GHSA-hpv8-9rq5-hq7w"
},
{
"name": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/swagger-api/swagger-codegen/commit/35adbd552d5f99b3ff1e0e59da228becc85190f2"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.1,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 3.9,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "LOW",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2022-10-21T22:41Z",
"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.