SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86075

HIGH · CVSS 7.5 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-08 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The OAuth Dynamic Client Registration endpoint in n8n versions prior to 2.37.7 and 2.38.2 is vulnerable to an attack that allows unauthenticated remote callers to persist excessively large values for client_name and grant_types, potentially exhausting database storage. This could lead to service disruptions and degraded performance for users. Organizations using affected versions of n8n should prioritize upgrading to the patched versions to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86075
Severity
HIGH
CVSS
7.5
EPSS
0.34%

Original NVD Description

n8n is an open source workflow automation platform. Prior to 2.37.7 and 2.38.2, the OAuth Dynamic Client Registration endpoint bounded redirect_uris but accepted arbitrarily large client_name and grant_types values. An unauthenticated remote caller could repeatedly persist oversized values in oauth_clients and exhaust database storage. The affected validation is in packages/cli/src/modules/oauth-server/oauth-server.service.ts, including MAX_CLIENT_NAME_LENGTH and MAX_GRANT_TYPES. This issue is fixed in versions 2.37.7 and 2.38.2.

Related CVEs

Other vulnerabilities affecting the same vendor(s)