PatchSiren cyber security CVE debrief
CVE-2026-19869 neo4j CVE debrief
CVE-2026-19869 is a high-severity vulnerability in the @neo4j/graphql library, affecting versions from 5.2.0 until the patched versions. The vulnerability occurs when both type-level and field-level @authentication rules are present on the same operation type, causing the field-level rule to be silently discarded. This allows clients with a legitimately issued, correctly signed non-admin token to invoke more-restricted fields.
- Vendor
- neo4j
- Product
- graphql
- CVSS
- HIGH 7.6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-09
Who should care
Defenders and developers using @neo4j/graphql in their systems, especially those with custom GraphQL operations and authentication rules, should assess exposure and prioritize verification and remediation.
Why it matters
CVE-2026-19869 is a high-severity vulnerability in @neo4j/graphql that allows clients with non-admin tokens to invoke restricted fields when both type-level and field-level authentication rules are present. Defenders should prioritize verifying patched versions, assessing exposure, and adjusting authentication rules.
- Potential unauthorized access to restricted fields
- Bypass of stricter field-level authentication requirements
- Increased risk of data exposure or manipulation
- Need for verification of patched versions and authentication rule configurations
Technical summary
The @neo4j/graphql library from version 5.2.0 until the patched versions fails to enforce field-level @authentication rules on root custom-resolver fields when a type-level @authentication rule is also present. This causes the field-level rule to be silently discarded, allowing clients with a legitimately issued non-admin token to invoke more-restricted fields. Defenders should prioritize verifying patched versions and assessing exposure in their systems, especially those with custom GraphQL operations and authentication rules. The vulnerability allows clients with non-admin tokens to invoke restricted fields, potentially leading to unauthorized access and data exposure.
Defensive priority
Defenders should prioritize verifying the presence of patched versions and assessing exposure in their systems.
Recommended defensive actions
- Verify the presence of patched versions of @neo4j/graphql in your systems.
- Assess exposure by checking if both type-level and field-level @authentication rules are used in your GraphQL operations.
- Update to the patched versions as soon as possible.
- Review and adjust your authentication rules to ensure proper enforcement.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Evidence notes
The vulnerability is described in the CVE record and source references. However, the scope of affected versions and systems requires verification from the supplied official sources. The CVE Program and NVD provide details on the vulnerability, but defenders need to verify patched versions and assess exposure in their systems. This includes checking for custom GraphQL operations and authentication rules that may be impacted. Evidence limits suggest focusing on official sources and vendor guidance for accurate information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-19869 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-19869
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-19869 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-19869
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/neo4j/graphql/security/advisories/GHSA-82m8-p9px-c3x5
3b236295-4ccd-4a1f-a1c1-a72eecc8d7b6
-
Source reference
Unverified legacy reference
URL: https://neo4j.com/security/CVE-2026-19869
3b236295-4ccd-4a1f-a1c1-a72eecc8d7b6
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.