SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67354

MEDIUM · CVSS 5.9 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

Versions of guzzlehttp/guzzle prior to 7.15.1 are vulnerable to an information disclosure issue in RedirectMiddleware, specifically when the optional allow_redirects.referer setting is enabled. This flaw allows an attacker controlling the redirect destination to access sensitive data, such as one-time login secrets and access tokens, through the Referer header. Organizations using affected versions should prioritize upgrading to 7.15.1 to mitigate potential data leaks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67354
Severity
MEDIUM
CVSS
5.9
EPSS
0.25%

Original NVD Description

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.