CVE-2026-1524
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn edgecase in SSO implementation in Neo4j Enterprise edition versions prior to version 2026.02 can lead to unauthorised access under the following conditions: If a neo4j admin configures two or more OIDC providers AND configures one or more of them to be an authorization provider AND configures one or more of them to be authentication-only, then those that are authentication-only will also provide authorization. This edgecase becomes a security problem only if the authentication-only provider contains groups which have higher privileges than provided by the intended (configured) authorization provider. When using multiple plugins for authentication and authorisation, prior to the fix the issue could lead to a plugin configured to provide only authentication or authorisation capabilities erroneously providing both capabilities. We recommend upgrading to versions 2026.02 (or 5.26.22) where the issue is fixed.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn Neo4j Enterprise versions prior to 2026.02, an edge case in SSO implementation causes OIDC providers configured as authentication-only to incorrectly also provide authorization capabilities. This occurs when multiple OIDC providers are configured with a mix of authorization and authentication-only roles, allowing privilege escalation if the authentication-only provider contains higher-privilege groups than the intended authorization provider.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 5.26.22>= 2025.01.0, < 2026.02CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Neo4j versionRun 'neo4j --version' or check the product version in the Neo4j browser via ':server version' or look in the conf/neo4j.conf file for the version numberAffected if Version is 5.26.22 or higher, OR version is below 5.26.22 but at or above 5.0.0 AND below 2025.01.0 - the check passes if version is below 5.26.22 and (>= 2025.01.0 and < 2026.02)
-
Identify configured OIDC providersReview neo4j.conf or apoc.conf for 'dbms.security.oidc.*' settings, or query dbms.security.oidc configuration via 'CALL dbms.listConfig()' where name contains 'oidc'Affected if Multiple OIDC providers are defined in the configuration (more than one provider with 'dbms.security.oidc.<provider_name>.authenticator' or similar settings)
-
Verify authentication-only provider configurationLook for OIDC provider configuration entries containing 'authentication_only=true' or equivalent setting that designates a provider for authentication-only purposesAffected if At least one OIDC provider is explicitly configured as authentication-only (not serving as an authorization source)
-
Check for mixed authorization and authentication rolesCompare the provider configurations to identify if one provider handles full authz while another handles only authentication, checking settings like 'dbms.security.oidc.<provider>.authorization.group_to_role_mapping'Affected if There is a combination where one provider has authorization.group_to_role_mapping defined (full authorization) while another has authentication_only=true, and both providers could return user group memberships
You are affected if your Neo4j Enterprise version is >= 2025.01.0 and < 2026.02 (or < 5.26.22) AND you have multiple OIDC providers where an authentication-only provider could grant higher privileges than the intended authorization provider.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped5.26.222026.02
Upgrade Neo4j Enterprise to version 2026.02 or 5.26.22. Review existing OIDC provider configurations to ensure no unintended privilege escalation occurred prior to the upgrade.
2026.02 or 5.26.22
- 1. Back up your Neo4j database and configuration files before proceeding with the upgrade.
- 2. Determine your current Neo4j version by running `neo4j --version` or checking the Neo4j browser.
- 3. Stop the Neo4j service using `neo4j stop` or your system's service manager.
- 4. Download the fixed version (2026.02 or 5.26.22) from the official Neo4j download center at neo4j.com/download.
- 5. Install the new version following Neo4j's standard upgrade procedure for your operating system.
- 6. Verify that your configuration files are intact and review the OIDC provider settings to ensure proper configuration.
- 7. Start Neo4j using `neo4j start` or your system's service manager.
- 8. Confirm the upgrade was successful by running `neo4j --version` and verifying access control works as expected.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,968.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-1524 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-1524 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data