CVE-2026-5423
Received Received - Intake

Authentication Bypass in Neo4j GraphQL Library

Vulnerability report for CVE-2026-5423, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: Neo4j

Description

@neo4j/graphql library versions prior to 7.5.6 fail to verify the authenticity of a client-supplied, pre-decoded JWT object passed through GraphQL subscription connectionParams. As a result, any unauthenticated remote client that can open a GraphQL-over-WebSocket connection can forge arbitrary JWT claims (e.g. sub, roles) in connectionParams.jwt and have them accepted as authenticated identity for the purposes of @authentication and @subscriptionsAuthorization directive evaluation. This allows a fully unauthenticated attacker to receive subscription events that should be restricted to specific authenticated roles/users. Upgrade the library to versions 7.5.6+ or 5.12.14+. v6 is end-of-life and will not receive a fix.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-17
AI Q&A
2026-08-06
EPSS Evaluated
2026-08-16
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
neo4j graphql From 5.12.14 (inc) to 7.5.6 (exc)
neo4j graphql From 5.12.14 (inc) to 5.12.14 (exc)
neo4j graphql to 5.12.14 (exc)
neo4j graphql to 7.5.6 (exc)
neo4j graphql From 7.5.6 (inc)
neo4j graphql From 5.12.14 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-302 The authentication scheme or implementation uses key data elements that are assumed to be immutable, but can be controlled or modified by the attacker.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-5423 is an authentication bypass vulnerability in the @neo4j/graphql library. It affects versions 5.0.0 to 5.12.13 and 6.0.0 to 7.5.5. The flaw allows unauthenticated remote attackers to forge JWT claims in GraphQL subscription connection parameters, bypassing authentication and authorization mechanisms.

Detection Guidance

Check if your system uses @neo4j/graphql library versions between 5.0.0-5.12.13, 6.0.0-7.5.5, or 7.0.0-7.5.5. Inspect package.json or dependency files for the library version. Monitor WebSocket connections for GraphQL subscriptions with JWT claims in connectionParams.

Impact Analysis

An attacker could receive restricted subscription events containing sensitive data without proper authentication. This includes accessing real-time data that should be limited to specific roles or users. The impact is high confidentiality risk due to unauthorized access.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, potentially violating GDPR and HIPAA compliance requirements for data protection and access controls. Unauthorized data exposure may result in regulatory penalties.

Mitigation Strategies

Upgrade @neo4j/graphql to version 5.12.14, 7.5.6, or later. If using v6, migrate to a supported version as it is end-of-life. Disable GraphQL subscriptions if not required or restrict WebSocket access.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-5423. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart