LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36732: The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string "0." wi...

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.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36732 is a weakness in older crypto-js for Node.js where random numbers were generated in a more predictable way than necessary. Business risk depends on whether an application used that randomness to protect secrets. The published severity is medium, with confidentiality impact only.

Executive priority

Treat this as a moderate dependency hygiene issue, not an emergency unless crypto-js randomness protects sensitive data. Prioritize confirmation, upgrade planning, and vendor checks over incident response unless separate evidence of exploitation appears.

Technical view

crypto-js before 3.2.1 generated random values by concatenating "0." with an integer, creating insufficient entropy under CWE-331. The CVSS 3.1 score is 5.3, with network attack vector, low complexity, no privileges, no user interaction, and low confidentiality impact.

Likely exposure

Exposure is most likely in Node.js applications or bundled products that include crypto-js before 3.2.1 and rely on its random-number generation for security-sensitive values. Evidence for affected downstream products is limited in the provided sources, aside from NetApp tracking the issue in its advisory.

Exploitation context

The CVE is not listed as CISA KEV in the provided bundle, and the sources provided do not state active exploitation. The realistic concern is predictability of generated random output, which could weaken confidentiality protections where that output is security-relevant.

Researcher notes

The available evidence identifies a predictable random-number generation flaw and a fixed version boundary, but does not provide proof of active exploitation. Research should focus on reachability: whether vulnerable crypto-js random output influences keys, tokens, salts, IVs, or other confidentiality controls.

Mitigation direction

  • Inventory Node.js projects and products for crypto-js versions before 3.2.1.
  • Upgrade crypto-js to 3.2.1 or later where vendor compatibility allows.
  • Check NetApp advisory guidance if using NetApp products.
  • Review vendor advisories for embedded or bundled crypto-js usage.
  • Prioritize systems where random output protects secrets or encrypted data.

Validation and detection

  • Confirm package-lock, yarn.lock, pnpm-lock, or SBOM entries for crypto-js versions.
  • Identify application paths using crypto-js random generation for security-sensitive values.
  • Verify upgraded builds no longer resolve crypto-js before 3.2.1.
  • Check vulnerability scanners for CVE-2020-36732 after dependency updates.
  • Document any accepted risk where upgrade is blocked by vendor support.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-331: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36732 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-36732Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-331 · source CWE mapping

Insufficient Entropy

Insufficient Entropy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.