CVE-2023-50730: Grackle has StackOverflowError in GraphQL query processing
Impact
Prior to this fix, the GraphQL query parsing was vulnerable to StackOverflowError
s. The possibility of small queries resulting in stack overflow is a potential denial of service vulnerability.
This potentially affects all applications using Grackle which have untrusted users.
[!CAUTION] No specific knowledge of an application’s GraphQL schema would be required to construct a pathological query.
Patches
The stack overflow issues have been resolved in the v0.18.0 release of Grackle.
Workarounds
Users could interpose a sanitizing layer in between untrusted input and Grackle query processing.
References
Detect and mitigate CVE-2023-50730 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →