<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Fri, 24 Jul 2026 23:42:25 +0000</lastBuildDate>
    <item>
      <title>dbde3ff2-adbd-430d-a192-873c69bf2d13</title>
      <link>https://vulnerability.circl.lu/sighting/dbde3ff2-adbd-430d-a192-873c69bf2d13/export</link>
      <description>{"uuid": "dbde3ff2-adbd-430d-a192-873c69bf2d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g446-98w2-8p5w", "type": "seen", "source": "https://gist.github.com/alon710/afd4e223ed1d8cf62007fc8baac9d771", "content": "# CVE-2026-59883: CVE-2026-59883: Cookie Disclosure and Injection via IP-Address Domains in Guzzle HTTP Client\n\n&amp;gt; **CVSS Score:** 4.7\n&amp;gt; **Published:** 2026-07-20\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-59883\n\n## Summary\nGuzzle HTTP Client prior to version 7.12.3 contains a logical flaw in its CookieJar component. The client fails to properly validate the host types of stored cookie domain attributes before applying standard suffix-matching logic. As a consequence, sensitive session cookies scoped to an IP address (e.g., 192.168.0.1) can be leaked to malicious, look-alike hostnames (e.g., evil.192.168.0.1). This vulnerability permits cross-host cookie disclosure, cookie injection, and session fixation attacks.\n\n## TL;DR\nGuzzle HTTP Client before version 7.12.3 incorrectly applies suffix matching to cookie domains scoped to literal IP addresses, allowing sensitive cookies to be leaked to unauthorized look-alike subdomains.\n\n## Technical Details\n\n- **CWE ID**: CWE-346 (Origin Validation Error)\n- **Attack Vector**: Network\n- **CVSS v3.1**: 4.7\n- **EPSS Score**: 0.00115\n- **Impact**: Cross-Host Cookie Disclosure / Injection\n- **Exploit Status**: none\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- Guzzle HTTP Client (PHP Package: guzzlehttp/guzzle)\n- **guzzlehttp/guzzle**: &amp;lt; 7.12.3 (Fixed in: `7.12.3`)\n\n## Mitigation\n\n- Upgrade Guzzle HTTP Client to version 7.12.3 or later\n- Disable CookieJar middleware when making requests targeting raw IP addresses\n- Implement a custom PSR-7 middleware to strip the domain attribute from Set-Cookie headers targeting raw IP addresses\n\n**Remediation Steps:**\n1. Open a terminal in your project root containing the Composer configuration.\n2. Execute the command: composer update guzzlehttp/guzzle\n3. Verify the upgrade by executing: composer show guzzlehttp/guzzle\n4. Confirm the installed version is 7.12.3 or higher.\n\n## References\n\n- [GHSA-g446-98w2-8p5w: Cookie disclosure and injection via IP-address domains](https://github.com/guzzle/guzzle/security/advisories/GHSA-g446-98w2-8p5w)\n- [Guzzle Fix Commit](https://github.com/guzzle/guzzle/commit/b9944c161b12d9ee9c9334cfc5b9659ecd7451f8)\n- [Guzzle Pull Request 3694](https://github.com/guzzle/guzzle/pull/3694)\n- [Guzzle v7.12.3 Release Notes](https://github.com/guzzle/guzzle/releases/tag/7.12.3)\n- [NVD - CVE-2026-59883 Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-59883)\n- [CVE.org - CVE-2026-59883](https://www.cve.org/CVERecord?id=CVE-2026-59883)\n- [Wiz Vulnerability Database: CVE-2026-59883](https://www.wiz.io/vulnerability-database/cve/cve-2026-59883)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-59883) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-20T22:31:01.505709Z"}</description>
      <content:encoded>{"uuid": "dbde3ff2-adbd-430d-a192-873c69bf2d13", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-g446-98w2-8p5w", "type": "seen", "source": "https://gist.github.com/alon710/afd4e223ed1d8cf62007fc8baac9d771", "content": "# CVE-2026-59883: CVE-2026-59883: Cookie Disclosure and Injection via IP-Address Domains in Guzzle HTTP Client\n\n&amp;gt; **CVSS Score:** 4.7\n&amp;gt; **Published:** 2026-07-20\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-59883\n\n## Summary\nGuzzle HTTP Client prior to version 7.12.3 contains a logical flaw in its CookieJar component. The client fails to properly validate the host types of stored cookie domain attributes before applying standard suffix-matching logic. As a consequence, sensitive session cookies scoped to an IP address (e.g., 192.168.0.1) can be leaked to malicious, look-alike hostnames (e.g., evil.192.168.0.1). This vulnerability permits cross-host cookie disclosure, cookie injection, and session fixation attacks.\n\n## TL;DR\nGuzzle HTTP Client before version 7.12.3 incorrectly applies suffix matching to cookie domains scoped to literal IP addresses, allowing sensitive cookies to be leaked to unauthorized look-alike subdomains.\n\n## Technical Details\n\n- **CWE ID**: CWE-346 (Origin Validation Error)\n- **Attack Vector**: Network\n- **CVSS v3.1**: 4.7\n- **EPSS Score**: 0.00115\n- **Impact**: Cross-Host Cookie Disclosure / Injection\n- **Exploit Status**: none\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- Guzzle HTTP Client (PHP Package: guzzlehttp/guzzle)\n- **guzzlehttp/guzzle**: &amp;lt; 7.12.3 (Fixed in: `7.12.3`)\n\n## Mitigation\n\n- Upgrade Guzzle HTTP Client to version 7.12.3 or later\n- Disable CookieJar middleware when making requests targeting raw IP addresses\n- Implement a custom PSR-7 middleware to strip the domain attribute from Set-Cookie headers targeting raw IP addresses\n\n**Remediation Steps:**\n1. Open a terminal in your project root containing the Composer configuration.\n2. Execute the command: composer update guzzlehttp/guzzle\n3. Verify the upgrade by executing: composer show guzzlehttp/guzzle\n4. Confirm the installed version is 7.12.3 or higher.\n\n## References\n\n- [GHSA-g446-98w2-8p5w: Cookie disclosure and injection via IP-address domains](https://github.com/guzzle/guzzle/security/advisories/GHSA-g446-98w2-8p5w)\n- [Guzzle Fix Commit](https://github.com/guzzle/guzzle/commit/b9944c161b12d9ee9c9334cfc5b9659ecd7451f8)\n- [Guzzle Pull Request 3694](https://github.com/guzzle/guzzle/pull/3694)\n- [Guzzle v7.12.3 Release Notes](https://github.com/guzzle/guzzle/releases/tag/7.12.3)\n- [NVD - CVE-2026-59883 Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-59883)\n- [CVE.org - CVE-2026-59883](https://www.cve.org/CVERecord?id=CVE-2026-59883)\n- [Wiz Vulnerability Database: CVE-2026-59883](https://www.wiz.io/vulnerability-database/cve/cve-2026-59883)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-59883) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-20T22:31:01.505709Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/dbde3ff2-adbd-430d-a192-873c69bf2d13/export</guid>
      <pubDate>Mon, 20 Jul 2026 22:31:01 +0000</pubDate>
    </item>
  </channel>
</rss>
