CVE-2026-46370

MEDIUMPre-NVD 6.56.5
EchelonGraph scoreLOW confidence

This medium-severity CVE scores 6.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit probability: 0.0%, top 90% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m, epss
6.5
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 6.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Fleet has observer-level enrollment secret extraction via ORDER BY oracle on labels host-listing endpoint

Summary

A vulnerability in Fleet's labels host-listing endpoint allowed authenticated users with the lowest-privilege Observer role to extract host enrollment secrets (node_key, orbit_node_key) through a cursor-based binary search oracle. The endpoint accepted a user-supplied order_key parameter that was not validated against a column allowlist, permitting sort order to be driven by sensitive columns in a joined table.

Impact

The GET /api/v1/fleet/labels/{id}/hosts endpoint constructs its query using a deprecated helper that did not restrict which columns could appear in the ORDER BY clause. An attacker with Global Observer or Team Observer credentials could supply a sensitive column name (for example, h.node_key) as order_key and combine it with the cursor-based after parameter to binary-search the values of those columns one character at a time. The targeted values never appeared in the response body, but the presence or absence of results revealed each character.

The node_key and orbit_node_key values are the long-lived shared secrets used by osquery and Orbit agents to authenticate to the Fleet server. An attacker who extracted these keys could:

  • Impersonate enrolled hosts to Fleet's osquery and Orbit endpoints
  • Submit fabricated query results and host inventory data
  • Retrieve pending scripts and MDM commands queued for the host
  • Poison compliance and policy results across the Fleet deployment

Exploitation required authenticated Observer access. Fleet deployments that restrict Observer roles to fully trusted users were at lower practical risk, but the secrets exposed are high-value and long-lived.

Patches

  • v4.85.0

Workarounds

If an immediate upgrade is not possible, administrators should:

  • Restrict the Observer role to fully trusted users until the patch is applied
  • Rotate node_key and orbit_node_key for any host suspected of exposure by re-enrolling the affected hosts

For more information

If there are any questions or comments about this advisory:

Email Fleet at [email protected] Join #fleet in osquery Slack

Credits

Fleet thanks the Security Team at Palantir Technologies for responsibly reporting this issue.

CVSS v3
6.5
EG Score
6.5(low)
EPSS
9.9%
KEV
Not listed

Published

June 12, 2026

Last Modified

June 12, 2026

Vendor Advisories for CVE-2026-46370(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Go(1)
PackageVulnerable rangeFixed inDependents
github.com/fleetdm/fleet/v44.84.2

Data Freshness Timeline

(refreshed 7× in last 7d / 27× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 01:00 UTCEG score recompute
  2. 2026-07-05 20:16 UTCEG score recompute
  3. 2026-07-04 19:25 UTCEG score recompute
  4. 2026-07-03 18:34 UTCEG score recompute
  5. 2026-07-02 17:21 UTCEG score recompute
  6. 2026-07-01 16:19 UTCEG score recompute
  7. 2026-06-30 15:28 UTCEG score recompute
  8. 2026-06-29 14:37 UTCEG score recompute
  9. 2026-06-28 13:46 UTCEG score recompute
  10. 2026-06-27 12:55 UTCEG score recompute
  11. 2026-06-26 12:03 UTCEG score recompute
  12. 2026-06-25 08:38 UTCEG score recompute
  13. 2026-06-24 07:48 UTCEG score recompute
  14. 2026-06-23 06:48 UTCEG score recompute
  15. 2026-06-22 05:37 UTCEG score recompute
  16. 2026-06-21 04:44 UTCEG score recompute
  17. 2026-06-20 03:45 UTCEG score recompute
  18. 2026-06-19 02:21 UTCEG score recompute
  19. 2026-06-18 01:26 UTCEG score recompute
  20. 2026-06-17 00:36 UTCEG score recompute
  21. 2026-06-15 23:45 UTCEG score recompute
  22. 2026-06-14 23:18 UTCEPSS rescore
  23. 2026-06-14 22:54 UTCEG score recompute
  24. 2026-06-13 23:00 UTCEPSS rescore
  25. 2026-06-13 22:03 UTCEG score recompute
Show 2 more
  1. 2026-06-12 23:12 UTCEPSS rescore
  2. 2026-06-12 21:11 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-46370?
CVE-2026-46370 is a medium vulnerability published on June 12, 2026. Fleet has observer-level enrollment secret extraction via ORDER BY oracle on labels host-listing endpoint Summary A vulnerability in Fleet's labels host-listing endpoint allowed authenticated users with the lowest-privilege Observer role to extract host enrollment secrets (nodekey, orbitnodekey)…
When was CVE-2026-46370 disclosed?
CVE-2026-46370 was first published in the National Vulnerability Database on June 12, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46370 actively exploited?
CVE-2026-46370 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 9.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-46370?
CVE-2026-46370 has a CVSS v4.0 base score of 6.5 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-46370?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46370, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-46370

Explore →

Is Your Infrastructure Affected by CVE-2026-46370?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.