Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/daptin/daptin
  4. ›
  5. CVE-2026-44349

CVE-2026-44349: Daptin fuzzy search injects unvalidated column name into raw SQL

May 6, 2026 (updated May 8, 2026)

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.


References

  • github.com/advisories/GHSA-pwqg-q8pg-pp6r
  • github.com/daptin/daptin
  • github.com/daptin/daptin/releases/tag/v0.11.5
  • github.com/daptin/daptin/security/advisories/GHSA-pwqg-q8pg-pp6r
  • nvd.nist.gov/vuln/detail/CVE-2026-44349

Code Behaviors & Features

Detect and mitigate CVE-2026-44349 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.11.5

Fixed versions

  • 0.11.5

Solution

Upgrade to version 0.11.5 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Source file

go/github.com/daptin/daptin/CVE-2026-44349.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 10 May 2026 12:17:50 +0000.