<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Guzzle (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/guzzle.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/guzzle-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Guzzle (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:55 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-40348 – Movary is a self hosted web app to track and rate a user's watched movies. Prior...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40348</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40348</guid>
    <pubDate>Sat, 18 Apr 2026 00:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40348</strong></p>
  <p>Movary is a self hosted web app to track and rate a user's watched movies. Prior to version 0.71.1, an ordinary authenticated user can trigger server-side requests to arbitrary internal targets through `POST /settings/jellyfin/server-url-verify`. The endpoint accepts a user-controlled URL, appends `/system/info/public`, and sends a server-side HTTP request with Guzzle. Because there is no restric…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40348">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-40624 – TorrentPier is an open source BitTorrent Public/Private tracker engine, written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-40624</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-40624</guid>
    <pubDate>Mon, 15 Jul 2024 20:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-40624</strong></p>
  <p>TorrentPier is an open source BitTorrent Public/Private tracker engine, written in php. In `torrentpier/library/includes/functions.php`, `get_tracks()` uses the unsafe native PHP serialization format to deserialize user-controlled cookies. One can use phpggc and the chain Guzzle/FW1 to write PHP code to an arbitrary file, and execute commands on the system. For instance, the cookie bb_t will be d…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-40624">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31091 – Guzzle, an extensible PHP HTTP client. `Authorization` and `Cookie` headers on r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31091</guid>
    <pubDate>Mon, 27 Jun 2022 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31091</strong></p>
  <p>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 `Authorization` and `Cookie` headers from the request, before containing. Previously, we would only consider a change in host or sch…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31090 – Guzzle, an extensible PHP HTTP client. `Authorization` headers on requests are s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31090</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31090</guid>
    <pubDate>Mon, 27 Jun 2022 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31090</strong></p>
  <p>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 with a redirect to a URI with a different origin (change in host, scheme or port), if we choose to follow it, we should re…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31090">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31043 – Guzzle is an open source PHP HTTP client. In affected versions `Authorization` h...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31043</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31043</guid>
    <pubDate>Fri, 10 Jun 2022 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31043</strong></p>
  <p>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 `Authorization` header on. This is much the same as to how we don't forward on the header if the host changes. Prior to this f…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31043">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-31042 – Guzzle is an open source PHP HTTP client. In affected versions the `Cookie` head...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31042</guid>
    <pubDate>Fri, 10 Jun 2022 00:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-31042</strong></p>
  <p>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 which responds with a redirect to a a URI to a different host, we should not forward the `Cookie` header on. Prior to th…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-29248 – Guzzle is a PHP HTTP client. Guzzle prior to versions 6.5.6 and 7.4.3 contains a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-29248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-29248</guid>
    <pubDate>Wed, 25 May 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-29248</strong></p>
  <p>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 co…</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-29248">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
