CVE-2026-48022
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Summary
@hapi/wreck is an HTTP client utility. Prior to 18.1.2, Wreck strips credential headers including Authorization, Cookie, and Proxy-Authorization before following a cross-origin redirect, but the origin check compares hostnames only and ignores scheme and port, so credentials are forwarded intact across same-host port changes and HTTPS-to-HTTP downgrades, allowing a co-tenant on an adjacent port or a network-position attacker capable of forging a redirect to capture bearer tokens, session cookies, and proxy credentials and impersonate the victim against the upstream service. This issue is fixed in version 18.1.2.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| hapijs | wreck | < 18.1.2 | affected |
Weaknesses
- CWE-319: CWE-319: Cleartext Transmission of Sensitive Information
- CWE-346: CWE-346: Origin Validation Error
- CWE-522: CWE-522: Insufficiently Protected Credentials
References
- https://github.com/hapijs/wreck/security/advisories/GHSA-x426-x7cc-3fpc
- https://github.com/hapijs/wreck/pull/313
- https://github.com/hapijs/wreck/commit/b93323b63ad3adb14d2b4019d77219182211641e
- https://github.com/hapijs/wreck/releases/tag/v18.1.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.