Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
4 vulnerabilities by kjur
CVE-2021-30246 (GCVE-0-2021-30246)
Vulnerability from cvelistv5 – Published: 2021-04-07 20:11 – Updated: 2024-08-03 22:24
VLAI
Summary
In the jsrsasign package through 10.1.13 for Node.js, some invalid RSA PKCS#1 v1.5 signatures are mistakenly recognized to be valid. NOTE: there is no known practical attack.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://kjur.github.io/jsrsasign/ | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/issues/478 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/10.1.13 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T22:24:59.577Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/issues/478"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/10.1.13"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the jsrsasign package through 10.1.13 for Node.js, some invalid RSA PKCS#1 v1.5 signatures are mistakenly recognized to be valid. NOTE: there is no known practical attack."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-04-07T20:11:56.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/issues/478"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/10.1.13"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2021-30246",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the jsrsasign package through 10.1.13 for Node.js, some invalid RSA PKCS#1 v1.5 signatures are mistakenly recognized to be valid. NOTE: there is no known practical attack."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://kjur.github.io/jsrsasign/",
"refsource": "MISC",
"url": "https://kjur.github.io/jsrsasign/"
},
{
"name": "https://github.com/kjur/jsrsasign/issues/478",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/issues/478"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/10.1.13",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/10.1.13"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2021-30246",
"datePublished": "2021-04-07T20:11:56.000Z",
"dateReserved": "2021-04-07T00:00:00.000Z",
"dateUpdated": "2024-08-03T22:24:59.577Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-14966 (GCVE-0-2020-14966)
Vulnerability from cvelistv5 – Published: 2020-06-22 11:20 – Updated: 2024-08-04 13:00
VLAI
Summary
An issue was discovered in the jsrsasign package through 8.0.18 for Node.js. It allows a malleability in ECDSA signatures by not checking overflows in the length of a sequence and '0' characters appended or prepended to an integer. The modified signatures are verified as valid. This could have a security-relevant impact if an application relied on a single canonical signature.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://kjur.github.io/jsrsasign/ | x_refsource_MISC |
| https://www.npmjs.com/package/jsrsasign | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/issues/437 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.18 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.17 | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2020072… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:00:52.168Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/issues/437"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in the jsrsasign package through 8.0.18 for Node.js. It allows a malleability in ECDSA signatures by not checking overflows in the length of a sequence and \u00270\u0027 characters appended or prepended to an integer. The modified signatures are verified as valid. This could have a security-relevant impact if an application relied on a single canonical signature."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-07-24T13:06:17.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/issues/437"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-14966",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in the jsrsasign package through 8.0.18 for Node.js. It allows a malleability in ECDSA signatures by not checking overflows in the length of a sequence and \u00270\u0027 characters appended or prepended to an integer. The modified signatures are verified as valid. This could have a security-relevant impact if an application relied on a single canonical signature."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://kjur.github.io/jsrsasign/",
"refsource": "MISC",
"url": "https://kjur.github.io/jsrsasign/"
},
{
"name": "https://www.npmjs.com/package/jsrsasign",
"refsource": "MISC",
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"name": "https://github.com/kjur/jsrsasign/issues/437",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/issues/437"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"name": "https://security.netapp.com/advisory/ntap-20200724-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2020-14966",
"datePublished": "2020-06-22T11:20:13.000Z",
"dateReserved": "2020-06-22T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:00:52.168Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-14968 (GCVE-0-2020-14968)
Vulnerability from cvelistv5 – Published: 2020-06-22 11:19 – Updated: 2024-08-04 13:00
VLAI
Summary
An issue was discovered in the jsrsasign package before 8.0.17 for Node.js. Its RSASSA-PSS (RSA-PSS) implementation does not detect signature manipulation/modification by prepending '\0' bytes to a signature (it accepts these modified signatures as valid). An attacker can abuse this behavior in an application by creating multiple valid signatures where only one signature should exist. Also, an attacker might prepend these bytes with the goal of triggering memory corruption issues.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://kjur.github.io/jsrsasign/ | x_refsource_MISC |
| https://www.npmjs.com/package/jsrsasign | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.18 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.17 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/issues/438 | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2020072… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:00:52.147Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/issues/438"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in the jsrsasign package before 8.0.17 for Node.js. Its RSASSA-PSS (RSA-PSS) implementation does not detect signature manipulation/modification by prepending \u0027\\0\u0027 bytes to a signature (it accepts these modified signatures as valid). An attacker can abuse this behavior in an application by creating multiple valid signatures where only one signature should exist. Also, an attacker might prepend these bytes with the goal of triggering memory corruption issues."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-07-24T13:06:19.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/issues/438"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-14968",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in the jsrsasign package before 8.0.17 for Node.js. Its RSASSA-PSS (RSA-PSS) implementation does not detect signature manipulation/modification by prepending \u0027\\0\u0027 bytes to a signature (it accepts these modified signatures as valid). An attacker can abuse this behavior in an application by creating multiple valid signatures where only one signature should exist. Also, an attacker might prepend these bytes with the goal of triggering memory corruption issues."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://kjur.github.io/jsrsasign/",
"refsource": "MISC",
"url": "https://kjur.github.io/jsrsasign/"
},
{
"name": "https://www.npmjs.com/package/jsrsasign",
"refsource": "MISC",
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"name": "https://github.com/kjur/jsrsasign/issues/438",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/issues/438"
},
{
"name": "https://security.netapp.com/advisory/ntap-20200724-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2020-14968",
"datePublished": "2020-06-22T11:19:49.000Z",
"dateReserved": "2020-06-22T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:00:52.147Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
CVE-2020-14967 (GCVE-0-2020-14967)
Vulnerability from cvelistv5 – Published: 2020-06-22 11:19 – Updated: 2024-08-04 13:00
VLAI
Summary
An issue was discovered in the jsrsasign package before 8.0.18 for Node.js. Its RSA PKCS1 v1.5 decryption implementation does not detect ciphertext modification by prepending '\0' bytes to ciphertexts (it decrypts modified ciphertexts without error). An attacker might prepend these bytes with the goal of triggering memory corruption issues.
Severity
No CVSS data available.
CWE
- n/a
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://kjur.github.io/jsrsasign/ | x_refsource_MISC |
| https://www.npmjs.com/package/jsrsasign | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.18 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/releases/tag/8.0.17 | x_refsource_MISC |
| https://github.com/kjur/jsrsasign/issues/439 | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2020072… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T13:00:52.090Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/kjur/jsrsasign/issues/439"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in the jsrsasign package before 8.0.18 for Node.js. Its RSA PKCS1 v1.5 decryption implementation does not detect ciphertext modification by prepending \u0027\\0\u0027 bytes to ciphertexts (it decrypts modified ciphertexts without error). An attacker might prepend these bytes with the goal of triggering memory corruption issues."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2020-07-24T13:06:18.000Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://kjur.github.io/jsrsasign/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kjur/jsrsasign/issues/439"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-14967",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in the jsrsasign package before 8.0.18 for Node.js. Its RSA PKCS1 v1.5 decryption implementation does not detect ciphertext modification by prepending \u0027\\0\u0027 bytes to ciphertexts (it decrypts modified ciphertexts without error). An attacker might prepend these bytes with the goal of triggering memory corruption issues."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://kjur.github.io/jsrsasign/",
"refsource": "MISC",
"url": "https://kjur.github.io/jsrsasign/"
},
{
"name": "https://www.npmjs.com/package/jsrsasign",
"refsource": "MISC",
"url": "https://www.npmjs.com/package/jsrsasign"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.18"
},
{
"name": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/releases/tag/8.0.17"
},
{
"name": "https://github.com/kjur/jsrsasign/issues/439",
"refsource": "MISC",
"url": "https://github.com/kjur/jsrsasign/issues/439"
},
{
"name": "https://security.netapp.com/advisory/ntap-20200724-0001/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20200724-0001/"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2020-14967",
"datePublished": "2020-06-22T11:19:35.000Z",
"dateReserved": "2020-06-22T00:00:00.000Z",
"dateUpdated": "2024-08-04T13:00:52.090Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}