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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:guzzlephp:guzzle:*:*:*:*:*:*:*:*
cpe:2.3:a:guzzlephp:guzzle:*:*:*:*:*:*:*:*

Configuration 2 (hide)

OR cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*
cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*

Configuration 3 (hide)

cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

21 Jul 2023, 16:54

Type Values Removed Values Added
CWE CWE-200 CWE-565

03 Dec 2022, 02:32

Type Values Removed Values Added
References (DEBIAN) https://www.debian.org/security/2022/dsa-5246 - (DEBIAN) https://www.debian.org/security/2022/dsa-5246 - Third Party Advisory
CPE cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
First Time Debian
Debian debian Linux

06 Oct 2022, 20:15

Type Values Removed Values Added
References
  • (DEBIAN) https://www.debian.org/security/2022/dsa-5246 -

07 Jun 2022, 18:26

Type Values Removed Values Added
CPE cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*
cpe:2.3:a:guzzlephp:guzzle:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 5.8
v3 : 8.1
References (MISC) https://github.com/guzzle/guzzle/commit/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab - (MISC) https://github.com/guzzle/guzzle/commit/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab - Patch, Third Party Advisory
References (MISC) https://github.com/guzzle/guzzle/pull/3018 - (MISC) https://github.com/guzzle/guzzle/pull/3018 - Issue Tracking, Patch, Third Party Advisory
References (CONFIRM) https://www.drupal.org/sa-core-2022-010 - (CONFIRM) https://www.drupal.org/sa-core-2022-010 - Patch, Third Party Advisory
References (CONFIRM) https://github.com/guzzle/guzzle/security/advisories/GHSA-cwmx-hcrq-mhc3 - (CONFIRM) https://github.com/guzzle/guzzle/security/advisories/GHSA-cwmx-hcrq-mhc3 - Third Party Advisory
First Time Guzzlephp
Drupal drupal
Drupal
Guzzlephp guzzle

25 May 2022, 23:15

Type Values Removed Values Added
References
  • (CONFIRM) https://www.drupal.org/sa-core-2022-010 -

25 May 2022, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-05-25 18:15

Updated : 2023-12-10 14:22


NVD link : CVE-2022-29248

Mitre link : CVE-2022-29248

CVE.ORG link : CVE-2022-29248


JSON object : View

Products Affected

guzzlephp

  • guzzle

debian

  • debian_linux

drupal

  • drupal
CWE
CWE-565

Reliance on Cookies without Validation and Integrity Checking

CWE-200

Exposure of Sensitive Information to an Unauthorized Actor