---
id: CVE-2026-46371
title: Fleet is an open-source device management platform built on osquery
summary: >-
  Fleet is an open-source device management platform built on osquery. In
  versions up to and including 4.84.1, the Apple MDM commands listing endpoint
  (GET /api/v1/fleet/mdm/apple/commands) allowed an authenticated user with the
  lowest-pri…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-89
  - CWE-200
vendor: fleetdm
product: github.com/fleetdm/fleet/v4
affected:
  - github.com/fleetdm/fleet/v4 <= 4.84.1
patched:
  - github.com/fleetdm/fleet/v4 4.84.2
published: '2026-08-26'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:09:13.080'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-46371'
references:
  - url: 'https://github.com/fleetdm/fleet/security/advisories/GHSA-x4qr-qw6h-wvxq'
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-x4qr-qw6h-wvxq'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00371
epssPercentile: 0.28253
aliases:
  - GHSA-x4qr-qw6h-wvxq
ecosystem: go
ingestedAt: '2026-07-07T15:41:58.990Z'
---

## Overview

Fleet is an open-source device management platform built on osquery. In versions up to and including 4.84.1, the Apple MDM commands listing endpoint (GET /api/v1/fleet/mdm/apple/commands) allowed an authenticated user with the lowest-privilege Observer role to extract sensitive values from joined database tables, including host enrollment secrets and Apple Push Notification Service tokens, through a sort-order oracle. The endpoint accepted a user-supplied order_key parameter that was not validated against a column allowlist, and because the underlying query joins the hosts and nano_enrollments tables, an attacker could set the sort column to a sensitive field and combine it with the cursor-based after parameter to binary-search the value one character at a time, with the presence or absence of results revealing each character even though the value never appeared in the response. With extracted node_key or orbit_node_key values an attacker could impersonate enrolled hosts to Fleet's osquery and Orbit endpoints, submit fabricated host data, and retrieve pending scripts and commands. This issue is fixed in version 4.84.2.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-46371)

Affected packages:

- `github.com/fleetdm/fleet/v4 <= 4.84.1`

Patched in:

- `github.com/fleetdm/fleet/v4 4.84.2`

Source: https://github.com/advisories/GHSA-x4qr-qw6h-wvxq
