Skip to main content

CVE-2023-29406

Description

The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.

NVD
Severity: MEDIUM
CVE ID: CVE-2023-29406
CVSS Score: 6.5
CVSS Metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

Refrence: NVDMITRE

Proof Of Concept

LuizGustavoP

Implementações de servidores HTML em GO para análise da vulnerabilidade CVE-2023-29406.

Refrence: GitHub