Security readout for executives and security teams
Plain-English summary
CVE-2021-23807 is a medium-severity flaw in jsonpointer before 5.0.0. Under specific input handling conditions, it can bypass an earlier prototype pollution fix and may let data structures be altered in unintended ways. Business urgency is moderate, focused on dependency exposure rather than confirmed active exploitation.
Executive priority
Prioritize in the normal dependency remediation queue, faster for internet-facing services or systems processing untrusted JSON data. There is no provided evidence of active exploitation, but the issue affects application integrity boundaries and has an available version boundary for remediation.
Technical view
The issue is a type confusion vulnerability in jsonpointer before 5.0.0. When pointer components are arrays, prior prototype pollution protections can be bypassed. The CVSS 3.1 score is 5.6 with network attack vector, high complexity, no privileges, no user interaction, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely in applications that directly or transitively depend on jsonpointer versions before 5.0.0. The bundle also references Snyk entries for npm and Java WebJars packaging, so dependency inventory should include both package ecosystems where relevant.
Exploitation context
The provided sources do not show CISA KEV listing or confirmed active exploitation. CVSS marks exploit code maturity as proof-of-concept, but the bundle does not provide operational exploit detail. Treat this as a dependency risk requiring cleanup, not an emergency breach indicator.
Researcher notes
Key evidence is the CVE description, Snyk advisories, and upstream pull request/commit. The important condition is pointer components represented as arrays causing type confusion and bypassing a prior prototype pollution fix. Sources do not provide enough detail to assert affected application behavior without local dependency and data-flow review.
Mitigation direction
- Upgrade jsonpointer to version 5.0.0 or later where dependency manifests allow.
- Refresh lockfiles and rebuild artifacts so transitive vulnerable copies are not retained.
- Check vendor guidance for npm and WebJars packaged variants referenced by Snyk.
- Reduce trust in externally supplied JSON pointer input until remediation is complete.
- Document the dependency update and retest affected application workflows.
Validation and detection
- Inventory manifests and lockfiles for jsonpointer versions below 5.0.0.
- Include transitive dependencies and WebJars/npm coordinates in SCA scans.
- Confirm runtime bundles do not include vulnerable jsonpointer copies.
- Run regression tests around JSON pointer parsing and object mutation behavior.
- Review SCA output after remediation for CVE-2021-23807 closure.
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-23807 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-JSONPOINTER-1577288CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1910273CVE reference · x_refsource_MISC
- https://github.com/janl/node-jsonpointer/pull/51CVE reference · x_refsource_MISC
- https://github.com/janl/node-jsonpointer/commit/a0345f3550cd9c4d89f33b126390202b89510ad4CVE 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.
