Answer in brief
CVE-2026-46370 records a Medium severity (CVSS 6.5) vulnerability in Fleet has observer-level enrollment secret extraction via ORDER BY oracle on labels host-listing endpoint. The current sources do not mark it as known exploited. The current feed maps fleetdm/fleet (generic), github.com/fleetdm/fleet/v4 (go), github.com/fleetdm/fleet/v4 (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps fleetdm/fleet (generic), github.com/fleetdm/fleet/v4 (go), github.com/fleetdm/fleet/v4 (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| fleetdm/fleetgeneric | < 4.84.2 | Not reported |
| github.com/fleetdm/fleet/v4go | <=4.84.1 | 4.84.2 |
| github.com/fleetdm/fleet/v4go | >=0 <4.84.2 | 4.84.2 |
Published upstream
Aug 26, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 9, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 19, 2026
Fleet is an open-source device management platform built on osquery. In versions up to and including 4.84.1, the labels host-listing endpoint (GET /api/v1/fleet/labels/{id}/hosts) allowed an authenticated user with the lowest-privilege Observer role to extract host enrollment secrets through a sort-order oracle. The endpoint accepted a user-supplied order_key parameter that was not validated against a column allowlist, so an attacker with Global or Team Observer access could set the sort column to a sensitive field such as h.node_key and combine it with the cursor-based after parameter to binary-search the value one character at a time; the targeted value never appeared in the response, but the presence or absence of results revealed each character. Because node_key and orbit_node_key are the long-lived shared secrets that osquery and Orbit agents use to authenticate to the Fleet server, an attacker who reconstructed them could impersonate enrolled hosts, submit fabricated query results and inventory, retrieve pending scripts and MDM commands, and poison compliance and policy results across the deployment. This issue is fixed in version 4.84.2.
Quoted source text, attributed separately from HOL analysis.