CVE Catalog

CVE-2026-23735

High
Published: Translated: NVD NIST

Summary

GraphQL Modules is a toolset of libraries and guidelines for creating modules for a GraphQL server. In versions from 2.2.1 to before 2.4.1 and 3.1.1, when 2 or more parallel requests trigger the same service, the context of the requests is mixed up in the service when the context is injected via @ExecutionContext(). ExecutionContext is often used to pass authentication tokens from incoming requests to services loading data from backend APIs. This vulnerability is fixed in 2.4.1 and 3.1.1.

Risk Assessment

Context mixing can lead to unauthorized data access or privilege escalation, as authentication tokens may be assigned to the wrong requests.

Recommendation

Upgrade GraphQL Modules to version 2.4.1 or 3.1.1, which fix the issue.

Related vulnerabilities

Original NVD description (English source)

GraphQL Modules is a toolset of libraries and guidelines dedicated to create reusable, maintainable, testable and extendable modules out of your GraphQL server. From 2.2.1 to before 2.4.1 and 3.1.1, when 2 or more parallel requests are made which trigger the same service, the context of the requests is mixed up in the service when the context is injected via @ExecutionContext(). ExecutionContext is often used to pass authentication tokens from incoming requests to services loading data from backend APIs. This vulnerability is fixed in 2.4.1 and 3.1.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS