๐Ÿ” CVE Alert

CVE-2026-41262

MEDIUM 4.3

Fleet: Cross-Team Policy Data Exposure via Global Policy Read Endpoint

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

Fleet is an open-source device management platform built on osquery. In versions prior to 4.85.0, the global policy read endpoint (GET /api/latest/fleet/policies/{policy_id}) fails to verify team ownership of the requested policy, allowing an authenticated user with observer-level access on any single team to read the full details of policies belonging to any other team and bypass Fleet's team isolation model. The handler authorizes the request against an empty policy object whose TeamID is nil, which an authorization rule permits for any user holding a role on any team, and then fetches the policy by ID with no team filter and returns it without any post-fetch scope check. Because policy IDs are sequential integers, an attacker can enumerate them to read other teams' policy SQL queries, host pass and fail counts, and associated software-installer and script metadata, exposing security-monitoring strategies and compliance posture across team boundaries. This issue is fixed in version 4.85.0.

CWE CWE-863
Vendor fleetdm
Product fleet
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for fleetdm fleet

Be the first to know when new medium 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:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

fleetdm / fleet
< 4.85.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fleetdm/fleet/security/advisories/GHSA-gm7f-v959-fr2g github.com: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.85.0