---
cve: "CVE-2026-19869"
severity: "HIGH"
cvss: 7.6
epss: "0.3%"
vendor: "neo4j"
kev: false
exploited: false
published: "2026-08-18 16:35:19"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-25T12:03:31+02:00"
---

# CVE-2026-19869

> 7.6 HIGH · 🧪 PoC

## Beschreibung

@neo4j/graphql from 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 on the same operation type. When both a type-level @authentication (on Query/Mutation) and a field-level @authentication (on a root custom-resolver field within that type) are declared, only the type-level rule is evaluated and the field-level rule is silently discarded. As a result a stricter per-field requirement — such as an admin-role JWT claim (jwt: { roles_INCLUDES: "admin" }) — is never checked, and any client that satisfies the coarser type-level requirement can invoke the more-restricted field. No token forgery is involved: a legitimately issued, correctly signed non-admin token (e.g. roles: ["user"]) is sufficient.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- 7f434467ffc60321bf9fa5500a012b7897153971 (Commit)
- 40dbc3eb080d28a94a9493452ecc9cc8130460ea (Commit)

## Referenzen

- <https://github.com/neo4j/graphql/security/advisories/GHSA-82m8-p9px-c3x5>
- <https://neo4j.com/security/CVE-2026-19869>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-19869) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
