CVE-2026-46356 Details
Description
Fleet is open source device management software. Prior to version 4.80.1, a vulnerability in Fleet's IP extraction logic allows unauthenticated attackers to bypass API rate limiting by spoofing client IP headers. This may allow brute-force login attempts or other abuse against Fleet instances exposed to the public internet. Fleet extracted client IP addresses from request headers (`True-Client-IP`, `X-Real-IP`, `X-Forwarded-For`) without validating that those headers originate from a trusted proxy. The extracted IP is used as the key for rate limiting and IP ban decisions. As a result, an attacker could rotate the value of these headers on each request, causing Fleet to treat each attempt as coming from a different client. This effectively bypasses per-IP rate limits on sensitive endpoints such as the login API, enabling unrestricted brute-force or credential stuffing attacks. This issue primarily affects Fleet instances that are directly exposed to the internet without a reverse proxy that overwrites forwarded-IP headers. Instances behind a properly configured proxy or WAF are less affected. Version 4.80.1 contains a patch. If an immediate upgrade is not possible, administrators should ensure Fleet is deployed behind a reverse proxy (e.g., nginx, Cloudflare, AWS ALB) that overwrites `X-Forwarded-For` with the true client IP, and apply rate limiting at the proxy or WAF layer.
A vulnerability in Fleet's IP extraction logic prior to version 4.80.1 allows unauthenticated attackers to bypass API rate limiting by spoofing client IP headers. This issue can lead to brute-force login attempts or other abuses against Fleet instances exposed to the public internet. The vulnerability arises because Fleet extracts client IP addresses from request headers such as 'True-Client-IP', 'X-Real-IP', and 'X-Forwarded-For' without validating their origin from a trusted proxy. The extracted IP is used for rate limiting and IP ban decisions, enabling attackers to rotate these header values and bypass per-IP rate limits on sensitive endpoints like the login API.
Users can upgrade to Fleet version 4.80.1 or later, where this vulnerability has been patched. If an immediate upgrade is not possible, administrators should deploy Fleet behind a reverse proxy that overwrites 'X-Forwarded-For' with the true client IP and apply rate limiting at the proxy or WAF layer.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/fleetdm/fleet/releases/tag/fleet-v4.80.1 | [email protected] | Release Notes |
| https://github.com/fleetdm/fleet/security/advisories/GHSA-mxmp-wr3w-rvqx | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-290 | Authentication Bypass by Spoofing | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fleetdm fleet | < 4.80.1 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 18, 2026 | Initial Analysis | [email protected] |
| May 14, 2026 | New CVE Received | [email protected] |