CVE-2026-69246
Last modified
CVE-2026-69246 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. 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. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| guzzle | guzzle | >= 8.0.0, < 8.0.1; < 7.15.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-69246?
How severe is CVE-2026-69246?
How do I fix CVE-2026-69246?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6923A side-channel attack, which requires a physical presence to…3.8
- CVE-2026-6924A bug in the entropy initialization for SiWx917 causes the D…8.7
- CVE-2026-69240Sequelize is a Node.js ORM tool. Prior to 6.37.4, SQL inject…9.8
- CVE-2026-69243AIOHTTP is an asynchronous HTTP client/server framework for …6.3
- CVE-2026-69244AIOHTTP is an asynchronous HTTP client/server framework for …7.1
- CVE-2026-69245Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and…6.5
- CVE-2026-69247cryptography is a package designed to expose cryptographic p…8.2
- CVE-2026-69248cryptography is a package designed to expose cryptographic p…6.9
- CVE-2026-69249python-cryptography is a package designed to expose cryptogr…8.7
- CVE-2026-69250Flowise is a drag & drop user interface to build a customize…8.5
- CVE-2026-69251Flowise is a drag & drop user interface to build a customize…9
- CVE-2026-69252Flowise is a drag & drop user interface to build a customize…7.2
Are you affected by CVE-2026-69246?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
