๐Ÿ” CVE Alert

CVE-2026-67354

MEDIUM 5.9

guzzlehttp/guzzle before 7.15.1 URI Fragment Disclosure via Referer

CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

guzzlehttp/guzzle versions before 7.15.1 contain an information disclosure vulnerability in RedirectMiddleware. When the optional allow_redirects.referer setting is enabled, the middleware copies the URI fragment (the portion after '#') from the referring request into the generated Referer header when following a same-scheme redirect (e.g., HTTPS to HTTPS). An attacker who controls the redirect destination can read this fragment from the incoming Referer header, potentially disclosing one-time login secrets, access tokens, state values, or other sensitive client data to a server never meant to receive it. The referer setting is disabled by default. Fixed in 7.15.1, which strips the fragment before generating the Referer value.

CWE CWE-201
Vendor guzzle
Product guzzle
Published Aug 1, 2026
Stay Ahead of the Next One

Get instant alerts for guzzle guzzle

Be the first to know when new medium vulnerabilities affecting guzzle guzzle are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

guzzle / guzzle
0 < 7.15.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/guzzle/guzzle/security/advisories/GHSA-h95v-h523-3mw8 vulncheck.com: https://www.vulncheck.com/advisories/guzzlehttp-guzzle-before-uri-fragment-disclosure-via-referer

Credits

๐Ÿ” GrahamCampbell