CVE-2026-63329
4.9 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows an attacker to authorize themselves as another user by manipulating headers in a proxied request, potentially leading to unauthorized access.
- Exploitability
- Exploitation requires control over client-supplied headers and a backend that trusts the first x-warpgate-username value; moderate effort needed.
- Blast radius
- If exploited, this could lead to significant unauthorized access within the network, affecting multiple users or services.
- Prioritized remediation
- Update Warpgate to version 0.25.6 or later to mitigate the vulnerability.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
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.
CVSS vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
Weaknesses
CWE-116, CWE-290
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- CRITICALCVE-2026-85751PoC
- HIGHCVE-2026-55210PoC
- MEDIUMCVE-2026-62987PoC
- HIGHCVE-2025-70962PoC
- MEDIUMCVE-2025-71420PoC
- CRITICALCVE-2026-10050PoC
- CRITICALCVE-2026-13355
- MEDIUMCVE-2026-14465
Related by shared AI tags and CWE weakness class. Browse the full archive.