CVE-2026-44349
HIGHDaptin fuzzy search injects unvalidated column name into raw SQL
Title source: cnaDescription
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.
References (2)
Core 2
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r
X_Refsource_Misc x_refsource_misc
https://github.com/daptin/daptin/releases/tag/v0.11.5
Scores
CVSS v4
7.1
EPSS
0.0031
EPSS Percentile
21.9%
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-89
Status
published
Products (2)
daptin/daptin
0 - 0.11.5Go
daptin/daptin
< 0.11.5
Published
May 07, 2026
Tracked Since
May 07, 2026