CVE & CISA-KEV Catalog

CVE-2026-69246

HIGH
7.2
CVSS v3
NVD

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.

How to fix

Remediation Available
guzzleDebian
Fixed in:7.15.2-1CVE-2026-69246

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeChanged

Impact

ConfidentialityLow
IntegrityLow
AvailabilityNone

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Exploit Intelligence

0.21%probability of exploitation in 30 days
12thpercentile

Low risk: more likely to be exploited than 12% of all known CVEs.

References

Related Vulnerabilities

Other CWE-180 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2022-26136Critical9.85.0%-Fix
CVE-2022-26137High8.82.2%-Fix
CVE-2026-39364High7.52.1%-Fix
CVE-2025-43716Medium5.81.2%--
CVE-2026-24895Critical9.80.6%-Fix
CVE-2026-27590Critical9.80.5%-Fix

Common questions

How do I fix CVE-2026-69246?

Upgrade guzzle on debian unstable to 7.15.2-1 or later.

Is CVE-2026-69246 being actively exploited?

Not that we know of. CVE-2026-69246 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.21% is the estimated probability that it will be exploited in the next 30 days. That is higher than 12% of all scored CVEs.

How severe is CVE-2026-69246?

CVE-2026-69246 has a CVSS v3 base score of 7.2, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-69246 affect?

Published advisories record a fix for guzzle (Debian). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-69246
CVE-2026-69246 severity badge

Markdown

[![CVE-2026-69246](https://tridentstack.com/cve/badge/CVE-2026-69246.svg)](https://tridentstack.com/cve/CVE-2026-69246)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-69246"><img src="https://tridentstack.com/cve/badge/CVE-2026-69246.svg" alt="CVE-2026-69246"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-04.