Lucene search
K

4 matches found

Github Security Blog
Github Security Blog
added 2026/05/06 10:10 p.m.8 views

Daptin fuzzy search injects unvalidated column name into raw SQL

Summary processFuzzySearch in server/resource/resourcefindallpaginated.go:1484 splits the user-supplied column parameter by comma and interpolates each segment directly into goqu.Lfmt.Sprintf"LOWER%s LIKE ?", prefix+col raw SQL with no column whitelist check. The entry point is GET /api/ with...

7.1CVSS6.1AI score0.00017EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/22 5:38 p.m.4 views

Daptin: SQL injection via unvalidated goqu.L() calls in aggregate API

Summary The /aggregate/:typename endpoint accepted column and group query parameters that were passed verbatim to goqu.L — a raw SQL literal expression builder — without any validation. This bypassed all parameterization and allowed authenticated users with any valid session to inject arbitrary S...

8.3CVSS5.9AI score0.00019EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2026/03/18 4:34 p.m.1 views

GHSA-GCG3-C5P2-CQGG OneUptime ClickHouse vulnerable to SQL Injection via unvalidated column identifiers in sort, select, and groupBy parameters

The fix for GHSA-p5g2-jm85-8g35 ClickHouse SQL injection via aggregate query parameters added column name validation to the aggregateBy method but did not apply the same validation to three other query construction paths in StatementGenerator. The toSortStatement, toSelectStatement, and...

8.1CVSS5.9AI score0.00014EPSS
Exploits0References3
OSV
OSV
added 2025/12/12 1:35 p.m.3 views

CLSA-2025-1765546516 libtiff: Fix of CVE-2023-52356

CVE-2023-52356: add col/row validation in TIFFReadRGBAStrip/TIFFReadRGBATile to prevent heap-buffer overflow and potential DoS...

7.5CVSS6.9AI score0.00737EPSS
Exploits0References1
Rows per page
Query Builder