Summary
Fleet has an Access Control vulnerability in debug/pprof endpoints
A broken access control issue in Fleet allowed authenticated users to access debug and profiling endpoints regardless of role. As a result, low-privilege users could view internal server diagnostics and trigger resource-intensive profiling operations.
Workarounds
If an immediate upgrade is not possible, users should put the debug/pprof endpoints behind an IP allowlist.
For more information
If you have any questions or comments about this advisory:
Email us at [email protected]
Join #fleet in osquery Slack
Credits
We thank @secfox-ai for responsibly reporting this issue.
Impact
Fleet’s debug/pprof endpoints are accessible to any authenticated user regardless of role, including the lowest-privilege “Observer” role. This allows low-privilege users to access sensitive server internals, including runtime profiling data and in-memory application state, and to trigger CPU-intensive profiling operations that could lead to denial of service.
The application does not perform an authorization check before performing a sensitive operation. Typical impact: unauthorized access to restricted functionality or data.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Already deployed Kodem?
See it in your environmentNew to Kodem? Get a demo →Remediation advice
- 4.78.3
- 4.77.1
- 4.76.2
- 4.75.2
- 4.53.3
Frequently Asked Questions
- What is CVE-2026-23517? CVE-2026-23517 is a high-severity missing authorization vulnerability in github.com/fleetdm/fleet (go), affecting versions >= 4.78.0, < 4.78.3. It is fixed in 4.78.3, 4.77.1, 4.76.2, 4.75.2, 4.78.3-0.20260112221730-5c030e32a3a9. The application does not perform an authorization check before performing a sensitive operation.
- Which packages are affected by CVE-2026-23517?
github.com/fleetdm/fleet(go) (versions >= 4.78.0, < 4.78.3)github.com/fleetdm/fleet/v4(go) (versions < 4.78.3-0.20260112221730-5c030e32a3a9)
- Is there a fix for CVE-2026-23517? Yes. CVE-2026-23517 is fixed in 4.78.3, 4.77.1, 4.76.2, 4.75.2, 4.78.3-0.20260112221730-5c030e32a3a9. Upgrade to this version or later.
- Is CVE-2026-23517 exploitable, and should I be worried? Whether CVE-2026-23517 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether CVE-2026-23517 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix CVE-2026-23517?
- Upgrade
github.com/fleetdm/fleetto 4.78.3 or later - Upgrade
github.com/fleetdm/fleetto 4.77.1 or later - Upgrade
github.com/fleetdm/fleetto 4.76.2 or later - Upgrade
github.com/fleetdm/fleetto 4.75.2 or later - Upgrade
github.com/fleetdm/fleet/v4to 4.78.3-0.20260112221730-5c030e32a3a9 or later
- Upgrade