← Back to browse · API

CVE-2022-36084

Severity
CRITICAL
CVSS
9.9
EPSS
0.012
Risk score
40.02
CISA KEV
No
PoC
No
Published
2022-09-08
Modified
2025-04-23
First seen
2026-08-07
Aliases
EUVD-2022-6921, GHSA-QM4W-4995-VG7F
Products
AEB-labs:cruddl 1.1.0, < 2.7.0, AEB-labs:cruddl 3.0.0, < 3.0.2
Sources
euvd EUVD-2022-6921

Description

cruddl is software for creating a GraphQL API for a database, using the GraphQL SDL to model a schema. If cruddl starting with version 1.1.0 and prior to versions 2.7.0 and 3.0.2 is used to generate a schema that uses `@flexSearchFulltext`, users of that schema may be able to inject arbitrary AQL queries that will be forwarded to and executed by ArangoDB. Schemas that do not use `@flexSearchFulltext` are not affected. The attacker needs to have `READ` permission to at least one root entity type that has `@flexSearchFulltext` enabled. The issue has been fixed in version 3.0.2 and in version 2.7.0 of cruddl. As a workaround, users can temporarily remove `@flexSearchFulltext` from their schemas.

References