Security readout for executives and security teams
Plain-English summary
CVE-2021-23403 affects the JavaScript package ts-nodash. Its Merge() function can allow prototype pollution when unsafe input is merged. In business terms, an application using this package could have object behavior unexpectedly changed, potentially affecting confidentiality, integrity, and availability.
Executive priority
Treat this as a high-priority dependency risk where ts-nodash is present in exposed services. Urgency depends on whether Merge() processes untrusted input.
Technical view
The source bundle describes prototype pollution in all versions of ts-nodash through Merge(), caused by missing input validation. CVSS 3.1 score is 7.3, network exploitable, low complexity, no privileges, and no user interaction. The bundle does not identify a patched version.
Likely exposure
Exposure is likely limited to JavaScript or TypeScript applications that depend on ts-nodash and use Merge() on attacker-controlled objects, JSON, configuration, or request data.
Exploitation context
The CVE is not in KEV, so the bundle does not support active exploitation. The CVSS vector lists proof-of-concept exploit maturity, but no exploit details are needed to assess risk.
Researcher notes
Evidence is concise: affected package, vulnerable function, weakness class, CVSS vector, and references are provided. Patch status and exact version boundaries are not clear in the bundle, so remediation should rely on current vendor or advisory guidance.
Mitigation direction
- Check Snyk, CVE, and maintainer guidance for any fixed release or official workaround.
- Remove or replace ts-nodash if no maintained fixed version is available.
- Avoid passing untrusted objects into Merge() until remediation is complete.
- Add input validation that rejects dangerous object keys before merge operations.
- Prioritize fixes in internet-facing services and APIs handling user JSON.
Validation and detection
- Inventory package manifests and lockfiles for ts-nodash usage.
- Identify code paths calling Merge() with request, webhook, or configuration input.
- Confirm dependency scanners flag CVE-2021-23403 where ts-nodash is present.
- Review runtime tests covering merge behavior on untrusted structured input.
- Verify remediation by rescanning dependencies after removal, replacement, or vendor fix.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2021-23403 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:U/RC:C
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:U/RC:C3.93.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.3HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:U/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-TSNODASH-1311009CVE reference · x_refsource_MISC
- https://github.com/BadOPCode/NoDash/blob/master/src/Merge.tsCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
