CVE-2026-44349

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.
CVSS

No CVSS.

Configurations

No configuration.

History

08 May 2026, 15:17

Type Values Removed Values Added
References () https://github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r - () https://github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r -

07 May 2026, 15:47

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-07 15:16

Updated : 2026-06-17 10:50


NVD link : CVE-2026-44349

Mitre link : CVE-2026-44349

CVE.ORG link : CVE-2026-44349


JSON object : View

Products Affected

No product.

CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')