AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-45289

MEDIUM · CVSS 4.3 EPSS 1.08%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-03-05 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 4.3. See the original NVD description below for full technical details.

CVE
CVE-2023-45289
Severity
MEDIUM
CVSS
4.3
EPSS
1.08%

Original NVD Description

When following an HTTP redirect to a domain which is not a subdomain match or exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.