Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and 8.0.1, 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(). libcurl then parses the authority itself, percent-decoding it and, on an IDN-capable build, applying IDNA mapping, and uses the result to resolve, connect, name the TLS peer and address a proxy CONNECT, while the supplied Host suppresses the aligned one libcurl would have generated. For a URI host written as 127.0.0.%31, filter_var() rejects the host as an IP literal, yet libcurl decodes it to 127.0.0.1 and reaches loopback with no DNS lookup while the server receives Host: 127.0.0.%31. An attacker who influences a fetched URI can therefore reach a host the application's checks excluded and read whatever the host exposes of the response. The same divergence moves Guzzle's own decisions onto a spelling the transport does not use: no_proxy selects proxy routing from the literal host, and RedirectMiddleware decides from it whether to strip Authorization and Cookie. Exploitation requires the application to build a request URI from untrusted input and to make a host decision before handing it to Guzzle. This issue is fixed in versions 7.15.2 and 8.0.1.
CVE-2026-69246
This high-severity CVE scores 7.2 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 88% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.2
- EG Score
- 7.2(medium)
- EG Risk
- 47(Track)EG Risk 47/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity72% × 45%Exploitation0% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 12%
- KEV
- Not listed
Published
August 3, 2026
Last Modified
August 4, 2026
Advisory Details (7)
Auto-updated Aug 3, 2026Noncanonical host can bypass host-based checks in guzzlehttp/guzzle · Advisory · guzzle/guzzle · GitHub
https://github.com/guzzle/guzzle/security/advisories/GHSA-v5mv-p594-2x338.0.1
Patch available: guzzle/guzzle 8.0.1
https://github.com/guzzle/guzzle/releases/tag/8.0.17.15.2
Patch available: guzzle/guzzle 7.15.2
https://github.com/guzzle/guzzle/releases/tag/7.15.2Security fixes 8.0
Patch available: guzzle/guzzle 8.0.1 (PR #3908 merged 2026-07-26)
https://github.com/guzzle/guzzle/pull/3908Security fixes 7.15
Patch available: guzzle/guzzle 7.15.2 (PR #3907 merged 2026-07-26)
https://github.com/guzzle/guzzle/pull/3907commit 744101956d78 (guzzle/guzzle)
Patch available: guzzle/guzzle 7.15.2 (contains commit 744101956d78)
https://github.com/guzzle/guzzle/commit/744101956d78b7c1384d0cbf379db13e859167bfcommit 3aeea0406aab (guzzle/guzzle)
Patch available: guzzle/guzzle 8.0.1 (contains commit 3aeea0406aab)
https://github.com/guzzle/guzzle/commit/3aeea0406aab88cbbd86531313d7cebf8ae149a4Vendor Advisories for CVE-2026-69246(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(4 across 4 ecosystems)
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| guzzle | 7.11.0-1 ... 8.0.1-1 (14 versions) | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| guzzle | 7.11.0-1 ... 8.0.1-1 (13 versions) | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| guzzle | 7.11.0-1 ... 8.0.1-1 (13 versions) | — | — |
Packagist(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| guzzlehttp/guzzle | 8.0.0 | 8.0.1 | — |
Weakness Classification(4)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 16× in last 7d / 37× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-19 18:57 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 15:49 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 00:59 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 23:12 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 10:20 UTCEG score recompute
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 08:37 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 06:54 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 16:19 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 14:35 UTCEG score recompute
- 2026-08-11 01:44 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 00:00 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
- 2026-08-08 22:17 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
Show 12 moreShow fewer
- 2026-08-07 20:34 UTCEG score recompute
- 2026-08-06 18:50 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-06 05:58 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 15:20 UTCEG score recompute
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 14:49 UTCEG score recompute
- 2026-08-03 21:20 UTCEG score recompute
- 2026-08-03 21:08 UTCEG score recompute
- 2026-08-03 21:08 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-918
- CVE-2016-10927EG 10.0CRITICAL
- CVE-2016-10926EG 10.0CRITICAL
- CVE-2018-10511EG 10.0CRITICAL
- CVE-2018-1000124EG 10.0CRITICAL
- CVE-2017-11291EG 10.0EPSS p92CRITICAL
- CVE-2017-12905EG 10.0CRITICAL
- CVE-2017-8794EG 10.0CRITICAL
- CVE-2017-13667EG 9.9CRITICAL
- CVE-2017-17674EG 9.8CRITICAL
- CVE-2013-4864EG 9.8EPSS p93CRITICAL
Frequently asked(5)
What is CVE-2026-69246?
When was CVE-2026-69246 disclosed?
Is CVE-2026-69246 actively exploited?
What is the CVSS score of CVE-2026-69246?
How do I remediate CVE-2026-69246?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-69246
Is Your Infrastructure Affected by CVE-2026-69246?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.