{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-41262",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-04-18T14:01:46.801Z",
        "datePublished": "2026-08-26T18:32:30.669Z",
        "dateUpdated": "2026-08-26T18:32:30.669Z"
    },
    "containers": {
        "cna": {
            "title": "Fleet: Cross-Team Policy Data Exposure via Global Policy Read Endpoint",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-863",
                            "lang": "en",
                            "description": "CWE-863: Incorrect Authorization",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 4.3,
                        "baseSeverity": "MEDIUM",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/fleetdm/fleet/security/advisories/GHSA-gm7f-v959-fr2g",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/fleetdm/fleet/security/advisories/GHSA-gm7f-v959-fr2g"
                },
                {
                    "name": "https://github.com/fleetdm/fleet/releases/tag/fleet-v4.85.0",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/fleetdm/fleet/releases/tag/fleet-v4.85.0"
                }
            ],
            "affected": [
                {
                    "vendor": "fleetdm",
                    "product": "fleet",
                    "versions": [
                        {
                            "version": "< 4.85.0",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-26T18:32:30.669Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-gm7f-v959-fr2g",
                "discovery": "UNKNOWN"
            }
        }
    }
}