Security readout for executives and security teams
Plain-English summary
CVE-2020-7764 affects the Node.js router package find-my-way. Certain versions accepted the Accept-Version header by default, which could let cache behavior be influenced unexpectedly and cause denial of service when versioned routes are not used.
Executive priority
Treat as a targeted availability risk, not a confirmed breach indicator. Prioritize affected public services behind caches, then internal services. Remediation should be routine but tracked to completion.
Technical view
Affected find-my-way versions before 2.2.5 and 3.0.0 before 3.0.5 may treat Accept-Version as meaningful even without versioned routes. The header can become unkeyed input to intermediary caches, creating web cache poisoning risk with availability impact.
Likely exposure
Exposure is most likely in internet-facing Node.js services using affected find-my-way versions, especially where a proxy or CDN cache does not vary on Accept-Version. Evidence does not identify broader downstream products.
Exploitation context
The source bundle reports potential cache poisoning and denial of service. CVSS marks network access, no privileges, no user interaction, high complexity. KEV is false, and no cited source here confirms active exploitation.
Researcher notes
The key condition is interaction between default Accept-Version handling and cache key behavior. The source bundle does not provide exploit status, affected frameworks, or detailed operational mitigations beyond fixed version ranges and the upstream commit reference.
Mitigation direction
- Upgrade find-my-way to 2.2.5, 3.0.5, or later as appropriate.
- Review Snyk and upstream project guidance for exact supported upgrade paths.
- Check cache configuration for handling of Accept-Version on affected services.
- Consider bypassing or normalizing irrelevant Accept-Version headers at trusted edges.
Validation and detection
- Inventory package-lock, yarn.lock, or pnpm-lock for find-my-way affected versions.
- Identify services exposing affected routers behind shared caches or CDNs.
- Confirm whether routes use versioning and whether Accept-Version is cache-keyed.
- Retest after upgrade to confirm the vulnerable version is removed.
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-7764 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.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/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:N/I:N/A:H/E:P/RL:O/RC:C2.23.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.9MediumVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-FINDMYWAY-1038269CVE reference · x_refsource_MISC
- https://github.com/delvedor/find-my-way/commit/ab408354690e6b9cf3c4724befb3b3fa4bb90aacCVE 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.
