Summary
fast-uri ≤3.1.1 contains two high-severity CVEs in the backend's transitive dependency tree (pulled in via the fastify dependency chain):
- CWE-22 (CVSS 7.5): Path traversal via percent-encoded dot segments (e.g.
%2e%2e/) allows unauthorized file access.
- CWE-436 (CVSS 7.5): Host confusion via percent-encoded authority delimiters enables host header spoofing.
Verify
cd intercom-manager
npm ls fast-uri
npm audit 2>&1 | grep fast-uri
Recommendation
If the automated fix cannot resolve it, identify which direct dependency pins the old fast-uri version and bump that package.
Related
Summary
fast-uri≤3.1.1 contains two high-severity CVEs in the backend's transitive dependency tree (pulled in via thefastifydependency chain):%2e%2e/) allows unauthorized file access.Verify
Recommendation
If the automated fix cannot resolve it, identify which direct dependency pins the old
fast-uriversion and bump that package.Related