Security readout for executives and security teams
Plain-English summary
CVE-2021-23509 affects json-ptr before 3.0.0. A flaw in how the library handles certain user-provided pointer keys can bypass an earlier prototype pollution fix, potentially affecting confidentiality, integrity, and availability at low impact levels.
Executive priority
Treat as a moderate dependency hygiene issue. Prioritize remediation where json-ptr is reachable from external input or included in internet-facing services.
Technical view
The CVE describes a type confusion issue in json-ptr where array values used as pointer keys can bypass protections for CVE-2020-7766. The CVSS 3.1 score is 5.6 with network attack vector, high complexity, no privileges, and no user interaction.
Likely exposure
Exposure is most likely in JavaScript or WebJars applications that include json-ptr before 3.0.0 and process untrusted pointer parameters or keys.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. The CVSS metadata indicates proof-of-concept maturity, but exploitation is high complexity and source evidence is limited.
Researcher notes
Evidence names json-ptr before 3.0.0 and a bypass of CVE-2020-7766 through array keys in the pointer parameter. No CWE mapping is provided in the bundle.
Mitigation direction
- Inventory npm and WebJars dependencies for json-ptr.
- Upgrade json-ptr to version 3.0.0 or later where supported.
- Review vendor advisories and lockfiles for transitive json-ptr usage.
- If upgrade is blocked, restrict untrusted input reaching pointer handling.
Validation and detection
- Confirm scanners no longer report CVE-2021-23509.
- Check package-lock, yarn.lock, pnpm-lock, and build artifacts for pre-3.0.0 json-ptr.
- Verify application paths that pass user input into json-ptr.
- Add regression tests for array-shaped pointer keys if the library is used directly.
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-23509 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
- Medium
- CVSS
- 5.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/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:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C2.23.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.6MediumVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-JSONPTR-1577291CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1767165CVE reference · x_refsource_MISC
- https://github.com/flitbit/json-ptr/pull/42CVE reference · x_refsource_MISC
- https://github.com/flitbit/json-ptr/commit/5dc458fbad1c382a2e3ca6d62e66ede3d92849caCVE reference · x_refsource_MISC
- https://github.com/flitbit/json-ptr%23security-vulnerabilities-resolvedCVE 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.
