CVE-2026-44349

Source
https://cve.org/CVERecord?id=CVE-2026-44349
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44349.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-44349
Aliases
Downstream
Related
Published
2026-05-07T13:57:10.113Z
Modified
2026-07-31T18:30:48.464018052Z
Severity
  • 7.1 (High) CVSS_V4 - 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 CVSS Calculator
Summary
Daptin fuzzy search injects unvalidated column name into raw SQL
Details

Daptin is a GraphQL/JSON-API headless CMS. Prior to version 0.11.5, processFuzzySearch in server/resource/resourcefindallpaginated.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 fuzzyany, 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.

Database specific
{
    "cwe_ids": [
        "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/44xxx/CVE-2026-44349.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/daptin/daptin

Affected ranges

Type
GIT
Repo
https://github.com/daptin/daptin
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.11.5"
        }
    ]
}

Affected versions

0.*
0.10.1
0.10.2
0.10.3
v0.*
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.11.3
v0.11.4
v0.9.10
v0.9.2
v0.9.4
v0.9.5
v0.9.6
v0.9.7
v0.9.8
v0.9.81
v0.9.82
v0.9.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-44349.json"