Security readout for executives and security teams
Plain-English summary
CVE-2020-7765 is a medium-severity issue in @firebase/util before 0.3.4. A flawed deep copy helper can let attacker-controlled input change shared JavaScript object prototypes. Business impact is application-specific, but can include unexpected data changes, information exposure, or crashes where vulnerable dependency paths process untrusted objects.
Executive priority
Treat this as routine but real dependency risk. Prioritize remediation for internet-facing applications using Firebase packages, especially where external JSON or request bodies are processed. It does not currently justify emergency response based on the provided evidence.
Technical view
The vulnerability is prototype pollution in the deepExtend function within DeepCopy.ts. If user input reaches that function, an attacker may pollute Object prototype state. The CVSS 3.1 score is 5.6 with high attack complexity, no privileges, no user interaction, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely in JavaScript applications or builds with direct or transitive @firebase/util versions before 0.3.4, especially where untrusted objects are processed through Firebase utility deep-copy behavior.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. The CVSS vector indicates network reachability without privileges or user interaction, but high attack complexity. Real-world exploitability depends on application-specific data flow into deepExtend.
Researcher notes
The key research question is reachability: whether attacker-controlled object keys can reach deepExtend in the vulnerable package version. Avoid assuming impact without confirming that path. The public references identify the vulnerable function and upstream fix, but the provided bundle does not include exploit details.
Mitigation direction
- Upgrade @firebase/util to 0.3.4 or later.
- Refresh lockfiles so transitive Firebase dependencies resolve to fixed versions.
- Check Firebase JS SDK guidance and the referenced fix before deployment.
- Reduce paths where untrusted object keys reach deep-copy utilities.
Validation and detection
- Inspect package-lock, yarn.lock, or pnpm-lock for @firebase/util below 0.3.4.
- Run dependency scanning against production build manifests.
- Review application data flow for untrusted objects entering Firebase utility copy paths.
- Confirm deployed artifacts use the updated dependency, not only source manifests.
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-2020-7765 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-FIREBASEUTIL-1038324CVE reference · x_refsource_MISC
- https://github.com/firebase/firebase-js-sdk/commit/9cf727fcc3d049551b16ae0698ac33dc2fe45adaCVE reference · x_refsource_MISC
- https://github.com/firebase/firebase-js-sdk/pull/4001CVE 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.
