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-1497

CVE-2026-1497: Neo4j Enterprise Auth Bypass Vulnerability

CVE-2026-1497 is an authentication bypass vulnerability in Neo4j Enterprise that incorrectly resolves namespaces, allowing unintended database access. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-1497 Overview

CVE-2026-1497 is an Improper Authorization vulnerability in Neo4j Enterprise edition that arises from incorrect namespace resolution in composite databases. When administrators attempt to grant users access to a remote database constituent using the namespace.name format, the system incorrectly resolves the namespace, inadvertently granting access to any local database or remote alias with the same "name" component. This flaw can lead to unintended privilege assignments, either immediately or when matching databases are created in the future.

Critical Impact

Administrators may unknowingly grant broader database access than intended, potentially exposing sensitive data or allowing unauthorized modifications to local databases or remote aliases that share the same name component.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-1497

Vulnerability Analysis

This vulnerability stems from improper authorization handling (CWE-863) in Neo4j's composite database architecture. When an administrator configures access control for remote database constituents using fully qualified namespace identifiers (e.g., namespace.name), the permission resolution logic fails to properly validate the complete namespace path. Instead, it matches only the terminal name component, leading to overly permissive access grants.

The security implications extend beyond immediate access violations. If a matching local database or remote alias doesn't exist at the time the privilege command is executed, the incorrectly scoped privileges remain dormant until a matching resource is created. This creates a latent security risk where future database or alias creation can unexpectedly inherit elevated privileges.

Root Cause

The root cause lies in Neo4j's namespace resolution logic for composite databases. The system fails to enforce strict namespace boundaries when processing access control commands. Rather than requiring an exact match of the full namespace.name path, the authorization mechanism performs a partial match on only the name portion, bypassing the intended namespace isolation.

Attack Vector

The attack vector requires an attacker to have some level of existing access to the Neo4j environment. Exploitation occurs through the following scenario:

  1. An administrator intends to grant a user access to a specific remote database constituent using the qualified path namespace.name
  2. Due to the namespace resolution flaw, the permission applies to any database or alias simply named name
  3. If an attacker can create or already has access to a local database or alias matching just the name component, they gain unintended access
  4. The vulnerability requires user interaction (administrative action) and specific preconditions (presence of the attacker-controlled resource)

The vulnerability is exploitable over the network since Neo4j database administration typically occurs via network connections. However, successful exploitation requires the attacker to position themselves to benefit from the misconfigured permissions, limiting the practical impact.

Detection Methods for CVE-2026-1497

Indicators of Compromise

  • Unexpected database access patterns from users who should only have permissions to remote database constituents
  • Privilege assignments that reference namespace.name patterns in access control configurations
  • Database access logs showing users connecting to local databases when their permissions were intended only for remote constituents

Detection Strategies

  • Audit all GRANT statements in Neo4j that use dot-notation (namespace.name) for composite database access
  • Review privilege assignments to identify any that may have been affected by incorrect namespace resolution
  • Compare intended access control policies against actual effective permissions for all users with composite database access

Monitoring Recommendations

  • Implement logging for all database access operations, particularly for local databases and remote aliases
  • Monitor for creation of new databases or aliases that may match existing permission patterns
  • Set up alerts for access to databases by users whose explicit permissions reference different namespaces

How to Mitigate CVE-2026-1497

Immediate Actions Required

  • Upgrade Neo4j Enterprise edition to version 2026.02 or later
  • For Neo4j 5.x installations, upgrade to version 5.26.22 or later
  • Audit existing privilege assignments that use composite database namespace notation to identify potentially affected configurations
  • Review and revoke any unintended access grants resulting from the namespace resolution flaw

Patch Information

Neo4j has released security updates addressing this vulnerability. Organizations should upgrade to Neo4j Enterprise edition version 2026.02 or version 5.26.22 depending on their deployment track. The patch corrects the namespace resolution logic to require exact matches on fully qualified database paths in composite database environments.

For complete patch details and upgrade instructions, refer to the Neo4j Security Advisory for CVE-2026-1497.

Workarounds

  • Avoid using composite database namespace notation until patches can be applied
  • Manually verify effective permissions after granting access to composite database constituents
  • Implement additional access control layers outside of Neo4j's built-in permission system
  • Restrict database and alias creation privileges to prevent exploitation through future resource creation

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.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/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:M/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-863
  • Technical References
  • Neo4j Security Advisory for CVE-2026-1497
  • Related CVEs
  • CVE-2026-1524: Neo4j Enterprise SSO Auth Bypass Flaw

  • CVE-2026-1471: 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