Security readout for executives and security teams
Plain-English summary
CVE-2021-23574 affects the js-data package. Maliciously shaped input can pollute JavaScript object prototypes through deepFillIn and set, potentially causing application instability. The supplied scoring emphasizes availability impact rather than data theft. It is a high-priority dependency issue where exposure depends on whether vulnerable js-data code is present and reachable by untrusted input.
Executive priority
Treat as high priority where js-data is used in internet-facing or automated data-processing paths. Confirm exposure quickly, because the public record does not name a complete safe version in the supplied bundle. Prioritize removal, replacement, or input validation if reachable.
Technical view
The vulnerability is prototype pollution in js-data via deepFillIn and set. The record describes it as an incomplete fix for CVE-2020-28442. CVSS 3.1 is 7.5: network-reachable, low complexity, no privileges, no user interaction, unchanged scope, with high availability impact and no stated confidentiality or integrity impact.
Likely exposure
Projects are exposed if they depend on js-data, including the referenced WebJars Bower or NPM packages, and pass attacker-controlled object data, keys, or paths into affected functions. The bundle does not provide affected version boundaries beyond stating all versions of js-data are vulnerable.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. CVSS indicates exploitation is plausible without authentication or user interaction, but the practical path depends on application-specific data flow into js-data.
Researcher notes
Evidence is limited to the CVE description, CVSS vector, Snyk references, and GitHub issue/code links. The bundle supports prototype pollution impact and incomplete prior fix, but not active exploitation, exact fixed versions, or a universal remediation path.
Mitigation direction
- Inventory direct and transitive use of js-data and referenced WebJars packages.
- Check Snyk and project GitHub guidance for fixed or recommended replacement versions.
- Remove or replace js-data where no maintained safe version is available.
- Restrict untrusted object keys before they reach deepFillIn or set code paths.
- Add application-level validation rejecting prototype-related keys and unsafe path segments.
Validation and detection
- Review package manifests, lockfiles, and SBOMs for js-data and referenced WebJars packages.
- Run dependency scanning against CVE-2021-23574 or SNYK-JS-JSDATA-1584361.
- Map routes and APIs that accept structured object input into js-data.
- Review use of deepFillIn and set for attacker-controlled keys or paths.
- Confirm compensating validation is tested on affected input paths.
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-23574 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.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O
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:N/I:N/A:H/E:P/RL:O3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-JSDATA-1584361CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-2320790CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2320791CVE reference · x_refsource_MISC
- https://github.com/js-data/js-data/issues/576CVE reference · x_refsource_MISC
- https://github.com/js-data/js-data/blob/master/dist/js-data.js%23L472CVE reference · x_refsource_MISC
- https://github.com/js-data/js-data/issues/577CVE 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.
