<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – DuckDB (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/duckdb.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/duckdb-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – DuckDB (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:51 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-41490 – Dagster is an orchestration platform for the development, production, and observ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41490</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41490</guid>
    <pubDate>Thu, 07 May 2026 14:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41490</strong></p>
  <p>Dagster is an orchestration platform for the development, production, and observation of data assets. Prior to Dagster Core version 1.13.1 and prior to Dagster libraries version 0.29.1, the DuckDB, Snowflake, BigQuery, and DeltaLake I/O managers constructed SQL WHERE clauses by interpolating dynamic partition key values into queries without escaping. A user with the Add Dynamic Partitions permiss…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41490">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32611 – Glances is an open-source system cross-platform monitoring tool. The GHSA-x46r f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32611</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32611</guid>
    <pubDate>Wed, 18 Mar 2026 18:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32611</strong></p>
  <p>Glances is an open-source system cross-platform monitoring tool. The GHSA-x46r fix (commit 39161f0) addressed SQL injection in the TimescaleDB export module by converting all SQL operations to use parameterized queries and `psycopg.sql` composable objects. However, the DuckDB export module (`glances/exports/glances_duckdb/__init__.py`) was not included in this fix and contains the same class of v…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32611">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59037 – DuckDB is an analytical in-process SQL database management system. On 08 Septemb...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59037</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59037</guid>
    <pubDate>Tue, 09 Sep 2025 21:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59037</strong></p>
  <p>DuckDB is an analytical in-process SQL database management system. On 08 September 2025, the DuckDB distribution for Node.js on npm was compromised with malware (along with several other packages). An attacker published new versions of four of DuckDB's packages that included malicious code to interfere with cryptocoin transactions* According to the npm statistics, nobody has downloaded these pack…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-506</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59037">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-8099 – A Server-Side Request Forgery (SSRF) vulnerability exists in the latest version ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8099</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8099</guid>
    <pubDate>Thu, 20 Mar 2025 10:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-8099</strong></p>
  <p>A Server-Side Request Forgery (SSRF) vulnerability exists in the latest version of vanna-ai/vanna when using DuckDB as the database. An attacker can exploit this vulnerability by submitting crafted SQL queries that leverage DuckDB's default features, such as `read_csv`, `read_csv_auto`, `read_text`, and `read_blob`, to make unauthorized requests to internal or external resources. This can lead to…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8099">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-11958 – A SQL injection vulnerability exists in the `duckdb_retriever` component of the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-11958</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-11958</guid>
    <pubDate>Thu, 20 Mar 2025 10:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-11958</strong></p>
  <p>A SQL injection vulnerability exists in the `duckdb_retriever` component of the run-llama/llama_index repository, specifically in the latest version. The vulnerability arises from the construction of SQL queries without using prepared statements, allowing an attacker to inject arbitrary SQL code. This can lead to remote code execution (RCE) by installing the shellfs extension and executing malici…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-11958">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-10835 – In eosphoros-ai/db-gpt version v0.6.0, the web API `POST /api/v1/editor/sql/run`...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-10835</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-10835</guid>
    <pubDate>Thu, 20 Mar 2025 10:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-10835</strong></p>
  <p>In eosphoros-ai/db-gpt version v0.6.0, the web API `POST /api/v1/editor/sql/run` allows execution of arbitrary SQL queries without any access control. This vulnerability can be exploited by attackers to perform Arbitrary File Write using DuckDB SQL, enabling them to write arbitrary files to the victim's file system. This can potentially lead to Remote Code Execution (RCE).</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-10835">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-9264 – The SQL Expressions experimental feature of Grafana allows for the evaluation of...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-9264</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-9264</guid>
    <pubDate>Fri, 18 Oct 2024 04:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-9264</strong></p>
  <p>The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input. These queries are insufficiently sanitized before being passed to `duckdb`, leading to a command injection and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this attack.  The `duckdb` binary must be present in Grafana'…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9264">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-41672 – DuckDB is a SQL database management system. In versions 1.0.0 and prior, content...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-41672</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-41672</guid>
    <pubDate>Wed, 24 Jul 2024 18:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-41672</strong></p>
  <p>DuckDB is a SQL database management system. In versions 1.0.0 and prior, content in filesystem is accessible for reading using `sniff_csv`, even with `enable_external_access=false`. This vulnerability provides an attacker with access to filesystem even when access is expected to be disabled and other similar functions do NOT provide access. There seem to be two vectors to this vulnerability. Firs…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-41672">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-5827 – Vanna v0.3.4 is vulnerable to SQL injection in its DuckDB integration exposed to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-5827</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-5827</guid>
    <pubDate>Fri, 28 Jun 2024 20:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-5827</strong></p>
  <p>Vanna v0.3.4 is vulnerable to SQL injection in its DuckDB integration exposed to its Flask Web APIs. Attackers can inject malicious SQL training data and generate corresponding queries to write arbitrary files on the victim's file system, such as backdoor.php with contents `<?php system($_GET[0]); ?>`. This can lead to command execution or the creation of backdoors.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-5827">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
