Skip to content

Security: n8n 2.15.0 ships axios 1.13.5 vulnerable to SSRF (CVE-2025-62718) #28283

@noahxp

Description

@noahxp

Summary

n8n 2.15.0 bundles axios@1.13.5, which is affected by CVE-2025-62718 (GHSA-3p68-rc4w-qgx5, severity: Critical).

This is a Server-Side Request Forgery (SSRF) vulnerability caused by improper hostname normalization when evaluating the NO_PROXY environment variable. An attacker can craft requests that bypass NO_PROXY rules, potentially accessing internal network resources (e.g., cloud metadata endpoints).

Affected locations

The following paths in n8nio/n8n:2.15.0 contain axios@1.13.5:

  • .pnpm/axios@1.13.5/node_modules/axios/
  • .pnpm/axios@1.13.5_debug@4.4.3/node_modules/axios/

The task runner image n8nio/runners:2.15.0 is also affected:

  • /opt/runners/task-runner-javascript/node_modules/.pnpm/axios@1.13.5/node_modules/axios/

Fix

Upgrade axios to 1.15.0 or later, which addresses this vulnerability.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:in-linearIssue or PR is now in Linearstatus:team-assignedA team has been assigned the issue or PRteam:catsIssue is with the Cats team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions