VYPR

CookieJar

by Guzzle

Source repositories

CVEs (2)

  • CVE-2026-59883Jul 9, 2026
    risk 0.00cvss epss 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,…

  • CVE-2026-55767Jun 19, 2026
    risk 0.00cvss epss 0.00

    ### Impact `CookieJar` incorrectly accepts cookies with a dot-only `Domain` attribute, such as `Domain=.`, `Domain=..`, `Domain=...`, and whitespace-padded variants such as `Domain= . `. In affected versions, `SetCookie::matchesDomain()` removes leading dots from the cookie…