Vulnerability in Go Standard Library Net/http

CVE-2024-45336

The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.

EPSS: 0.006 (47.3th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.

Affected products

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2024-45336?
CVE-2024-45336 is a medium-severity vulnerability in Go Standard Library Net/http, classified under CWE-201: INSERTION OF SENSITIVE INFORMATION INTO SENT DATA. CVSS score: 6.1/10. Published 2025-01-28.
How severe is CVE-2024-45336?
Medium severity. CVSS v3 base score is 6.1 out of 10.
Is CVE-2024-45336 known to be exploited?
5 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.