Vulnerability Description
Daptin is a GraphQL/JSON-API headless CMS. Prior to version 0.11.5, processFuzzySearch in server/resource/resource_findallpaginated.go:1484 splits the user-supplied column parameter by comma and interpolates each segment directly into goqu.L(fmt.Sprintf("LOWER(%s) LIKE ?", prefix+col)) raw SQL with no column whitelist check. The entry point is GET /api/<entity> with operator=fuzzy (or fuzzy_any, fuzzy_all). Any authenticated user — including one who self-registered with no admin involvement — can read the entire database. This issue has been patched in version 0.11.5.
Related Weaknesses (CWE)
References
- https://github.com/daptin/daptin/releases/tag/v0.11.5
- https://github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r
- https://github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r
FAQ
What is CVE-2026-44349?
CVE-2026-44349 is a documented vulnerability. Daptin is a GraphQL/JSON-API headless CMS. Prior to version 0.11.5, processFuzzySearch in server/resource/resource_findallpaginated.go:1484 splits the user-supplied column parameter by comma and inter...
How severe is CVE-2026-44349?
CVSS scoring is not yet available for CVE-2026-44349. Check NVD for updates.
Is there a patch for CVE-2026-44349?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.