CVE-2026-23517
7.50.04%
Fleet's Open Door Policy: Unrestricted pprof Exposure
Alon Barad
Software EngineerJan 20, 2026·6 min read·8 visits
PoC Available
Executive Summary (TL;DR)
The Fleet server accidentally exposed Go's debugging endpoints (`/debug/pprof`) to any user with a valid session token. This means a low-level 'Observer' can dump the server's heap memory (stealing secrets) or trigger CPU profiles (crashing the server). Fixed in versions 4.78.3, 4.77.1, etc.
A critical access control failure in Fleet server allows any authenticated user—even those with minimal privileges—to access Go's runtime profiling tools (`pprof`), leading to potential data leakage and Denial of Service.
Fix Analysis (1)
Technical Appendix
CVSS Score
7.5/ 10
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:HEPSS Probability
0.04%
Top 100% most exploited
Affected Systems
Fleet Server (FleetDM)
Affected Versions Detail
| Product | Affected Versions | Fixed Version |
|---|---|---|
Fleet FleetDM | < 4.53.3 | 4.53.3 |
Fleet FleetDM | < 4.75.2 | 4.75.2 |
Fleet FleetDM | < 4.76.2 | 4.76.2 |
Fleet FleetDM | < 4.77.1 | 4.77.1 |
Fleet FleetDM | < 4.78.3 | 4.78.3 |
| Attribute | Detail |
|---|---|
| CWE ID | CWE-284 (Improper Access Control) |
| Attack Vector | Network (Authenticated) |
| CVSS Estimate | 7.5 (High) |
| Impact | Info Disclosure & DoS |
| Component | debugAuthenticationMiddleware |
| KEV Status | Not Listed |
MITRE ATT&CK Mapping
CWE-284
Improper Access Control
The software does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Known Exploits & Detection
Vulnerability Timeline
Patch commit merged into main branch
2026-01-12
GHSA-4r5r-ccr6-q6f6 published
2026-01-20
CVE-2026-23517 assigned
2026-01-20