The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-1471

CVE-2026-1471: Neo4j Enterprise Auth Bypass Vulnerability

CVE-2026-1471 is an authentication bypass flaw in Neo4j Enterprise that causes users to inherit the first authenticated user's context after restart. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-1471 Overview

CVE-2026-1471 is an authorization bypass vulnerability affecting Neo4j Enterprise edition that stems from excessive caching of authentication context. In affected versions prior to 2026.01.4, authenticated users may inherit the authentication context of the first user who authenticated after a server restart. This behavior can lead to unauthorized access to data or functionality that should be restricted based on user identity.

The vulnerability is specifically limited to certain non-default configurations utilizing Single Sign-On (SSO) with the UserInfo endpoint. Organizations using standard authentication methods or default SSO configurations are not affected by this issue.

Critical Impact

Authenticated users may inadvertently gain access to resources belonging to other users through inherited authentication context, potentially leading to unauthorized data access or privilege misuse.

Affected Products

  • Neo4j Enterprise edition versions prior to 2026.01.4
  • Neo4j Enterprise edition versions prior to 5.26.22

Discovery Timeline

  • 2026-03-11 - CVE-2026-1471 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-1471

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), which occurs when software does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. In the context of Neo4j Enterprise edition, the authentication caching mechanism fails to properly isolate user sessions when SSO with UserInfo endpoint is configured.

When the Neo4j server restarts, the first user to authenticate establishes an authentication context that gets excessively cached. Subsequent users who authenticate may incorrectly inherit this cached context rather than establishing their own independent session, effectively assuming the identity and permissions of that initial user.

The vulnerability requires network access and user interaction to exploit, as an attacker must be an authenticated user on the system. The impact is constrained to scenarios where specific non-default SSO configurations are in use, limiting the exposure footprint.

Root Cause

The root cause of CVE-2026-1471 lies in the improper handling of authentication context caching within Neo4j's SSO implementation. When configured to use the UserInfo endpoint for SSO authentication, the system fails to properly invalidate or segregate cached authentication contexts between different user sessions. This results in authentication context persistence that crosses user boundaries after server restarts.

Attack Vector

The attack vector for this vulnerability is network-based, requiring the attacker to be an authenticated user on the affected Neo4j Enterprise system. The exploitation scenario involves:

  1. The Neo4j Enterprise server is restarted
  2. A user with elevated privileges authenticates to the system via SSO (UserInfo endpoint configuration)
  3. Their authentication context is cached by the vulnerable caching mechanism
  4. A subsequent attacker-controlled authenticated user logs in
  5. The attacker inherits the cached authentication context of the first user
  6. The attacker can now access resources and perform actions as if they were the first user

The vulnerability cannot be exploited remotely without authentication, and it requires the specific non-default SSO configuration to be in place. For more technical details, refer to the Neo4j Security Advisory for CVE-2026-1471.

Detection Methods for CVE-2026-1471

Indicators of Compromise

  • Audit logs showing users accessing resources outside their normal permission scope
  • Authentication events where user identity metadata doesn't match expected session attributes
  • Anomalous access patterns following server restarts, particularly within SSO-authenticated sessions
  • Multiple users appearing to operate under the same authentication context in application logs

Detection Strategies

  • Monitor Neo4j audit logs for authorization decisions that grant access to resources users shouldn't have permissions to access
  • Implement session tracking to detect when a user's effective permissions differ from their expected role assignments
  • Create alerts for access pattern anomalies that occur within a configurable window after server restarts
  • Review SSO integration logs for inconsistencies between identity provider assertions and Neo4j session attributes

Monitoring Recommendations

  • Enable comprehensive audit logging in Neo4j Enterprise to capture all authentication and authorization events
  • Establish baseline user behavior profiles to detect deviations that may indicate context inheritance
  • Configure alerting on server restart events combined with subsequent unusual access patterns
  • Regularly review authentication logs for signs of context confusion between user sessions

How to Mitigate CVE-2026-1471

Immediate Actions Required

  • Upgrade Neo4j Enterprise edition to version 2026.01.4 or 5.26.22 where the vulnerability is fixed
  • Review current SSO configuration to determine if the non-default UserInfo endpoint configuration is in use
  • Audit access logs following recent server restarts to identify potential exploitation
  • Consider temporarily switching to alternative authentication methods if immediate patching is not possible

Patch Information

Neo4j has released patched versions that address this authentication context caching vulnerability:

  • Version 2026.01.4 - Primary recommended upgrade path for 2026.x installations
  • Version 5.26.22 - Alternative patched version for organizations on the 5.x branch

Administrators should upgrade to one of these versions as soon as possible. Detailed patch information and upgrade instructions are available in the Neo4j Security Advisory for CVE-2026-1471.

Workarounds

  • If using SSO with UserInfo endpoint configuration, consider switching to an alternative SSO configuration method until patching is complete
  • Implement additional application-layer authorization checks to validate user identity on sensitive operations
  • Restrict server restart operations to maintenance windows with minimal user activity
  • Monitor for and manually invalidate suspicious sessions following server restarts
bash
# Configuration example - Review and modify Neo4j SSO configuration
# Check current SSO configuration in neo4j.conf
grep -i "dbms.security.oidc" /var/lib/neo4j/conf/neo4j.conf

# If using UserInfo endpoint, consider alternative authentication
# until patch can be applied - consult Neo4j documentation for
# configuration options specific to your environment

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNeo4j

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:U/V:D/RE:L/U:Clear
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-863
  • Technical References
  • Neo4j Security Advisory for CVE-2026-1471
  • Related CVEs
  • CVE-2026-1524: Neo4j Enterprise SSO Auth Bypass Flaw

  • CVE-2026-1497: Neo4j Enterprise Auth Bypass Vulnerability

  • CVE-2026-1337: Neo4j Query Log XSS Vulnerability

  • CVE-2026-1622: Neo4j Information Disclosure Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English