๐Ÿ” CVE Alert

CVE-2026-101046

LOW 3.1

Fleet before 4.89.0 SQL Injection via ORDER BY Activity Endpoints

CVSS Score
3.1
EPSS Score
0.0%
EPSS Percentile
0th

Fleet before 4.89.0 contains an SQL injection vulnerability in the activity list endpoints (GET /api/v1/fleet/activities and GET /api/v1/fleet/hosts/{id}/activities). The deprecated cursor-pagination helper appendListOptionsWithCursorToSQL interpolated the caller-supplied sort/order key into the SQL ORDER BY clause without an allowlist, so an authenticated user with read access to Activity could order results by arbitrary columns. The impact is read-only and bounded to columns on the activity_past table that are not otherwise returned in these responses (e.g. details), allowing their values to be inferred through the resulting sort order; there is no write access, privilege escalation, or reachability of node_key or other host-join columns through these endpoints. Fixed in 4.89.0, which removes the deprecated helper and passes the sort column through SanitizeColumn.

CWE CWE-89
Vendor fleetdm
Product fleet
Published Sep 27, 2026
Stay Ahead of the Next One

Get instant alerts for fleetdm fleet

Be the first to know when new low vulnerabilities affecting fleetdm fleet are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

fleetdm / fleet
0 < 4.89.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fleetdm/fleet/security/advisories/GHSA-rxhg-vcww-2mpw vulncheck.com: https://www.vulncheck.com/advisories/fleet-before-4.89.0-sql-injection-via-order-by-activity-endpoints

Credits

๐Ÿ” axel-corsiez