CVE-2026-41422
HighSummary
Daptin is a headless CMS based on GraphQL/JSON-API. In versions prior to 0.11.4, the /aggregate/:typename endpoint accepted column and group query parameters that were passed without validation, allowing authenticated users to inject arbitrary SQL expressions.
Risk Assessment
The ability for authenticated users to inject SQL poses a serious risk to data security within the organization, potentially leading to unauthorized access or data manipulation.
Recommendation
It is recommended to upgrade Daptin to version 0.11.4 or later to mitigate this vulnerability and implement additional input validation mechanisms.
Other vulnerabilities in Daptin
Original NVD description (English source)
Daptin is a GraphQL/JSON-API headless CMS. Prior to version 0.11.4, the /aggregate/:typename endpoint accepted column and group query parameters that were passed verbatim to goqu.L() — a raw SQL literal expression builder — without any validation. This bypassed all parameterization and allowed authenticated users with any valid session to inject arbitrary SQL expressions. This issue has been patched in version 0.11.4.

