CVE-2026-63329
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
Summary
Warpgate is an open source SSH, HTTPS and MySQL bastion host for Linux. Prior to 0.25.6, copy_server_request in warpgate-protocol-http/src/proxy.rs forwards a client-supplied x-warpgate-username header before inject_own_headers appends the authenticated username. Because the request builder preserves repeated values, a proxied backend that trusts the first x-warpgate-username value can authorize an authenticated attacker as another user. The same forwarding policy also accepts the reserved x-warpgate-authentication-type header, and warpgate-common/src/http_headers.rs does not exclude either reserved identity header. This issue is fixed in version 0.25.6.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| warp-tech | warpgate | < 0.25.6 | affected |
Weaknesses
- CWE-116: CWE-116: Improper Encoding or Escaping of Output
- CWE-290: CWE-290: Authentication Bypass by Spoofing
References
- https://github.com/warp-tech/warpgate/security/advisories/GHSA-862h-v6cc-9757
- https://github.com/warp-tech/warpgate/commit/c3748d7585209781b2d3a39ac9941b91d11d9b77
- https://github.com/warp-tech/warpgate/releases/tag/v0.25.6
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.