Bug 2491776 (CVE-2026-55767) - CVE-2026-55767 guzzlehttp/guzzle: Guzzle: Cookie injection and session fixation due to improper domain validation
Summary: CVE-2026-55767 guzzlehttp/guzzle: Guzzle: Cookie injection and session fixati...
Keywords:
Status: NEW
Alias: CVE-2026-55767
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2491786 2491787 2491790 2491792
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-23 16:01 UTC by OSIDB Bzimport
Modified: 2026-06-23 16:17 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-23 16:01:57 UTC
Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, CookieJar incorrectly accepts cookies with a dot-only Domain attribute and whitespace-padded variants. SetCookie::matchesDomain() removes leading dots from the cookie domain, normalizing dot-only values to the empty string; SetCookie::validate() only rejected a strictly empty domain, so these cookies could be stored and the empty normalized domain was treated as matching any request host. An attacker-controlled origin that an application requests with a shared cookie jar can therefore set a cookie that Guzzle later sends to unrelated hosts using the same jar. This may allow cookie injection or session fixation against downstream services, depending on how those services interpret the injected cookie. This vulnerability is fixed in 7.12.1.


Note You need to log in before you can comment on or make changes to this bug.