PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-67354 guzzle CVE debrief

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-01T13:17:06.143Z and has not been modified since then. The vulnerability is related to the RedirectMiddleware and the optional allow_redirects.referer setting in Guzzle versions before 7.15.1. This setting, when enabled, can lead to the disclosure of sensitive client data. Defenders and developers should assess their exposure and prioritize remediation efforts accordingly. The CVE record and NVD entry provide details about the information disclosure vulnerability in Guzzle versions before 7.15.1.

Vendor
guzzle
Product
Unknown
CVSS
HIGH 8.2
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-01
Original CVE updated
2026-09-08
Advisory published
2026-08-01
Advisory updated
2026-09-08

Who should care

Defenders and developers using Guzzle versions before 7.15.1 should assess their exposure and prioritize remediation efforts. This includes verifying the Guzzle version, reviewing and adjusting the allow_redirects.referer setting, and monitoring for potential exploitation attempts. Additionally, security teams and vulnerability management teams should be aware of the potential impact on their systems and take necessary actions to mitigate the vulnerability

Why it matters

Defenders should care about CVE-2026-67354 because it discloses sensitive client data in Guzzle versions before 7.15.1. The vulnerability is related to the RedirectMiddleware and the optional allow_redirects.referer setting. Exploitation requires control of the redirect destination and can lead to disclosure of sensitive information. Defenders and developers using affected Guzzle versions should assess their exposure, prioritize remediation, and verify their Guzzle version and setting configurations.

  • Potential disclosure of one-time login secrets, access tokens, state values, or other sensitive client data
  • Possible exploitation by an attacker who controls the redirect destination
  • Need for verification of Guzzle version and allow_redirects.referer setting in applications

Technical summary

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 from the referring request into the generated Referer header when following a same-scheme redirect. This can lead to the disclosure of sensitive client data, such as one-time login secrets, access tokens, state values, or other sensitive information. The vulnerability requires control of the redirect destination and can be exploited by an attacker. Fixed in 7.15.1, which strips the fragment before generating the Referer value.

Defensive priority

Defenders should prioritize verifying and remediating this vulnerability in their systems, especially those using Guzzle versions before 7.15.1.

Recommended defensive actions

  • Verify Guzzle version and upgrade to 7.15.1 or later if necessary
  • Review and adjust the allow_redirects.referer setting in your application
  • Monitor for potential exploitation attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and NVD entry provide details about the information disclosure vulnerability in Guzzle versions before 7.15.1. The vulnerability is related to the RedirectMiddleware and the optional allow_redirects.referer setting.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-67354 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-67354

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-67354 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67354

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.