Skip to content

Security: fast-uri path traversal and host confusion in backend transitive dependencies #269

Description

@LucasMaupin

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

npm audit fix

If the automated fix cannot resolve it, identify which direct dependency pins the old fast-uri version and bump that package.

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions