CVE-2025-68949: n8n has a Webhook Node IP Whitelist Bypass via Partial String Matching
Impact The Webhook node’s IP whitelist validation performed partial string matching instead of exact IP comparison. As a result, an incoming request could be accepted if the source IP address merely contained the configured whitelist entry as a substring.
This issue affected instances where workflow editors relied on IP-based access controls to restrict webhook access. Both IPv4 and IPv6 addresses were impacted. An attacker with a non-whitelisted IP could bypass restrictions if their IP shared a partial prefix with a trusted address, undermining the intended security boundary.
Patches This issue has been patched in version 2.2.0.
Users are advised to upgrade to v2.2.0 or later, where IP whitelist validation uses strict IP comparison logic rather than partial string matching.
Workarounds Users unable to upgrade immediately should avoid relying solely on IP whitelisting for webhook security. Recommended mitigations include: - Adding authentication mechanisms such as shared secrets, HMAC signatures, or API keys. - Avoiding short or prefix-based whitelist entries. - Enforcing IP filtering at the network layer (for example, via reverse proxies or firewalls).
Other sources
n8n is an open source workflow automation platform. From 1.36.0 to before 2.2.0, the Webhook node’s IP whitelist validation performed partial string matching instead of exact IP comparison. As a result, an incoming request could be accepted if the source IP address merely contained the configured whitelist entry as a substring. This issue affected instances where workflow editors relied on IP-based access controls to restrict webhook access. Both IPv4 and IPv6 addresses were impacted. An attacker with a non-whitelisted IP could bypass restrictions if their IP shared a partial prefix with a trusted address, undermining the intended security boundary. This vulnerability is fixed in 2.2.0.
— MITRE
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2025-68949?
CVE-2025-68949 has a high severity due to its potential to allow unauthorized access through improper IP whitelist validation.
How do I fix CVE-2025-68949?
To fix CVE-2025-68949, upgrade n8n to version 2.2.0 or later, which resolves the IP whitelist validation issue.
What types of systems are affected by CVE-2025-68949?
CVE-2025-68949 affects instances of n8n versions between 1.36.0 and 2.2.0 where the webhook node's IP whitelist validation is used.
What problem does CVE-2025-68949 cause?
CVE-2025-68949 causes a security issue where an incoming request can be accepted if the source IP matches a substring of the configured whitelist entry.
How can I verify if I am vulnerable to CVE-2025-68949?
To verify if you are vulnerable to CVE-2025-68949, check your current n8n version and review your IP whitelist settings for proper validation.