Cross-domain cookie leakage in Guzzle
Description
Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a vulnerability with the cookie middleware. The vulnerability is that it is not checked if the cookie domain equals the domain of the server which sets the cookie via the Set-Cookie header, allowing a malicious server to set cookies for unrelated domains. The cookie middleware is disabled by default, so most library consumers will not be affected by this issue. Only those who manually add the cookie middleware to the handler stack or construct the client with ['cookies' => true] are affected. Moreover, those who do not use the same Guzzle client to call multiple domains and have disabled redirect forwarding are not affected by this vulnerability. Guzzle versions 6.5.6 and 7.4.3 contain a patch for this issue. As a workaround, turn off the cookie middleware.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
guzzlehttp/guzzlePackagist | < 6.5.6 | 6.5.6 |
guzzlehttp/guzzlePackagist | >= 7.0.0, < 7.4.3 | 7.4.3 |
Affected products
3- osv-coords2 versions
>= 9.2.0, < 9.2.20+ 1 more
- (no CPE)range: >= 9.2.0, < 9.2.20
- (no CPE)range: < 6.5.6
Patches
Vulnerability mechanics
References
8- github.com/advisories/GHSA-cwmx-hcrq-mhc3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-29248ghsaADVISORY
- www.debian.org/security/2022/dsa-5246ghsavendor-advisoryWEB
- github.com/FriendsOfPHP/security-advisories/blob/master/guzzlehttp/guzzle/CVE-2022-29248.yamlghsaWEB
- github.com/guzzle/guzzle/commit/74a8602c6faec9ef74b7a9391ac82c5e65b1cdabghsaWEB
- github.com/guzzle/guzzle/pull/3018ghsaWEB
- github.com/guzzle/guzzle/security/advisories/GHSA-cwmx-hcrq-mhc3ghsaWEB
- www.drupal.org/sa-core-2022-010ghsaWEB
News mentions
0No linked articles in our index yet.