Home

Description

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.

PUBLISHED Reserved 2026-01-15 | Published 2026-01-16 | Updated 2026-01-16 | Assigner GitHub_M




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

Problem types

CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Product status

>= 2.2.1, < 2.4.1
affected

>= 3.0.0, < 3.1.1
affected

References

github.com/...odules/security/advisories/GHSA-53wg-r69p-v3r7

github.com/graphql-hive/graphql-modules/issues/2613

github.com/graphql-hive/graphql-modules/pull/2521

github.com/...hql-modules/releases/tag/release-1768575025568

cve.org (CVE-2026-23735)

nvd.nist.gov (CVE-2026-23735)

Download JSON