Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2022-29248


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.


Published

2022-05-25T18:15:08.503

Last Modified

2024-11-21T06:58:48.170

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 8.0 (HIGH)

CVSSv2 Vector

AV:N/AC:M/Au:N/C:P/I:P/A:N

  • Access Vector: NETWORK
  • Access Complexity: MEDIUM
  • Authentication: NONE
  • Confidentiality Impact: PARTIAL
  • Integrity Impact: PARTIAL
  • Availability Impact: NONE
Exploitability Score

8.6

Impact Score

4.9

Weaknesses
  • Type: Secondary
    CWE-200
  • Type: Primary
    CWE-565

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application guzzlephp guzzle < 6.5.6 Yes
Application guzzlephp guzzle < 7.4.3 Yes
Application drupal drupal < 9.2.20 Yes
Application drupal drupal < 9.3.14 Yes
Operating System debian debian_linux 11.0 Yes

References