CYBERDUDEBIVASH SENTINEL APEX(TM) // CVE THREAT INTELLIGENCE ADVISORY
CVE-2026-33665: n8n is an open source workflow automation platform
NVD-Verified Intelligence Advisory -- CyberDudeBivash Sentinel APEX(TM) | All technical claims verified against NIST NVD, CERT/CC, and official vendor references.
1. EXECUTIVE SUMMARY
CVE-2026-33665 is a -severity vulnerability published on March 25, 2026 with a CVSS base score of N/A. The vulnerability is classified under CWE-287 (Improper Authentication).
Vulnerability Summary (NVD-Verified)
n8n is an open source workflow automation platform. Prior to versions 2.4.0 and 1.121.0, when LDAP authentication is enabled, n8n automatically linked an LDAP identity to an existing local account if the LDAP email attribute matched the local account's email. An authenticated LDAP user who could control their own LDAP email attribute could set it to match another user's email -- including an administrator's -- and upon login gain full access to that account. The account linkage persisted even if the LDAP email was later reverted, resulting in a permanent account takeover. LDAP authentication must be configured and active (non-default). The issue has been fixed in n8n versions 2.4.0 and 1.121.0. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Disable LDAP authentication until the instance can be upgraded, restrict LDAP directory permissions so that users cannot modify their own email attributes, and/or audit existing LDAP-linked accounts for unexpected account associations. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
Key Metrics at a Glance
| Attribute | Value | Source |
|---|---|---|
| CVE ID | CVE-2026-33665 | NIST NVD |
| CVSS Base Score | N/A () | NVD CVSS |
| Weakness Class | CWE-287 | NVD / MITRE CWE |
| NVD Status | Received | NIST NVD |
| Published | March 25, 2026 | NIST NVD |
| Last Modified | March 25, 2026 | NIST NVD |
| Intelligence Confidence | Medium -- NVD entry received, awaiting full analysis. Consult vendor advisory for confirmation. | CDB-GOC Assessment |
Business Risk Implications: Organizations running locally accessible n8n deployments are at risk. An attacker can exploit this vulnerability with low-privilege credentials. This unknown-severity vulnerability in n8n requires immediate remediation. Apply vendor patch within your scheduled maintenance window. Consult the vendor advisory in Section 9 for affected versions and patch instructions.
2. VULNERABILITY OVERVIEW
CVSS Vector Analysis
CVSS Vector:
| Metric | Interpretation |
|---|
Weakness Classification
| CWE ID | Name | Class |
|---|---|---|
| CWE-287 | Improper Authentication | Authentication Weakness |
CWE-287 -- Technical Context
The software does not adequately verify the identity of an actor.
OWASP Category: A07:2021 - Identification and Authentication Failures
3. VERIFIED TECHNICAL DETAILS
NVD Official Description:
n8n is an open source workflow automation platform. Prior to versions 2.4.0 and 1.121.0, when LDAP authentication is enabled, n8n automatically linked an LDAP identity to an existing local account if the LDAP email attribute matched the local account's email. An authenticated LDAP user who could control their own LDAP email attribute could set it to match another user's email -- including an administrator's -- and upon login gain full access to that account. The account linkage persisted even if the LDAP email was later reverted, resulting in a permanent account takeover. LDAP authentication must be configured and active (non-default). The issue has been fixed in n8n versions 2.4.0 and 1.121.0. Users should upgrade to one of these versions or later to remediate the vulnerability. If upgrading is not immediately possible, administrators should consider the following temporary mitigations: Disable LDAP authentication until the instance can be upgraded, restrict LDAP directory permissions so that users cannot modify their own email attributes, and/or audit existing LDAP-linked accounts for unexpected account associations. These workarounds do not fully remediate the risk and should only be used as short-term mitigation measures.
Source: NIST National Vulnerability Database | Status: Received | Last Modified: March 25, 2026
Affected Products and Versions
Affected versions are described in the official NVD entry: CVE-2026-33665. Consult the NVD reference and vendor advisory links in Section 9 for the authoritative affected version list.
From NVD description: n8n is an open source workflow automation platform. Prior to versions 2.4.0 and 1.121.0, when LDAP authentication is enabled, n8n automatically linked an LDAP identity to an existing local account if the LDAP email attribute matched the local account's email. An authenticated LDAP user who could con...
Vulnerability Mechanism (From Verified Description)
The following technical analysis is derived exclusively from the NVD description, associated CWE classification (CWE-287), and CVSS vector (). No additional attack scenarios have been extrapolated beyond the verified vulnerability scope.
CVSS Exploitability Profile
| Parameter | Value |
|---|---|
| Base Score | None () |
| Exploitability Score | N/A/3.9 |
| Impact Score | N/A/5.9 |
| CVSS Vector String |
[!] Scope Boundary: The technical analysis above is confined to the verified vulnerability scope as disclosed in the NVD entry. Claims regarding malware, firmware compromise, process injection, credential interception, OTP theft, supply chain attacks, or any attack technique not directly described in the NVD entry are outside the verified scope of this vulnerability and are not asserted in this report.
4. RESEARCHER ATTRIBUTION
Researcher attribution data is not available in the NVD entry for CVE-2026-33665 at the time of this report's generation. CYBERDUDEBIVASH Sentinel APEX(TM) will update this section if attribution information becomes available via NVD, CERT/CC, or researcher public disclosure.
5. SECURITY IMPLICATIONS
The following implications follow logically from the verified vulnerability facts. These represent the realistic security consequences of the vulnerability as disclosed. They are not extrapolated attack scenarios.
Direct Security Consequences
- Improper Authentication: The software does not adequately verify the identity of an actor.
Attack Surface Assessment
Affected Population
Based on the verified technical scope, the following user populations are affected:
- Organizations running affected versions of the software described in the NVD entry
- Users or administrators with access to the affected component or endpoint
- Systems where the affected software is internet-facing or accessible by untrusted users
Consult the NVD entry and vendor advisory for the definitive list of affected versions. Systems that have applied the vendor patch or mitigation are not affected.
6. THREAT INTELLIGENCE CONTEXT
The scenarios below are analytical hypotheses derived from the vulnerability class, CVSS characteristics, and threat landscape context. They are not confirmed exploitation reports. They represent plausible -- but unverified -- threat scenarios that security teams may wish to consider in their risk modeling.
Potential Abuse Scenario: Based on the CVSS vector and CWE classification, threat actors aware of this vulnerability may attempt exploitation in targeted attack chains. Organizations should monitor for indicators consistent with the exploitation techniques described in the MITRE ATT&CK mapping in the Detection section.
These scenarios are analytical hypotheses based on the vulnerability class and CVSS characteristics. No active exploitation campaigns have been confirmed in public reporting at the time of this advisory.
Note: The vulnerability itself does not directly implement malware functionality. However, similar technical weaknesses can sometimes contribute to broader attack chains when combined with other techniques. Any such scenarios are speculative and clearly labeled as hypotheses in this advisory.
7. DETECTION OPPORTUNITIES
Detection strategies should be tailored to the vulnerability class (CWE-287). Consult the MITRE ATT&CK techniques in the table below for specific detection opportunities aligned to the threat model.
MITRE ATT&CK Technique Mapping (CWE-Verified)
| Technique ID | Name | Tactic | Relevance to CVE-2026-33665 |
|---|---|---|---|
| T1078 | Valid Accounts | Initial Access | Authentication bypass allows access using legitimate account context. |
Sigma Rule (SIEM-Agnostic)
Deploy to Microsoft Sentinel, Splunk, Elastic, or any Sigma-compatible platform. Rule scope is aligned to the actual vulnerability class, not a generic campaign template.
YARA Rule (Endpoint / Binary Analysis)
Scoped to the vulnerability class (CWE-287). Apply to application binaries and memory forensics relevant to the affected component.
8. DEFENSIVE RECOMMENDATIONS
The following recommendations are scoped to the verified vulnerability and its actual security impact. Generic security hardening guidance is provided where relevant but clearly distinguished from vulnerability-specific actions.
Vulnerability-Specific Actions (Primary)
- Immediate -- Apply Vendor Patches: Deploy all patches referenced in the NVD entry for CVE-2026-33665.
- Verify Patch Deployment: Confirm patched versions are deployed across all affected systems using your vulnerability management platform (Qualys, Tenable, Rapid7).
- Monitor for Exploitation: Enable enhanced monitoring for exploitation indicators relevant to the CVSS attack vector () and CWE class (CWE-287).
General Hardening (Secondary)
- Asset Inventory: Maintain an up-to-date inventory of all deployed application versions to enable rapid identification of exposure when new CVEs are published.
- Vulnerability Management Program: Cross-reference CVE-2026-33665 against your vulnerability management platform and CISA's Known Exploited Vulnerabilities (KEV) catalog. Adjust patch priority based on your organization's threat exposure.
- Patch Testing Pipeline: Establish a tested patch deployment workflow that enables critical patches to reach production within 24-72 hours of vendor release.
9. REFERENCES
| Source | Reference URL | Type |
|---|---|---|
| NVD | https://nvd.nist.gov/vuln/detail/CVE-2026-33665 | Primary -- NVD Official Entry |
| 1 | https://github.com/n8n-io/n8n/security/advisories/GHSA-c545-x2rh-82fc |
All references above are sourced from the NIST National Vulnerability Database entry for CVE-2026-33665. Security teams should consult these primary sources directly for the most current information.
10. INTELLIGENCE CONFIDENCE ASSESSMENT
| Signal | Factor | Confidence | Notes |
|---|---|---|---|
| [OK] | CWE Classification Confirmed | HIGH | Weakness class verified by NVD |
| [OK] | 1 Reference(s) Available | HIGH | Vendor and third-party sources linked in NVD |
| [i] | CISA KEV Status | N/A | Not confirmed in CISA Known Exploited Vulnerabilities catalog at time of report generation |
| -> | OVERALL INTELLIGENCE CONFIDENCE | MEDIUM | Partial NVD verification. Consult vendor advisories for additional confirmation. |
Methodology Transparency
This report was generated by the CYBERDUDEBIVASH Sentinel APEX(TM) CVE-Verified Report Engine v44.0. All technical claims are sourced exclusively from: (1) the NIST National Vulnerability Database REST API v2 (CVE-2026-33665), (2) CWE/MITRE classification data, and (3) CVSS vector mechanical interpretation. No keyword-driven narrative templates, machine learning content generation, or speculative attack chain injection were used in producing the verified sections (Sections 1-5) of this report.
Section 6 (Threat Intelligence Context) is explicitly labeled as analytical hypothesis and is clearly separated from verified intelligence throughout the report.
CYBERDUDEBIVASH SENTINEL APEX(TM)
Global Threat Intelligence Platform
(C) CyberDudeBivash Pvt. Ltd. | Bhubaneswar, Odisha, India
Report ID: CDB-CVE-2026-0325-94E365 | Generated: 2026-03-25 19:21:38 UTC
This advisory is produced for defensive intelligence purposes. All claims verified against NIST NVD. Distribution: TLP:CLEAR.