CVE-2026-62987
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N
Summary
Fabio is an HTTP(S) and TCP router for deploying applications managed by consul. From 1.6.6 until 1.7.2, the CVE-2025-48865 fix in proxy/http_headers.go uses protectHeaders for a hardcoded set of forwarded headers but omits the operator-configured ClientIPHeader, TLSHeader, and RequestID names. In proxy/http_proxy.go, HTTPProxy.ServeHTTP calls addHeaders to set these trust headers before Go ReverseProxy processes the inbound Connection header, allowing an unauthenticated client to name and remove the configured headers before the request reaches the backend. Deployments that enable the corresponding proxy.header options can therefore lose client-IP, TLS-termination, or request-correlation signals used by backend authorization and auditing; the options are empty by default, and the hardcoded protected forwarded headers are unaffected. This issue is fixed in version 1.7.2.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| fabiolb | fabio | >= 1.6.6, < 1.7.2 | affected |
Weaknesses
- CWE-290: CWE-290: Authentication Bypass by Spoofing
- CWE-348: CWE-348: Use of Less Trusted Source
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: partial
Additional References
References
- https://github.com/fabiolb/fabio/security/advisories/GHSA-fq95-v8xc-jm3v
- https://github.com/fabiolb/fabio/commit/240526a8004077edad4fb96d25b382bfc3901357
- https://github.com/fabiolb/fabio/releases/tag/v1.7.2
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.