VYPR

Guzzle

by Guzzle

Source repositories

CVEs (14)

  • CVE-2022-29248HigMay 25, 2022
    risk 0.45cvss 8.0epss 0.01

    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…

  • CVE-2022-31091HigJun 27, 2022
    risk 0.43cvss 7.7epss 0.02

    Guzzle, an extensible PHP HTTP client. `Authorization` and `Cookie` headers on requests are sensitive information. In affected versions on making a request which responds with a redirect to a URI with a different port, if we choose to follow it, we should remove the…

  • CVE-2022-31090HigJun 27, 2022
    risk 0.43cvss 7.7epss 0.02

    Guzzle, an extensible PHP HTTP client. `Authorization` headers on requests are sensitive information. In affected versions when using our Curl handler, it is possible to use the `CURLOPT_HTTPAUTH` option to specify an `Authorization` header. On making a request which responds…

  • CVE-2022-31043HigJun 10, 2022
    risk 0.42cvss 7.5epss 0.02

    Guzzle is an open source PHP HTTP client. In affected versions `Authorization` headers on requests are sensitive information. On making a request using the `https` scheme to a server which responds with a redirect to a URI with the `http` scheme, we should not forward the…

  • CVE-2022-31042HigJun 10, 2022
    risk 0.42cvss 7.5epss 0.02

    Guzzle is an open source PHP HTTP client. In affected versions the `Cookie` headers on requests are sensitive information. On making a request using the `https` scheme to a server which responds with a redirect to a URI with the `http` scheme, or on making a request to a server…

  • CVE-2026-69246HigAug 3, 2026
    risk 0.40cvss 7.2epss 0.00

    Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and 8.0.1, Guzzle gives a transport the request URI as text and supplies the Host header separately. The cURL handlers set CURLOPT_URL to the URI exactly as written and push that Host into CURLOPT_HTTPHEADER; StreamHandler…

  • CVE-2026-69245MedAug 3, 2026
    risk 0.35cvss 6.5epss 0.00

    Guzzle is an extensible PHP HTTP client. Prior to 7.15.2 and 8.0.1, SetCookie::matchesDomain() gives every subdomain of a cookie Domain that cookie unless SetCookie::matchesDomain() recognizes the Domain as an IP literal or a numeric host, and the decision comes from the…

  • CVE-2026-67355MedAug 1, 2026
    risk 0.31cvss 5.9epss 0.00

    guzzlehttp/guzzle versions before 7.15.1 fail to preserve host-only cookie scope, storing the request host in the Domain field instead of marking cookies as host-only. Attackers controlling child hosts can receive host-only cookies intended only for parent hosts, potentially…

  • CVE-2026-67354MedAug 1, 2026
    risk 0.31cvss 5.9epss 0.00

    guzzlehttp/guzzle versions before 7.15.1 contain an information disclosure vulnerability in RedirectMiddleware. When the optional allow_redirects.referer setting is enabled, the middleware copies the URI fragment (the portion after '#') from the referring request into the…

  • CVE-2026-55767MedJun 23, 2026
    risk 0.31cvss 5.8epss 0.00

    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…

  • CVE-2026-55568MedJun 23, 2026
    risk 0.31cvss 5.9epss 0.00

    Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, in certain configurations, traffic expected to be protected by TLS on the hop to the proxy is transmitted in cleartext. Proxy authentication credentials (the Proxy-Authorization header, proxy userinfo in the proxy URL, or…

  • CVE-2026-67353MedAug 1, 2026
    risk 0.27cvss 5.3epss 0.00

    guzzlehttp/guzzle versions before 7.15.1 contain a denial of service vulnerability in the CookieJar that accepts unlimited Set-Cookie header fields with no size restrictions. Attackers can return many large cookies from a malicious server, causing Guzzle to store excessive data…

  • CVE-2026-67339MedAug 1, 2026
    risk 0.27cvss 5.3epss 0.00

    guzzlehttp/guzzle versions before 7.14.2 fail to properly isolate Proxy-Authorization headers from origin servers in cURL handlers. Attackers can capture proxy credentials through origin server access logs when requests are redirected, bypassed, or sent through SOCKS proxies…

  • CVE-2026-59883MedJul 8, 2026
    risk 0.24cvss 4.7epss 0.00

    Guzzle is an extensible PHP HTTP client. Prior to 7.12.3, CookieJar did not restrict cookies scoped to IP-address or bare-numeric Domain values to the exact host that set them, because SetCookie::matchesDomain() applied ordinary suffix matching to domains such as 192.168.0.1,…