<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Gorilla Toolkit</title>
  <link>https://cvedaily.com/pages/tags/gorilla.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/gorilla.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Gorilla Toolkit</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:55 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-34403 – Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34403</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34403</guid>
    <pubDate>Mon, 20 Apr 2026 21:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34403</strong></p>
  <p>Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.5, all WebSocket endpoints in nginx-ui use a gorilla/websocket Upgrader with CheckOrigin unconditionally returning true, allowing Cross-Site WebSocket Hijacking (CSWSH). Combined with the fact that authentication tokens are stored in browser cookies (set via JavaScript without HttpOnly or explicit SameSite attributes)…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-1385</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34403">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65952 – Console is a network used to control Gorilla Tag mods' users and other users on ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65952</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65952</guid>
    <pubDate>Tue, 25 Nov 2025 23:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65952</strong></p>
  <p>Console is a network used to control Gorilla Tag mods' users and other users on the network. Prior to version 2.8.0, a path traversal vulnerability exists where complicated combinations of backslashes and periods can be used to escape the Gorilla Tag path and write to unwanted directories. This issue has been patched in version 2.8.0.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65952">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47909 – Hosts listed in TrustedOrigins implicitly allow requests from the corresponding ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47909</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47909</guid>
    <pubDate>Fri, 29 Aug 2025 16:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47909</strong></p>
  <p>Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin header is checked with sameOrigin against a synthetic URL. However, if a host is added to TrustedOrigi…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47909">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-24358 – gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24358</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24358</guid>
    <pubDate>Tue, 15 Apr 2025 19:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-24358</strong></p>
  <p>gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services. Prior to 1.7.2, gorilla/csrf does not validate the Origin header against an allowlist. Its executes its validation of the Referer header for cross-origin requests only when it believes the request is being served over TLS. It determines this by inspecting the r.URL.Scheme value. Howev…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24358">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-37298 – gorilla/schema converts structs to and from form values. Prior to version 1.4.1 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-37298</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-37298</guid>
    <pubDate>Mon, 01 Jul 2024 19:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-37298</strong></p>
  <p>gorilla/schema converts structs to and from form values. Prior to version 1.4.1 Running `schema.Decoder.Decode()` on a struct that has a field of type `[]struct{...}` opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of `schema.Decoder.Decode()` on a struct with arrays of other structs could be vulnerable to this memory exha…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-37298">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-48704 – ClickHouse is an open-source column-oriented database management system that all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-48704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-48704</guid>
    <pubDate>Fri, 22 Dec 2023 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-48704</strong></p>
  <p>ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real-time. A heap buffer overflow issue was discovered in ClickHouse server. An attacker could send a specially crafted payload to the native interface exposed by default on port 9000/tcp, triggering a bug in the decompression logic of Gorilla codec that crashes the ClickHouse…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-48704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-42391 – Divide-by-zero in Clickhouse's Gorilla compression codec when parsing a maliciou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-42391</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-42391</guid>
    <pubDate>Mon, 14 Mar 2022 23:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-42391</strong></p>
  <p>Divide-by-zero in Clickhouse's Gorilla compression codec when parsing a malicious query. The first byte of the compressed buffer is used in a modulo operation without being checked for 0.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-369</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-42391">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-5200 – SQL injection vulnerability in game_play.php in the FB Gorilla plugin for WordPr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-5200</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-5200</guid>
    <pubDate>Tue, 12 Aug 2014 20:55:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-5200</strong></p>
  <p>SQL injection vulnerability in game_play.php in the FB Gorilla plugin for WordPress allows remote attackers to execute arbitrary SQL commands via the id parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-5200">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
