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-2025-12738

CVE-2025-12738: Neo4j Enterprise Information Disclosure

CVE-2025-12738 is an information disclosure vulnerability in Neo4j Enterprise that allows attackers to infer property values through error message enumeration. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-12738 Overview

CVE-2025-12738 is an information disclosure vulnerability affecting Neo4j Enterprise edition. The vulnerability exists in versions prior to 2025.11.2 and 5.26.17, allowing an attacker with limited legitimate database access to infer property values without proper read permissions. This is achieved through error message enumeration when attempting SET operations on properties, exposing sensitive data through verbose error responses.

Critical Impact

Authenticated attackers can bypass read access controls and enumerate sensitive property values through error message analysis, potentially exposing confidential database information.

Affected Products

  • Neo4j Enterprise edition versions prior to 2025.11.2
  • Neo4j Enterprise edition versions prior to 5.26.17

Discovery Timeline

  • 2026-01-22 - CVE CVE-2025-12738 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-12738

Vulnerability Analysis

This vulnerability is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue lies in Neo4j Enterprise's handling of error messages during property modification operations. When an authenticated user without read permissions on a property attempts to set its value, the database returns error messages that vary based on the existing property value. This differential response behavior creates a side channel that attackers can exploit to infer protected information.

The attack requires network access and authenticated database credentials, but does not require specific read permissions on the targeted properties. An attacker can systematically enumerate possible property values by observing the differences in error responses, effectively bypassing the intended access control restrictions.

Root Cause

The root cause stems from improper information exposure in error handling logic. When processing SET property operations, Neo4j Enterprise fails to properly sanitize error messages, inadvertently revealing information about property values to users who lack read permissions. This violates the principle of least privilege by leaking protected data through a side channel in the error response mechanism.

Attack Vector

The attack is conducted over the network by an authenticated user with limited database access. The attacker does not need read permissions on the target property but must have some legitimate access to the Neo4j database. By attempting to set property values and analyzing the resulting error messages, the attacker can systematically enumerate all possible values until determining the actual stored value. This technique exploits the differential error responses as an oracle to reveal protected information.

The vulnerability manifests when an attacker sends multiple SET property requests with different candidate values and observes variations in the error messages returned by the database. The differences in error responses indicate whether the guessed value matches the actual property value. For detailed technical information, refer to the Neo4j Security Advisory CVE-2025-12738.

Detection Methods for CVE-2025-12738

Indicators of Compromise

  • Unusual patterns of failed SET property operations from authenticated users
  • High volume of property modification attempts targeting specific nodes or properties
  • Repeated error responses related to property access violations in database logs
  • Anomalous query patterns suggesting enumeration or brute-force activity

Detection Strategies

  • Monitor Neo4j audit logs for excessive SET operation failures from individual user accounts
  • Implement alerting on repetitive property modification attempts that result in access denied errors
  • Correlate database activity logs with user permission levels to identify potential abuse
  • Deploy database activity monitoring to detect enumeration patterns against protected properties

Monitoring Recommendations

  • Enable comprehensive audit logging for all property modification operations in Neo4j
  • Configure alerts for threshold violations on failed SET operations per user session
  • Review database access logs regularly for signs of systematic property value enumeration
  • Implement real-time monitoring of error message frequency by user and property combination

How to Mitigate CVE-2025-12738

Immediate Actions Required

  • Upgrade Neo4j Enterprise to version 2025.11.2 or 5.26.17 or later immediately
  • Review and audit current database user permissions and access control configurations
  • Monitor database logs for signs of exploitation or enumeration attempts
  • Restrict network access to Neo4j instances to trusted sources only

Patch Information

Neo4j has released patched versions that address this information disclosure vulnerability. Organizations should upgrade to Neo4j Enterprise edition version 2025.11.2 or 5.26.17 or above, where the issue is fixed. The patches modify error handling behavior to prevent information leakage through error message enumeration. For additional details, consult the Neo4j Security Advisory CVE-2025-12738.

Workarounds

  • Implement network segmentation to limit database access to authorized services only
  • Enhance monitoring and alerting for unusual property modification patterns
  • Review and minimize user permissions to follow least privilege principles
  • Consider implementing application-layer access controls as an additional defense layer
bash
# Configuration example
# Review Neo4j version and plan upgrade
neo4j version

# Verify current installation and backup before upgrade
neo4j-admin database dump --database=neo4j --to-path=/backup/

# Follow Neo4j upgrade documentation to update to patched version
# Target versions: 2025.11.2 or 5.26.17 and above

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNeo4j

  • SeverityLOW

  • CVSS Score1.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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:X/R:X/V:D/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Neo4j Security Advisory CVE-2025-12738
  • Related CVEs
  • CVE-2026-1622: Neo4j Information Disclosure Vulnerability

  • CVE-2026-1524: Neo4j Enterprise SSO Auth Bypass Flaw

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

  • CVE-2026-1471: Neo4j Enterprise Auth Bypass 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