Search
Find a vulnerability
Search criteria
4 vulnerabilities found for backblaze by backblaze
CVE-2020-8290 (GCVE-0-2020-8290)
Vulnerability from nvd – Published: 2020-12-27 01:22 – Updated: 2024-08-04 09:56
VLAI
Summary
Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary.
Severity
No CVSS data available.
CWE
- CWE-269 - Improper Privilege Management (CWE-269)
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://hackerone.com/reports/818857 | x_refsource_MISC |
| https://youtu.be/OpC6neWd2aM | x_refsource_MISC |
| https://github.com/geffner/CVE-2020-8290/blob/mas… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T09:56:28.299Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://hackerone.com/reports/818857"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Backblaze",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "Prior to 7.0.0.439"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-269",
"description": "Improper Privilege Management (CWE-269)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-12-27T01:22:39.000Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/818857"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"ID": "CVE-2020-8290",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Backblaze",
"version": {
"version_data": [
{
"version_value": "Prior to 7.0.0.439"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Privilege Management (CWE-269)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/818857",
"refsource": "MISC",
"url": "https://hackerone.com/reports/818857"
},
{
"name": "https://youtu.be/OpC6neWd2aM",
"refsource": "MISC",
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"name": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md",
"refsource": "MISC",
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2020-8290",
"datePublished": "2020-12-27T01:22:39.000Z",
"dateReserved": "2020-01-28T00:00:00.000Z",
"dateUpdated": "2024-08-04T09:56:28.299Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-8289 (GCVE-0-2020-8289)
Vulnerability from nvd – Published: 2020-12-27 01:20 – Updated: 2024-08-04 09:56
VLAI
Summary
Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality.
Severity
No CVSS data available.
CWE
- CWE-295 - Improper Certificate Validation (CWE-295)
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://hackerone.com/reports/818853 | x_refsource_MISC |
| https://youtu.be/W0THXbcX5V8 | x_refsource_MISC |
| https://github.com/geffner/CVE-2020-8289/blob/mas… | x_refsource_MISC |
| https://www.backblaze.com/blog/backblaze-cloud-ba… | x_refsource_MISC |
| http://seclists.org/fulldisclosure/2020/Dec/57 | mailing-listx_refsource_FULLDISC |
| http://seclists.org/fulldisclosure/2020/Dec/58 | mailing-listx_refsource_FULLDISC |
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T09:56:28.315Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://hackerone.com/reports/818853"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC",
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC",
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Backblaze",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "Improper Certificate Validation (CWE-295)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-12-29T10:06:13.000Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/818853"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"ID": "CVE-2020-8289",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Backblaze",
"version": {
"version_data": [
{
"version_value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Certificate Validation (CWE-295)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/818853",
"refsource": "MISC",
"url": "https://hackerone.com/reports/818853"
},
{
"name": "https://youtu.be/W0THXbcX5V8",
"refsource": "MISC",
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"name": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md",
"refsource": "MISC",
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"name": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/",
"refsource": "MISC",
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2020-8289",
"datePublished": "2020-12-27T01:20:50.000Z",
"dateReserved": "2020-01-28T00:00:00.000Z",
"dateUpdated": "2024-08-04T09:56:28.315Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-8290 (GCVE-0-2020-8290)
Vulnerability from cvelistv5 – Published: 2020-12-27 01:22 – Updated: 2024-08-04 09:56
VLAI
Summary
Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary.
Severity
No CVSS data available.
CWE
- CWE-269 - Improper Privilege Management (CWE-269)
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://hackerone.com/reports/818857 | x_refsource_MISC |
| https://youtu.be/OpC6neWd2aM | x_refsource_MISC |
| https://github.com/geffner/CVE-2020-8290/blob/mas… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T09:56:28.299Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://hackerone.com/reports/818857"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Backblaze",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "Prior to 7.0.0.439"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-269",
"description": "Improper Privilege Management (CWE-269)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-12-27T01:22:39.000Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/818857"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"ID": "CVE-2020-8290",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Backblaze",
"version": {
"version_data": [
{
"version_value": "Prior to 7.0.0.439"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Backblaze for Windows and Backblaze for macOS before 7.0.0.439 suffer from improper privilege management in `bztransmit` helper due to lack of permission handling and validation before creation of client update directories allowing for local escalation of privilege via rogue client update binary."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Privilege Management (CWE-269)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/818857",
"refsource": "MISC",
"url": "https://hackerone.com/reports/818857"
},
{
"name": "https://youtu.be/OpC6neWd2aM",
"refsource": "MISC",
"url": "https://youtu.be/OpC6neWd2aM"
},
{
"name": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md",
"refsource": "MISC",
"url": "https://github.com/geffner/CVE-2020-8290/blob/master/README.md"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2020-8290",
"datePublished": "2020-12-27T01:22:39.000Z",
"dateReserved": "2020-01-28T00:00:00.000Z",
"dateUpdated": "2024-08-04T09:56:28.299Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-8289 (GCVE-0-2020-8289)
Vulnerability from cvelistv5 – Published: 2020-12-27 01:20 – Updated: 2024-08-04 09:56
VLAI
Summary
Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality.
Severity
No CVSS data available.
CWE
- CWE-295 - Improper Certificate Validation (CWE-295)
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://hackerone.com/reports/818853 | x_refsource_MISC |
| https://youtu.be/W0THXbcX5V8 | x_refsource_MISC |
| https://github.com/geffner/CVE-2020-8289/blob/mas… | x_refsource_MISC |
| https://www.backblaze.com/blog/backblaze-cloud-ba… | x_refsource_MISC |
| http://seclists.org/fulldisclosure/2020/Dec/57 | mailing-listx_refsource_FULLDISC |
| http://seclists.org/fulldisclosure/2020/Dec/58 | mailing-listx_refsource_FULLDISC |
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T09:56:28.315Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://hackerone.com/reports/818853"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC",
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC",
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "Backblaze",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "Improper Certificate Validation (CWE-295)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-12-29T10:06:13.000Z",
"orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"shortName": "hackerone"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://hackerone.com/reports/818853"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"tags": [
"mailing-list",
"x_refsource_FULLDISC"
],
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"ID": "CVE-2020-8289",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Backblaze",
"version": {
"version_data": [
{
"version_value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Backblaze for Windows before 7.0.1.433 and Backblaze for macOS before 7.0.1.434 suffer from improper certificate validation in `bztransmit` helper due to hardcoded whitelist of strings in URLs where validation is disabled leading to possible remote code execution via client update functionality."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Certificate Validation (CWE-295)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://hackerone.com/reports/818853",
"refsource": "MISC",
"url": "https://hackerone.com/reports/818853"
},
{
"name": "https://youtu.be/W0THXbcX5V8",
"refsource": "MISC",
"url": "https://youtu.be/W0THXbcX5V8"
},
{
"name": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md",
"refsource": "MISC",
"url": "https://github.com/geffner/CVE-2020-8289/blob/master/README.md"
},
{
"name": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/",
"refsource": "MISC",
"url": "https://www.backblaze.com/blog/backblaze-cloud-backup-release-7-0-1/"
},
{
"name": "20201229 Re: [FD] CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2020/Dec/57"
},
{
"name": "20201229 Re: CVE-2020-8150 - Remote Code Execution as SYSTEM/root via Backblaze",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2020/Dec/58"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1",
"assignerShortName": "hackerone",
"cveId": "CVE-2020-8289",
"datePublished": "2020-12-27T01:20:50.000Z",
"dateReserved": "2020-01-28T00:00:00.000Z",
"dateUpdated": "2024-08-04T09:56:28.315Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}