3.1
LOW CVSS 3.1
CVE-2026-101046
Fleet before 4.89.0 SQL Injection via ORDER BY Activity Endpoints
Description

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.

INFO

Published Date :

Sept. 27, 2026, 5:02 p.m.

Last Modified :

Sept. 27, 2026, 5:02 p.m.

Remotely Exploit :

Yes !

Source :

VulnCheck
Affected Products

The following products are affected by CVE-2026-101046 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Fleetdm fleet
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 LOW 83251b91-4cc7-4094-a5c7-464a1b83ea10
CVSS 3.1 LOW MITRE-CVE
CVSS 4.0 LOW 83251b91-4cc7-4094-a5c7-464a1b83ea10
Solution
Update Fleet to version 4.89.0 or later to fix SQL injection in activity list endpoints.
  • Update Fleet to version 4.89.0 or later.
  • Remove usage of the deprecated cursor-pagination helper.
  • Pass sort columns through SanitizeColumn.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-101046 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.