Security readout for executives and security teams
Plain-English summary
CVE-2021-23442 is a prototype pollution issue in the JavaScript package @cookiex/deep. If an application processes attacker-controlled objects through this library, shared JavaScript object behavior may be altered, creating risk of data exposure, logic manipulation, or service disruption.
Executive priority
Prioritize remediation where @cookiex/deep is present in internet-facing services or request-processing paths. Treat this as high urgency for exposed applications, but do not assume active exploitation from the provided sources.
Technical view
The package @cookiex/deep is reported vulnerable in all versions because __proto__ handling can pollute the global prototype object. CVSS 3.1 is 8.6, with network attack vector, low complexity, no privileges, and no user interaction. The sources reference an upstream issue and commit, but no fixed release is identified in the bundle.
Likely exposure
Exposure is most likely in Node.js or frontend build projects that depend on @cookiex/deep and pass untrusted nested objects, JSON, or request data into its deep object operations.
Exploitation context
The bundle does not show CISA KEV listing or any cited evidence of active exploitation. Exploitability is plausible from the CVSS vector and Snyk advisory context, but operational exploitation status is unconfirmed.
Researcher notes
Evidence supports a __proto__ prototype pollution flaw and an upstream fix reference, but the bundle does not name a safe release version. Validate reachability in application code before assigning exploitability beyond dependency presence.
Mitigation direction
- Inventory JavaScript projects and lockfiles for direct or transitive use of @cookiex/deep.
- Upgrade to a vendor-supported fixed release if available; otherwise replace the dependency.
- Confirm the referenced GitHub fix is included before treating any version as remediated.
- Avoid passing untrusted JSON or request bodies into vulnerable deep object operations.
- Monitor Snyk and upstream repository guidance for maintained remediation details.
Validation and detection
- Check software composition analysis results for @cookiex/deep in production and build-time applications.
- Review whether user-controlled input reaches @cookiex/deep deep merge or object manipulation paths.
- Verify remediation by confirming the vulnerable dependency is removed or contains the upstream fix.
- Regression test affected workflows for authorization, object defaults, and configuration handling after remediation.
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-23442 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
- 8.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:P/RL:O/RC:R
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:H/I:L/A:L/E:P/RL:O/RC:R3.94.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.6HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:P/RL:O/RC:R
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-COOKIEXDEEP-1582793CVE reference · x_refsource_MISC
- https://github.com/tony-tsx/cookiex-deep/issues/1CVE reference · x_refsource_MISC
- https://github.com/tony-tsx/cookiex-deep/commit/b5bea2b7f34a5fa9abb4446cbd038ecdbcd09c88CVE 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.
