SCA: security update for github.com/daptin/daptin (GHSA-pwqg-q8pg-pp6r)

high Tenable Cloud Security Plugin ID 441353

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-44349)

Solution

Update the github.com/daptin/daptin library and its related packages to version 0.11.5 or later.

See Also

https://github.com/advisories/GHSA-pwqg-q8pg-pp6r

Plugin Details

Severity: High

ID: 441353

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 5/7/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.84

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2026-44349

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 7.1

Threat Score: 4.9

Threat Vector: CVSS:4.0/E:U

Vector: 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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/6/2026

Vulnerability Publication Date: 5/6/2026

Reference Information

CVE: CVE-2026-44349

cwe: CWE-89