GHSA-cw9w-vv67-hf73

Suggest an improvement
Source
https://github.com/advisories/GHSA-cw9w-vv67-hf73
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-cw9w-vv67-hf73/GHSA-cw9w-vv67-hf73.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-cw9w-vv67-hf73
Aliases
Downstream
Published
2026-09-10T21:21:49Z
Modified
2026-09-10T21:30:04Z
Severity
  • 5.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
n8n: Per-Resource OAuth Consent Bypass via Unbound Refresh Token Resource Substitution
Details

Impact

The OAuth token endpoint bound an authorization code's first access token to the consented resource, but not its refresh token. Refreshing only checked that the requested resource was registered, not that it matched the original grant. An OAuth client approved for one workflow could refresh with a different workflow's URL and get a valid, unapproved token for it. The patch binds refresh tokens to the granted resource and rejects mismatches.

Exploitation requires the attacker to register an OAuth client, convince an authenticated user to approve that client for one known protected resource, and know the URL of a second protected resource that the consenting user is permitted to execute.

Patches

The issue has been fixed in n8n versions 2.38.1 and 2.37.7. Users should upgrade to this version or later to remediate the vulnerability.

Workarounds

If upgrading is not immediately possible, administrators should consider the following temporary mitigations:

  • Restrict n8n instance access to fully trusted users only.
  • Deactivate MCP Trigger, form, and webhook workflows that are protected by the n8n OAuth server if they are not required.
  • Audit connected OAuth clients and revoke any that are not recognized or no longer needed.
  • Require re-authorization for all existing OAuth clients after upgrading, as previously issued refresh tokens did not store the original resource binding.

These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.

Database specific
{
    "cwe_ids": [
        "CWE-863"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-09-10T21:21:49Z",
    "nvd_published_at": "2026-09-08T17:18:39Z",
    "severity": "MODERATE"
}
References

Affected packages

npm / n8n

Package

Affected ranges

Type
SEMVER
Events
Introduced
2.38.0
Fixed
2.38.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-cw9w-vv67-hf73/GHSA-cw9w-vv67-hf73.json"

npm / n8n

Package

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
2.37.7

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-cw9w-vv67-hf73/GHSA-cw9w-vv67-hf73.json"