CVE-2022-29248
Cross-domain cookie leakage in Guzzle
En resumen
El middleware de cookies de Guzzle no valida correctamente que las cookies provengan del dominio correcto, permitiendo que un servidor malicioso establezca cookies para dominios no relacionados. Esto solo afecta a usuarios que habilitan explícitamente el manejo de cookies y realizan solicitudes a múltiples dominios.
Detalle técnico
El middleware de cookies en Guzzle no valida el atributo de dominio del Set-Cookie contra el dominio real del servidor, permitiendo inyección de cookies entre dominios no relacionados a través de un servidor comprometido o controlado por un atacante. La explotación requiere que la víctima use la misma instancia de Guzzle para múltiples dominios con cookies habilitadas; el impacto incluye secuestro de sesión y robo de credenciales en múltiples servicios.
Resumen generado y traducido por IA a partir de la descripción oficial.
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.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N