THREATOPS
THREAT OPSThreat News › [GHSA] GHSA-v5mv-p594-2x33 (high) — Guzzle: Noncanonical host can bypass host-based checks

[GHSA] GHSA-v5mv-p594-2x33 (high) — Guzzle: Noncanonical host can bypass host-based checks

highgithub_advisoriesPublished 2026-08-03

GHSA-v5mv-p594-2x33 Severity: high CVE: CVE-2026-69246

Guzzle: Noncanonical host can bypass host-based checks

### Impact

In affected versions, Guzzle gives a transport the request URI as text and supplies the `Host` header separately. The cURL handlers set `CURLOPT_URL` to the URI exactly as written and push that `Host` into `CURLOPT_HTTPHEADER`; `StreamHandler` does the same through `fopen()`.

Indicators of compromise

Original source: https://github.com/advisories/GHSA-v5mv-p594-2x33