Back to overview

CVE-2026-48022

MEDIUM
6.5
CVSS 3.1
Description
@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.

Metadata

CVE ID
CVE-2026-48022
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-20 17:44 UTC
Published
2026-07-17 21:02 UTC
Last updated
2026-07-17 21:02 UTC
Primary CWE
CWE-319
CWE-319: Cleartext Transmission of Sensitive Information
Vendor / Product
hapijs / wreck
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Affected products (1)
VendorProductPlatformVersions
hapijs wreck < 18.1.2
Weakness (CWE)
CWESourceDescription
CWE-319 cna CWE-319: Cleartext Transmission of Sensitive Information
CWE-346 cna CWE-346: Origin Validation Error
CWE-522 cna CWE-522: Insufficiently Protected Credentials
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
References (4)
Back to overview