gsd-2020-36732
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string "0." with an integer, which makes the output more predictable than necessary.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2020-36732",
"id": "GSD-2020-36732"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2020-36732"
],
"details": "The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary.",
"id": "GSD-2020-36732",
"modified": "2023-12-13T01:21:55.659549Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-36732",
"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": "The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472",
"refsource": "MISC",
"url": "https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472"
},
{
"name": "https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b",
"refsource": "MISC",
"url": "https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b"
},
{
"name": "https://github.com/brix/crypto-js/issues/254",
"refsource": "MISC",
"url": "https://github.com/brix/crypto-js/issues/254"
},
{
"name": "https://github.com/brix/crypto-js/issues/256",
"refsource": "MISC",
"url": "https://github.com/brix/crypto-js/issues/256"
},
{
"name": "https://github.com/brix/crypto-js/compare/3.2.0...3.2.1",
"refsource": "MISC",
"url": "https://github.com/brix/crypto-js/compare/3.2.0...3.2.1"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230706-0003/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20230706-0003/"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c3.2.1",
"affected_versions": "All versions before 3.2.1",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-330",
"CWE-937"
],
"date": "2023-07-06",
"description": "The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary.",
"fixed_versions": [
"3.2.1"
],
"identifier": "CVE-2020-36732",
"identifiers": [
"GHSA-3w3w-pxmm-2w2j",
"CVE-2020-36732"
],
"not_impacted": "All versions starting from 3.2.1",
"package_slug": "npm/crypto-js",
"pubdate": "2023-06-12",
"solution": "Upgrade to version 3.2.1 or above.",
"title": "Use of Insufficiently Random Values",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-36732",
"https://github.com/brix/crypto-js/issues/254",
"https://github.com/brix/crypto-js/issues/256",
"https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b",
"https://github.com/brix/crypto-js/compare/3.2.0...3.2.1",
"https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472",
"https://github.com/brix/crypto-js/commit/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b",
"https://security.netapp.com/advisory/ntap-20230706-0003/",
"https://github.com/advisories/GHSA-3w3w-pxmm-2w2j"
],
"uuid": "282b3b05-8d04-4072-893e-6f5e6f8c3395"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:crypto-js_project:crypto-js:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.2.1",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2020-36732"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-330"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/brix/crypto-js/issues/254",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Vendor Advisory"
],
"url": "https://github.com/brix/crypto-js/issues/254"
},
{
"name": "https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472"
},
{
"name": "https://github.com/brix/crypto-js/issues/256",
"refsource": "MISC",
"tags": [
"Issue Tracking",
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/brix/crypto-js/issues/256"
},
{
"name": "https://github.com/brix/crypto-js/compare/3.2.0...3.2.1",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://github.com/brix/crypto-js/compare/3.2.0...3.2.1"
},
{
"name": "https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230706-0003/",
"refsource": "CONFIRM",
"tags": [],
"url": "https://security.netapp.com/advisory/ntap-20230706-0003/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4
}
},
"lastModifiedDate": "2023-07-06T19:15Z",
"publishedDate": "2023-06-12T02:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…