HIGHCVSS 7.5Vulnerability

CVE-2026-46356

### Summary 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. ### Impact 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. ### Workarounds 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. ### For more information If you have any questions or comments about this advisory: Email us at [[email protected]](mailto:[email protected]) Join #fleet in [osquery Slack](https://join.slack.com/t/osquery/shared_invite/zt-h29zm0gk-s2DBtGUTW4CFel0f0IjTEw) ### Credits We thank @fuzzztf for responsibly reporting this issue.

Properties

summary
Fleet: IP spoofing allows bypassing API rate limiting
severity
HIGH
cvss_score
7.5
epss_score
0.00276
ghsa_published
2026-05-14T13:18:33Z
source_url
https://github.com/advisories/GHSA-mxmp-wr3w-rvqx
ghsa_updated
2026-05-15T23:45:49Z
ghsa_id
GHSA-mxmp-wr3w-rvqx
cve_id
CVE-2026-46356
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
is_ghsa_only
false
epss_percentile
0.1989

Related Entities (7)

ENRICHED_BY (1)

[Source]FIRST EPSS

VULNERABLE_TO (2)

[Software]go/github.com/fleetdm/fleet/v4
[Software]go/github.com/fleetdm/fleet

AFFECTS (2)

[Software]go/github.com/fleetdm/fleet/v4
[Software]go/github.com/fleetdm/fleet

HAS_WEAKNESS (1)

[Weakness]Authentication Bypass by Spoofing

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-46356 (CVSS 7.5) — Ninja Signal Threat Intelligence | Ninja Signal