Security readout for executives and security teams
Plain-English summary
CVE-2021-23434 is a prototype pollution issue in the object-path package before 0.11.6. If an application lets untrusted input shape object paths, an attacker may influence object behavior or data handling. The public bundle does not show active exploitation or KEV listing.
Executive priority
Treat as a dependency hygiene issue with moderate urgency. Prioritize internet-facing or multi-tenant applications that process user-controlled JSON or path-like input, but do not treat it as an emergency absent exploitation evidence.
Technical view
A type confusion flaw can bypass the CVE-2020-15256 protection when path components are arrays. The check for '__proto__' fails because strict equality compares different operand types. The stated impact is low confidentiality, integrity, and availability impact with high attack complexity.
Likely exposure
Exposure is most likely in JavaScript, Node.js, WebJars, or Debian environments that include object-path before 0.11.6, directly or transitively. Risk depends on whether attacker-controlled path data reaches object-path operations.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not cite active exploitation. Practical risk is application-specific because exploitation depends on vulnerable package versions and controllable path components.
Researcher notes
The key technical detail is the array path component bypass of a prior prototype pollution fix. The bundle lists no CWE and provides no proof of exploitation. Validate reachability before escalating severity beyond dependency remediation.
Mitigation direction
- Upgrade object-path to 0.11.6 or later where applicable.
- Update WebJars or Debian node-object-path packages per vendor advisories.
- Regenerate lockfiles after dependency updates.
- Check vendor guidance if ecosystem version mapping is unclear.
- Reduce or validate untrusted inputs used as object paths.
Validation and detection
- Search dependency manifests and lockfiles for object-path versions before 0.11.6.
- Run software composition analysis across direct and transitive dependencies.
- Check Debian package status where node-object-path is installed.
- Review code paths passing external input into object-path APIs.
- Confirm updated builds no longer resolve vulnerable versions.
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-23434 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
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:L2.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
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453CVE reference
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1570423CVE reference
- https://github.com/mariocasciaro/object-path/commit/7bdf4abefd102d16c163d633e8994ef154cab9ebCVE reference
- https://github.com/mariocasciaro/object-path%230116CVE reference
- [debian-lts-announce] 20230129 [SECURITY] [DLA 3291-1] node-object-path security updateCVE reference · mailing-list
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.
