<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – SQLite (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/sqlite.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/sqlite-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – SQLite (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:38 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-47179 – Arcane is an interface for managing Docker containers, images, networks, and vol...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47179</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47179</guid>
    <pubDate>Fri, 29 May 2026 18:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47179</strong></p>
  <p>Arcane is an interface for managing Docker containers, images, networks, and volumes. Prior to 1.19.4, ProjectService.GetProjectFileContent returns the contents of any Docker Compose include directive declared in a project's compose file before any path-traversal validation runs. Because ProjectService.CreateProject writes attacker-supplied compose content to disk without validating include paths…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47179">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44635 – Kysely is a type-safe TypeScript SQL query builder. From 0.26.0 to 0.28.16, Defa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44635</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44635</guid>
    <pubDate>Wed, 27 May 2026 19:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44635</strong></p>
  <p>Kysely is a type-safe TypeScript SQL query builder. From 0.26.0 to 0.28.16, DefaultQueryCompiler.visitJSONPathLeg does not escape JSON-path metacharacters (., [, ], *, **, ?). When attacker-controlled input flows into eb.ref(col, '->$').key(input) or .at(input) — including type-safe code where the JSON column is shaped like Record<string, T> so K extends string is the inferred type — every dot be…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44635">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41496 – PraisonAI is a multi-agent teams system. Prior to praisonai version 4.6.9 and pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41496</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41496</guid>
    <pubDate>Fri, 08 May 2026 14:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41496</strong></p>
  <p>PraisonAI is a multi-agent teams system. Prior to praisonai version 4.6.9 and praisonaiagents version 1.6.9, the fix for CVE-2026-40315 added input validation to SQLiteConversationStore only. Nine sibling backends — MySQL, PostgreSQL, async SQLite/MySQL/PostgreSQL, Turso, SingleStore, Supabase, SurrealDB — pass table_prefix straight into f-string SQL. Same root cause, same code pattern, same expl…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41496">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42238 – 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-42238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42238</guid>
    <pubDate>Mon, 04 May 2026 21:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42238</strong></p>
  <p>Nginx UI is a web user interface for the Nginx web server. Prior to version 2.3.8, nginx-ui exposes a backup restore endpoint (POST /api/restore) that is completely unauthenticated during the first 10 minutes after process startup on any fresh installation. An unauthenticated remote attacker can upload a crafted backup archive that overwrites the application's configuration file (app.ini) and SQL…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7206 – A security flaw has been discovered in dubydu sqlite-mcp up to 0.1.0. The affect...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7206</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7206</guid>
    <pubDate>Tue, 28 Apr 2026 01:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7206</strong></p>
  <p>A security flaw has been discovered in dubydu sqlite-mcp up to 0.1.0. The affected element is the function extract_to_json of the file src/entry.py. Performing a manipulation of the argument output_filename results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The patch is named a5580cb992f4f6c308c9ffe6442…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7206">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41894 – SiYuan is an open-source personal knowledge management system. Prior to 3.6.5, t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41894</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41894</guid>
    <pubDate>Fri, 24 Apr 2026 19:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41894</strong></p>
  <p>SiYuan is an open-source personal knowledge management system. Prior to 3.6.5, the fix for CVE-2026-30869 only added a denylist check (IsSensitivePath) but did not address the root cause — a redundant url.PathUnescape() call in serveExport(). An authenticated attacker can use double URL encoding (%252e%252e) to traverse directories and read arbitrary workspace files including the full SQLite data…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41894">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40887 – Vendure is an open-source headless commerce platform. Starting in version 1.7.4 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40887</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40887</guid>
    <pubDate>Tue, 21 Apr 2026 20:17:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40887</strong></p>
  <p>Vendure is an open-source headless commerce platform. Starting in version 1.7.4 and prior to versions 2.3.4, 3.5.7, and 3.6.2, an unauthenticated SQL injection vulnerability exists in the Vendure Shop API. A user-controlled query string parameter is interpolated directly into a raw SQL expression without parameterization or validation, allowing an attacker to execute arbitrary SQL against the dat…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40887">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35465 – SecureDrop Client is a desktop app for journalists to securely communicate with ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35465</guid>
    <pubDate>Sat, 18 Apr 2026 01:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35465</strong></p>
  <p>SecureDrop Client is a desktop app for journalists to securely communicate with sources and handle submissions on the SecureDrop Workstation. In versions 0.17.4 and below, a compromised SecureDrop Server can achieve code execution on the Client's virtual machine (sd-app) by exploiting improper filename validation in gzip archive extraction, which permits absolute paths and enables overwriting cri…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-36</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40315 – PraisonAI is a multi-agent teams system. Prior to 4.5.133, there is an SQL ident...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40315</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40315</guid>
    <pubDate>Tue, 14 Apr 2026 04:17:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40315</strong></p>
  <p>PraisonAI is a multi-agent teams system. Prior to 4.5.133, there is an SQL identifier injection vulnerability in SQLiteConversationStore where the table_prefix configuration value is directly concatenated into SQL queries via f-strings without any validation or sanitization. Since SQL identifiers cannot be safely parameterized, an attacker who controls the table_prefix value (e.g., through from_y…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40315">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-14815 – Cleartext Storage of Sensitive Information vulnerability in Mitsubishi Electric ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14815</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14815</guid>
    <pubDate>Wed, 08 Apr 2026 14:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-14815</strong></p>
  <p>Cleartext Storage of Sensitive Information vulnerability in Mitsubishi Electric GENESIS64 versions 10.97.3 and prior, Mitsubishi Electric ICONICS Suite versions 10.97.3 and prior, Mitsubishi Electric MobileHMI versions 10.97.3 and prior, Mitsubishi Electric Hyper Historian versions 10.97.3 and prior, Mitsubishi Electric AnalytiX versions 10.97.3 and prior, Mitsubishi Electric GENESIS versions 11.…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14815">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32714 – SciTokens is a reference library for generating and using SciTokens. Prior to ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32714</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32714</guid>
    <pubDate>Tue, 31 Mar 2026 03:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32714</strong></p>
  <p>SciTokens is a reference library for generating and using SciTokens. Prior to version 1.9.6, the KeyCache class in scitokens was vulnerable to SQL Injection because it used Python's str.format() to construct SQL queries with user-supplied data (such as issuer and key_id). This allowed an attacker to execute arbitrary SQL commands against the local SQLite database. This issue has been patched in v…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32714">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33906 – Ella Core is a 5G core designed for private networks. Prior to version 1.7.0, th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33906</guid>
    <pubDate>Fri, 27 Mar 2026 21:17:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33906</strong></p>
  <p>Ella Core is a 5G core designed for private networks. Prior to version 1.7.0, the NetworkManager role was granted backup and restore permission. The restore endpoint accepted any valid SQLite file without verifying its contents. A NetworkManager could replace the production database with a tampered copy to escalate to Admin, gaining access to user management, audit logs, debug endpoints, and oper…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33735 – MyTube is a self-hosted downloader and player for several video websites Prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33735</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33735</guid>
    <pubDate>Fri, 27 Mar 2026 01:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33735</strong></p>
  <p>MyTube is a self-hosted downloader and player for several video websites Prior to version 1.8.69, an authorization bypass in the `/api/settings/import-database` endpoint allows attackers with low-privilege credentials to upload and replace the application's SQLite database entirely, leading to a full compromise of the application. The bypass is relevant for other POST routes as well. Version 1.8.…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33735">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33713 – n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33713</guid>
    <pubDate>Wed, 25 Mar 2026 18:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33713</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.26, an authenticated user with permission to create or modify workflows could exploit a SQL injection vulnerability in the Data Table Get node. On default SQLite DB, single statements can be manipulated and the attack surface is practically limited. On PostgreSQL deployments, multi-statement execution…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32767 – SiYuan is a personal knowledge management system. Versions 3.6.0 and below conta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32767</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32767</guid>
    <pubDate>Fri, 20 Mar 2026 01:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32767</strong></p>
  <p>SiYuan is a personal knowledge management system. Versions 3.6.0 and below contain an authorization bypass vulnerability in the /api/search/fullTextSearchBlock endpoint. When the method parameter is set to 2, the endpoint passes user-supplied input directly as a raw SQL statement to the underlying SQLite database without any authorization or read-only checks. This allows any authenticated user —…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32767">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32763 – Kysely is a type-safe TypeScript SQL query builder. Versions up to and including...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32763</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32763</guid>
    <pubDate>Fri, 20 Mar 2026 00:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32763</strong></p>
  <p>Kysely is a type-safe TypeScript SQL query builder. Versions up to and including 0.28.11 has a SQL injection vulnerability in JSON path compilation for MySQL and SQLite dialects. The `visitJSONPathLeg()` function appends user-controlled values from `.key()` and `.at()` directly into single-quoted JSON path string literals (`'$.key'`) without escaping single quotes. An attacker can break out of th…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32763">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31891 – Cockpit is a headless content management system. Any Cockpit CMS instance runnin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31891</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31891</guid>
    <pubDate>Wed, 18 Mar 2026 04:17:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31891</strong></p>
  <p>Cockpit is a headless content management system. Any Cockpit CMS instance running version 2.13.4 or earlier with API access enabled is potentially affected by a a SQL Injection vulnerability in the MongoLite Aggregation Optimizer. Any deployment where the `/api/content/aggregate/{model}` endpoint is publicly accessible or reachable by untrusted users may be vulnerable, and attackers in possession…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31891">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-70873 – An information disclosure issue in the zipfileInflate function in the zipfile ex...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-70873</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-70873</guid>
    <pubDate>Thu, 12 Mar 2026 19:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-70873</strong></p>
  <p>An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-244</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-70873">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-25180 – Maitra 1.7.2 contains an sql injection vulnerability that allows authenticated a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-25180</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-25180</guid>
    <pubDate>Fri, 06 Mar 2026 13:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-25180</strong></p>
  <p>Maitra 1.7.2 contains an sql injection vulnerability that allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the mailid parameter in outmail and inmail modules. Attackers can also download the SQLite database file directly from the application directory to extract sensitive mail tracking data and credentials.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-25180">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-27510 – Unitree Go2 firmware versions 1.1.7 through 1.1.11, when used with the Unitree G...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27510</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27510</guid>
    <pubDate>Thu, 26 Feb 2026 20:31:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-27510</strong></p>
  <p>Unitree Go2 firmware versions 1.1.7 through 1.1.11, when used with the Unitree Go2 Android application (com.unitree.doggo2), are vulnerable to remote code execution due to missing integrity protection and validation of user-created programmes. The Android application stores programs in a local SQLite database (unitree_go2.db, table dog_programme) and transmits the programme_text content, includin…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-345</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27510">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-2250 – The /dbviewer/ web endpoint in METIS WIC devices is exposed without authenticati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2250</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2250</guid>
    <pubDate>Wed, 11 Feb 2026 15:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2250</strong></p>
  <p>The /dbviewer/ web endpoint in METIS WIC devices is exposed without authentication. A remote attacker can access and export the internal telemetry SQLite database containing sensitive operational data. Additionally, the application is configured with debug mode enabled, causing malformed requests to return verbose Django tracebacks that disclose backend source code, local file paths, and system c…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-215</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2250">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-69981 – FUXA v1.2.7 contains an Unrestricted File Upload vulnerability in the `/api/uplo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-69981</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-69981</guid>
    <pubDate>Tue, 03 Feb 2026 18:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-69981</strong></p>
  <p>FUXA v1.2.7 contains an Unrestricted File Upload vulnerability in the `/api/upload` API endpoint. The endpoint lacks authentication mechanisms, allowing unauthenticated remote attackers to upload arbitrary files. This can be exploited to overwrite critical system files (such as the SQLite user database) to gain administrative access, or to upload malicious scripts to execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-69981">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59105 – With physical access to the device and enough time an attacker can desolder the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59105</guid>
    <pubDate>Mon, 26 Jan 2026 10:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59105</strong></p>
  <p>With physical access to the device and enough time an attacker can desolder the flash memory, modify it and then reinstall it because of missing encryption. Thus, essential files, such as "/etc/passwd", as well as stored certificates, cryptographic keys, stored PINs and so on can be modified and read, in order to gain SSH root access on the Linux-based K7 model. On the Windows CE based K5 model,…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59099 – The Access Manager is using the open source web server CompactWebServer written ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59099</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59099</guid>
    <pubDate>Mon, 26 Jan 2026 10:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59099</strong></p>
  <p>The Access Manager is using the open source web server CompactWebServer written in C#. This web server is affected by a path traversal vulnerability, which allows an attacker to directly access files via simple GET requests without prior authentication.   Hence, it is possible to retrieve all files stored on the file system, including the SQLite database Database.sq3, containing badge information…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-35</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59099">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23838 – Tandoor Recipes is a recipe manager than can be installed with the Nix package m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23838</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23838</guid>
    <pubDate>Mon, 19 Jan 2026 19:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23838</strong></p>
  <p>Tandoor Recipes is a recipe manager than can be installed with the Nix package manager. Starting in version 23.05 and prior to version 26.05, when using the default configuration of Tandoor Recipes, specifically using SQLite and default `MEDIA_ROOT`, the full database file may be externally accessible, potentially on the Internet. The root cause is that the NixOS module configures the working dir…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23838">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-25279 – FaceSentry Access Control System 6.4.8 contains a cleartext password storage vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-25279</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-25279</guid>
    <pubDate>Thu, 08 Jan 2026 00:15:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-25279</strong></p>
  <p>FaceSentry Access Control System 6.4.8 contains a cleartext password storage vulnerability that allows attackers to access unencrypted credentials in the device's SQLite database. Attackers can directly read sensitive login information stored in /faceGuard/database/FaceSentryWeb.sqlite without additional authentication.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-25279">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34179 – NetSupport Manager &lt; 14.12.0001 contains an unauthenticated SQL injection vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34179</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34179</guid>
    <pubDate>Mon, 15 Dec 2025 15:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34179</strong></p>
  <p>NetSupport Manager < 14.12.0001 contains an unauthenticated SQL injection vulnerability in its Connectivity Server/Gateway HTTPS request handling. The server evaluates request URIs using an unsanitized SQLite query against the FileLinks table in gateway.db. By injecting SQL through the LinkName/URI value, a remote attacker can control the FileName field used by the server to read and return files…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34179">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-67644 – LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67644</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67644</guid>
    <pubDate>Thu, 11 Dec 2025 00:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-67644</strong></p>
  <p>LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). Versions 3.0.0 and below are vulnerable to SQL injection through the checkpoint implementation. Checkpoint allows attackers to manipulate SQL queries through metadata filter keys, affecting applications that accept untrusted metadata filter keys (not just filter…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67644">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64439 – LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64439</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64439</guid>
    <pubDate>Fri, 07 Nov 2025 21:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64439</strong></p>
  <p>LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). In versions 2.1.2 and below, the JsonPlusSerializer (used as the default serialization protocol for all checkpointing) contains a Remote Code Execution (RCE) vulnerability when deserializing payloads saved in the "json" serialization mode. By default, the seriali…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64439">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64104 – LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64104</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64104</guid>
    <pubDate>Wed, 29 Oct 2025 19:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64104</strong></p>
  <p>LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization, allowing attackers to inject arbitrary SQL and bypass access controls. This vulnerability is fixed i…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64104">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-8709 – A SQL injection vulnerability exists in the langchain-ai/langchain repository, s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8709</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8709</guid>
    <pubDate>Sun, 26 Oct 2025 06:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-8709</strong></p>
  <p>A SQL injection vulnerability exists in the langchain-ai/langchain repository, specifically in the LangGraph's SQLite store implementation. The affected version is langgraph-checkpoint-sqlite 2.0.10. The vulnerability arises from improper handling of filter operators ($eq, $ne, $gt, $lt, $gte, $lte) where direct string concatenation is used without proper parameterization. This allows attackers t…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8709">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-52099 – Integer Overflow vulnerability in SQLite SQLite3 v.3.50.0 allows a remote attack...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-52099</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-52099</guid>
    <pubDate>Fri, 24 Oct 2025 21:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-52099</strong></p>
  <p>Integer Overflow vulnerability in SQLite SQLite3 v.3.50.0 allows a remote attacker to cause a denial of service via the setupLookaside function</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-52099">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-61679 – Anyquery is an SQL query engine built on top of SQLite. Versions 0.4.3 and below...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61679</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61679</guid>
    <pubDate>Fri, 03 Oct 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-61679</strong></p>
  <p>Anyquery is an SQL query engine built on top of SQLite. Versions 0.4.3 and below allow attackers who have already gained access to localhost, even with low privileges, to use the http server through the port unauthenticated, and access private integration data like emails, without any warning of a foreign login from the provider. This issue is fixed in version 0.4.4.</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61679">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-58761 – Tautulli is a Python based monitoring and tracking tool for Plex Media Server. T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-58761</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-58761</guid>
    <pubDate>Tue, 09 Sep 2025 20:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-58761</strong></p>
  <p>Tautulli is a Python based monitoring and tracking tool for Plex Media Server. The `real_pms_image_proxy` endpoint in Tautulli v2.15.3 and prior is vulnerable to path traversal, allowing unauthenticated attackers to read arbitrary files from the application server's filesystem. The `real_pms_image_proxy` is used to fetch an image directly from the backing Plex Media Server. The image to be fetche…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-27</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-58761">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-58760 – Tautulli is a Python based monitoring and tracking tool for Plex Media Server. T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-58760</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-58760</guid>
    <pubDate>Tue, 09 Sep 2025 20:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-58760</strong></p>
  <p>Tautulli is a Python based monitoring and tracking tool for Plex Media Server. The `/image` API endpoint in Tautulli v2.15.3 and earlier is vulnerable to path traversal, allowing unauthenticated attackers to read arbitrary files from the application server's filesystem. In Tautulli, the `/image` API endpoint is used to serve static images from the application's data directory to users. This endpo…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-23</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-58760">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-57141 – rsbi-os 4.7 is vulnerable to Remote Code Execution (RCE) in sqlite-jdbc.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57141</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57141</guid>
    <pubDate>Mon, 08 Sep 2025 15:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-57141</strong></p>
  <p>rsbi-os 4.7 is vulnerable to Remote Code Execution (RCE) in sqlite-jdbc.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57141">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-50983 – SQL Injection vulnerability exists in the sortKey parameter of the GET /api/v1/w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-50983</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-50983</guid>
    <pubDate>Wed, 27 Aug 2025 16:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-50983</strong></p>
  <p>SQL Injection vulnerability exists in the sortKey parameter of the GET /api/v1/wanted/cutoff API endpoint in readarr 0.4.15.2787. The endpoint fails to properly sanitize user-supplied input, allowing attackers to inject and execute arbitrary SQL commands against the backend SQLite database. Sqlmap confirmed exploitation via stacked queries, demonstrating that the parameter can be abused to run ar…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-50983">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-7458 – An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite version...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-7458</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-7458</guid>
    <pubDate>Tue, 29 Jul 2025 13:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-7458</strong></p>
  <p>An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite versions 3.39.2 through 3.41.1 allows an attacker with the ability to execute arbitrary SQL statements to cause a denial of service or disclose sensitive information from process memory via a crafted SELECT statement with a large number of expressions in the ORDER BY clause.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-7458">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-54379 – LF Edge eKuiper is a lightweight IoT data analytics and stream processing engine...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54379</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54379</guid>
    <pubDate>Thu, 24 Jul 2025 23:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-54379</strong></p>
  <p>LF Edge eKuiper is a lightweight IoT data analytics and stream processing engine running on resource-constraint edge devices. In versions before 2.2.1, there is a critical SQL Injection vulnerability in the getLast API functionality of the eKuiper project. This flaw allows unauthenticated remote attackers to execute arbitrary SQL statements on the underlying SQLite database by manipulating the ta…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54379">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-4049 – Use of hard-coded, the same among all vulnerable installations SQLite credential...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-4049</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-4049</guid>
    <pubDate>Mon, 21 Jul 2025 08:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-4049</strong></p>
  <p>Use of hard-coded, the same among all vulnerable installations SQLite credentials vulnerability in SIGNUM-NET FARA allows to read and manipulate local-stored database.This issue affects FARA: through 5.0.80.34.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-4049">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-6965 – There exists a vulnerability in SQLite versions before 3.50.2 where the number o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6965</guid>
    <pubDate>Tue, 15 Jul 2025 14:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-6965</strong></p>
  <p>There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-197</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-3277 – An integer overflow can be triggered in SQLite’s `concat_ws()` function. The res...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3277</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3277</guid>
    <pubDate>Mon, 14 Apr 2025 17:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-3277</strong></p>
  <p>An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of size ~4GB can be triggered. This can result in arbitrary code execution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3277">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-11042 – In invoke-ai/invokeai version v5.0.2, the web API `POST /api/v1/images/delete` i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-11042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-11042</guid>
    <pubDate>Thu, 20 Mar 2025 10:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-11042</strong></p>
  <p>In invoke-ai/invokeai version v5.0.2, the web API `POST /api/v1/images/delete` is vulnerable to Arbitrary File Deletion. This vulnerability allows unauthorized attackers to delete arbitrary files on the server, potentially including critical or sensitive system files such as SSH keys, SQLite databases, and configuration files. This can impact the integrity and availability of applications relying…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-73</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-11042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-2265 – The password of a web user in "Sante PACS Server.exe" is zero-padded to 0x2000 b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2265</guid>
    <pubDate>Thu, 13 Mar 2025 17:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-2265</strong></p>
  <p>The password of a web user in "Sante PACS Server.exe" is zero-padded to 0x2000 bytes, SHA1-hashed, base64-encoded, and stored in the USER table in the SQLite database HTTP.db. However, the number of hash bytes encoded and stored is truncated if the hash contains a zero byte</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-916</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2265">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-26794 – Exim 4.98 before 4.98.1, when SQLite hints and ETRN serialization are used, allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26794</guid>
    <pubDate>Fri, 21 Feb 2025 13:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26794</strong></p>
  <p>Exim 4.98 before 4.98.1, when SQLite hints and ETRN serialization are used, allows remote SQL injection. (Resolving SQL injection requires an update to 4.99.1 in certain non-default rate-limit configurations.)</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26794">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-25224 – The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQL...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25224</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25224</guid>
    <pubDate>Tue, 18 Feb 2025 01:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-25224</strong></p>
  <p>The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQLite version) contains a missing authentication vulnerability in dloader.php. If this vulnerability is exploited, arbitrary files on a server may be obtained.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25224">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-25222 – The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQL...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25222</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25222</guid>
    <pubDate>Tue, 18 Feb 2025 01:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-25222</strong></p>
  <p>The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQLite version) contains an SQL injection vulnerability in retrieve.php. If this vulnerability is exploited, information in a database may be deleted, altered, or retrieved.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25222">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-25221 – The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQL...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25221</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25221</guid>
    <pubDate>Tue, 18 Feb 2025 01:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-25221</strong></p>
  <p>The LuxCal Web Calendar prior to 5.3.3M (MySQL version) and prior to 5.3.3L (SQLite version) contains an SQL injection vulnerability in pdf.php. If this vulnerability is exploited, information in a database may be deleted, altered, or retrieved.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25221">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-31631 – In PHP versions 8.0.* before 8.0.27, 8.1.* before 8.1.15, 8.2.* before 8.2.2 whe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-31631</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-31631</guid>
    <pubDate>Wed, 12 Feb 2025 22:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-31631</strong></p>
  <p>In PHP versions 8.0.* before 8.0.27, 8.1.* before 8.1.15, 8.2.* before 8.2.2 when using PDO::quote() function to quote user-supplied data for SQLite, supplying an overly long string may cause the driver to incorrectly quote the data, which may further lead to SQL injection vulnerabilities.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-31631">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-51748 – Kanboard is project management software that focuses on the Kanban methodology. ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51748</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51748</guid>
    <pubDate>Mon, 11 Nov 2024 20:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-51748</strong></p>
  <p>Kanboard is project management software that focuses on the Kanban methodology. An authenticated Kanboard admin can run arbitrary php code on the server in combination with a file write possibility. The user interface language is determined and loaded by the setting `application_language` in the `settings` table. Thus, an attacker who can upload a modified sqlite.db through the dedicated feature,…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51748">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-51747 – Kanboard is project management software that focuses on the Kanban methodology. ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51747</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51747</guid>
    <pubDate>Mon, 11 Nov 2024 20:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-51747</strong></p>
  <p>Kanboard is project management software that focuses on the Kanban methodology. An authenticated Kanboard admin can read and delete arbitrary files from the server. File attachments, that are viewable or downloadable in Kanboard are resolved through its `path` entry in the `project_has_files`  SQLite db. Thus, an attacker who can upload a modified sqlite.db through the dedicated feature, can set…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51747">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47881 – OpenRefine is a free, open source tool for working with messy data. Starting in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47881</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47881</guid>
    <pubDate>Thu, 24 Oct 2024 21:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47881</strong></p>
  <p>OpenRefine is a free, open source tool for working with messy data. Starting in version 3.4-beta and prior to version 3.8.3, in the `database` extension, the "enable_load_extension" property can be set for the SQLite integration, enabling an attacker to load (local or remote) extension DLLs and so run arbitrary code on the server. The attacker needs to have network access to the OpenRefine instan…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47881">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-8877 – Improper neutralization of special elements results in a SQL Injection vulnerabi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8877</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8877</guid>
    <pubDate>Wed, 25 Sep 2024 01:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-8877</strong></p>
  <p>Improper neutralization of special elements results in a SQL Injection vulnerability in Riello Netman 204. It is only limited to the SQLite database of measurement data.This issue affects Netman 204: through 4.05.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8877">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-44739 – Sourcecodester Simple Forum Website v1.0 has a SQL injection vulnerability in /p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-44739</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-44739</guid>
    <pubDate>Fri, 06 Sep 2024 13:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-44739</strong></p>
  <p>Sourcecodester Simple Forum Website v1.0 has a SQL injection vulnerability in /php-sqlite-forum/?page=manage_user&id=.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-44739">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-45256 – An arbitrary file write issue in the exfiltration endpoint in BYOB (Build Your O...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45256</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45256</guid>
    <pubDate>Mon, 26 Aug 2024 07:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-45256</strong></p>
  <p>An arbitrary file write issue in the exfiltration endpoint in BYOB (Build Your Own Botnet) 2.0 allows attackers to overwrite SQLite databases and bypass authentication via an unauthenticated HTTP request with a crafted parameter. This occurs in file_add in api/files/routes.py.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45256">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-4888 – BerriAI's litellm, in its latest version, is vulnerable to arbitrary file deleti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-4888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-4888</guid>
    <pubDate>Thu, 06 Jun 2024 19:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-4888</strong></p>
  <p>BerriAI's litellm, in its latest version, is vulnerable to arbitrary file deletion due to improper input validation on the `/audio/transcriptions` endpoint. An attacker can exploit this vulnerability by sending a specially crafted request that includes a file path to the server, which then deletes the specified file without proper authorization or validation. This vulnerability is present in the…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-4888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-34226 – SQL injection vulnerability in /php-sqlite-vms/?page=manage_visitor&amp;id=1 in Sour...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34226</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34226</guid>
    <pubDate>Tue, 14 May 2024 15:38:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-34226</strong></p>
  <p>SQL injection vulnerability in /php-sqlite-vms/?page=manage_visitor&id=1 in SourceCodester Visitor Management System 1.0 allow attackers to execute arbitrary SQL commands via the id parameters.</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34226">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-32003 – wn-dusk-plugin (Dusk plugin) is a plugin which integrates Laravel Dusk browser t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-32003</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-32003</guid>
    <pubDate>Fri, 12 Apr 2024 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-32003</strong></p>
  <p>wn-dusk-plugin (Dusk plugin) is a plugin which integrates Laravel Dusk browser testing into Winter CMS. The Dusk plugin provides some special routes as part of its testing framework to allow a browser environment (such as headless Chrome) to act as a user in the Backend or User plugin without having to go through authentication. This route is `[[URL]]/_dusk/login/[[USER ID]]/[[MANAGER]]` - where…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-32003">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-46700 – SQL injection vulnerability in LuxCal Web Calendar prior to 5.2.4M (MySQL versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-46700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-46700</guid>
    <pubDate>Mon, 20 Nov 2023 05:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-46700</strong></p>
  <p>SQL injection vulnerability in LuxCal Web Calendar prior to 5.2.4M (MySQL version) and LuxCal Web Calendar prior to 5.2.4L (SQLite version) allows a remote unauthenticated attacker to execute an arbitrary SQL command by sending a crafted request, and obtain or alter information stored in the database.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-46700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-39939 – SQL injection vulnerability in LuxCal Web Calendar prior to 5.2.3M (MySQL versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-39939</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-39939</guid>
    <pubDate>Mon, 21 Aug 2023 09:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-39939</strong></p>
  <p>SQL injection vulnerability in LuxCal Web Calendar prior to 5.2.3M (MySQL version) and LuxCal Web Calendar prior to 5.2.3L (SQLite version) allows a remote unauthenticated attacker to execute arbitrary queries against the database and obtain or alter the information in it.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-39939">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-37470 – Metabase is an open-source business intelligence and analytics platform. Prior t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37470</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37470</guid>
    <pubDate>Fri, 04 Aug 2023 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-37470</strong></p>
  <p>Metabase is an open-source business intelligence and analytics platform. Prior to versions 0.43.7.3, 0.44.7.3, 0.45.4.3, 0.46.6.4, 1.43.7.3, 1.44.7.3, 1.45.4.3, and 1.46.6.4, a vulnerability could potentially allow remote code execution on one's Metabase server. The core issue is that one of the supported data warehouses (an embedded in-memory database H2), exposes a number of ways for a connecti…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37470">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-32697 – SQLite JDBC is a library for accessing and creating SQLite database files in Jav...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32697</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32697</guid>
    <pubDate>Tue, 23 May 2023 23:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-32697</strong></p>
  <p>SQLite JDBC is a library for accessing and creating SQLite database files in Java. Sqlite-jdbc addresses a remote code execution vulnerability via JDBC URL. This issue impacting versions 3.6.14.1 through 3.41.2.1 and has been fixed in version 3.41.2.2.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32697">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-31239 – An issue found in SQLite SQLite3 v.3.35.4 that allows a remote attacker to cause...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-31239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-31239</guid>
    <pubDate>Tue, 09 May 2023 02:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-31239</strong></p>
  <p>An issue found in SQLite SQLite3 v.3.35.4 that allows a remote attacker to cause a denial of service via the appendvfs.c function.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-31239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-2137 – Heap buffer overflow in sqlite in Google Chrome prior to 112.0.5615.137 allowed ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-2137</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-2137</guid>
    <pubDate>Wed, 19 Apr 2023 04:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-2137</strong></p>
  <p>Heap buffer overflow in sqlite in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-2137">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-46908 – SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-46908</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-46908</guid>
    <pubDate>Mon, 12 Dec 2022 06:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-46908</strong></p>
  <p>SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-46908">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-35527 – In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-35527</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-35527</guid>
    <pubDate>Thu, 01 Sep 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-35527</strong></p>
  <p>In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-35527">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-35525 – In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSE...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-35525</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-35525</guid>
    <pubDate>Thu, 01 Sep 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-35525</strong></p>
  <p>In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-35525">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-37062 – All FLIR AX8 thermal sensor cameras version up to and including 1.46.16 are affe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-37062</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-37062</guid>
    <pubDate>Thu, 18 Aug 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-37062</strong></p>
  <p>All FLIR AX8 thermal sensor cameras version up to and including 1.46.16 are affected by an insecure design vulnerability due to an improper directory access restriction. An unauthenticated, remote attacker can exploit this by sending a URI that contains the path of the SQLite users database and download it. A successful exploit could allow the attacker to extract usernames and hashed passwords. N…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-37062">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-35737 – SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds over...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-35737</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-35737</guid>
    <pubDate>Wed, 03 Aug 2022 06:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-35737</strong></p>
  <p>SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-35737">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24854 – Metabase is an open source business intelligence and analytics application. SQLi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24854</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24854</guid>
    <pubDate>Thu, 14 Apr 2022 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24854</strong></p>
  <p>Metabase is an open source business intelligence and analytics application. SQLite has an FDW-like feature called `ATTACH DATABASE`, which allows connecting multiple SQLite databases via the initial connection. If the attacker has SQL permissions to at least one SQLite database, then it can attach this database to a second database, and then it can query across all the tables. To be able to do th…</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-610</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24854">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-25577 – ALF-BanCO v8.2.5 and below was discovered to use a hardcoded password to encrypt...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-25577</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-25577</guid>
    <pubDate>Fri, 25 Mar 2022 17:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-25577</strong></p>
  <p>ALF-BanCO v8.2.5 and below was discovered to use a hardcoded password to encrypt the SQLite database containing the user's data. Attackers who are able to gain remote or local access to the system are able to read and modify the data.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-25577">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-42169 – The Simple Payroll System with Dynamic Tax Bracket in PHP using SQLite Free Sour...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-42169</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-42169</guid>
    <pubDate>Fri, 22 Oct 2021 14:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-42169</strong></p>
  <p>The Simple Payroll System with Dynamic Tax Bracket in PHP using SQLite Free Source Code (by: oretnom23 ) is vulnerable from remote SQL-Injection-Bypass-Authentication for the admin account. The parameter (username) from the login form is not protected correctly and there is no security and escaping from malicious payloads.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-42169">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-23404 – This affects all versions of package sqlite-web. The SQL dashboard area allows s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-23404</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-23404</guid>
    <pubDate>Wed, 08 Sep 2021 11:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-23404</strong></p>
  <p>This affects all versions of package sqlite-web. The SQL dashboard area allows sensitive actions to be performed without validating that the request originated from the application. This could enable an attacker to trick a user into performing these actions unknowingly through a Cross Site Request Forgery (CSRF) attack.</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-23404">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-36690 – A segmentation fault can occur in the sqlite3.exe command-line component of SQLi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-36690</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-36690</guid>
    <pubDate>Tue, 24 Aug 2021 14:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-36690</strong></p>
  <p>A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is intentionally allowed to execute commands). This report does NOT imply any problem in the SQLite library.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-36690">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-30569 – Use after free in sqlite in Google Chrome prior to 92.0.4515.107 allowed a remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-30569</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-30569</guid>
    <pubDate>Tue, 03 Aug 2021 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-30569</strong></p>
  <p>Use after free in sqlite in Google Chrome prior to 92.0.4515.107 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-30569">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-37832 – A SQL injection vulnerability exists in version 3.0.2 of Hotel Druid when SQLite...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-37832</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-37832</guid>
    <pubDate>Tue, 03 Aug 2021 13:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-37832</strong></p>
  <p>A SQL injection vulnerability exists in version 3.0.2 of Hotel Druid when SQLite is being used as the application database. A malicious attacker can issue SQL commands to the SQLite database through the vulnerable idappartamenti parameter.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-37832">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-29625 – Adminer is open-source database management software. A cross-site scripting vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29625</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29625</guid>
    <pubDate>Wed, 19 May 2021 22:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-29625</strong></p>
  <p>Adminer is open-source database management software. A cross-site scripting vulnerability in Adminer versions 4.6.1 to 4.8.0 affects users of MySQL, MariaDB, PgSQL and SQLite. XSS is in most cases prevented by strict CSP in all modern browsers. The only exception is when Adminer is using a `pdo_` extension to communicate with the database (it is used if the native extensions are not enabled). In…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29625">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-35455 – The Taidii Diibear Android application 2.4.0 and all its derivatives allow attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-35455</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-35455</guid>
    <pubDate>Wed, 17 Mar 2021 15:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-35455</strong></p>
  <p>The Taidii Diibear Android application 2.4.0 and all its derivatives allow attackers to obtain user credentials from Shared Preferences and the SQLite database because of insecure data storage.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-35455">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-28305 – An issue was discovered in the diesel crate before 1.4.6 for Rust. There is a us...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-28305</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-28305</guid>
    <pubDate>Fri, 12 Mar 2021 09:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-28305</strong></p>
  <p>An issue was discovered in the diesel crate before 1.4.6 for Rust. There is a use-after-free in the SQLite backend because the semantics of sqlite3_column_name are not followed.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-28305">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-13871 – SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-13871</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-13871</guid>
    <pubDate>Sat, 06 Jun 2020 16:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-13871</strong></p>
  <p>SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-13871">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-13630 – ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-13630</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-13630</guid>
    <pubDate>Wed, 27 May 2020 15:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-13630</strong></p>
  <p>ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-13630">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-11826 – Users can lock their notes with a password in Memono version 3.8. Thus, users ne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11826</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11826</guid>
    <pubDate>Thu, 16 Apr 2020 19:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-11826</strong></p>
  <p>Users can lock their notes with a password in Memono version 3.8. Thus, users needs to know a password to read notes. However, these notes are stored in a database without encryption and an attacker can read the password-protected notes without having the password. Notes are stored in the ZENTITY table in the memono.sqlite database.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11826">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-11656 – In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11656</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11656</guid>
    <pubDate>Thu, 09 Apr 2020 03:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-11656</strong></p>
  <p>In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11656">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-11655 – SQLite through 3.31.1 allows attackers to cause a denial of service (segmentatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11655</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11655</guid>
    <pubDate>Thu, 09 Apr 2020 03:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-11655</strong></p>
  <p>SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object's initialization is mishandled.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-665</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11655">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-5723 – The UCM6200 series 1.0.20.22 and below stores unencrypted user passwords in an S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-5723</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-5723</guid>
    <pubDate>Mon, 30 Mar 2020 20:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-5723</strong></p>
  <p>The UCM6200 series 1.0.20.22 and below stores unencrypted user passwords in an SQLite database. This could allow an attacker to retrieve all passwords and possibly gain elevated privileges.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-5723">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-9327 – In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL poi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-9327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-9327</guid>
    <pubDate>Fri, 21 Feb 2020 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-9327</strong></p>
  <p>In SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-9327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-3901 – Android SQLite Journal before 4.0.1 has an information disclosure vulnerability.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-3901</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-3901</guid>
    <pubDate>Wed, 12 Feb 2020 20:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-3901</strong></p>
  <p>Android SQLite Journal before 4.0.1 has an information disclosure vulnerability.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-3901">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19959 – ext/misc/zipfile.c in SQLite 3.30.1 mishandles certain uses of INSERT INTO in si...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19959</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19959</guid>
    <pubDate>Fri, 03 Jan 2020 22:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19959</strong></p>
  <p>ext/misc/zipfile.c in SQLite 3.30.1 mishandles certain uses of INSERT INTO in situations involving embedded '\0' characters in filenames, leading to a memory-management error that can be detected by (for example) valgrind.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19959">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-20218 – selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-20218</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-20218</guid>
    <pubDate>Thu, 02 Jan 2020 14:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-20218</strong></p>
  <p>selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding even after a parsing error.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-755</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-20218">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19925 – zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19925</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19925</guid>
    <pubDate>Tue, 24 Dec 2019 17:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19925</strong></p>
  <p>zipfileUpdate in ext/misc/zipfile.c in SQLite 3.30.1 mishandles a NULL pathname during an update of a ZIP archive.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19925">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19923 – flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT D...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19923</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19923</guid>
    <pubDate>Tue, 24 Dec 2019 16:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19923</strong></p>
  <p>flattenSubquery in select.c in SQLite 3.30.1 mishandles certain uses of SELECT DISTINCT involving a LEFT JOIN in which the right-hand side is a view. This can cause a NULL pointer dereference (or incorrect results).</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19923">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19926 – multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19926</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19926</guid>
    <pubDate>Mon, 23 Dec 2019 01:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19926</strong></p>
  <p>multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19926">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19880 – exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19880</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19880</guid>
    <pubDate>Wed, 18 Dec 2019 06:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19880</strong></p>
  <p>exprListAppendList in window.c in SQLite 3.30.1 allows attackers to trigger an invalid pointer dereference because constant integer values in ORDER BY clauses of window definitions are mishandled.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19880">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-13734 – Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-13734</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-13734</guid>
    <pubDate>Tue, 10 Dec 2019 22:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-13734</strong></p>
  <p>Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-13734">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-19646 – pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAG...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19646</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19646</guid>
    <pubDate>Mon, 09 Dec 2019 19:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-19646</strong></p>
  <p>pragma.c in SQLite through 3.30.1 mishandles NOT NULL in an integrity_check PRAGMA command in certain cases of generated columns.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19646">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19603 – SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, lead...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19603</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19603</guid>
    <pubDate>Mon, 09 Dec 2019 19:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19603</strong></p>
  <p>SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19603">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-19317 – lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19317</guid>
    <pubDate>Thu, 05 Dec 2019 14:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-19317</strong></p>
  <p>lookupName in resolve.c in SQLite 3.30.1 omits bits from the colUsed bitmask in the case of a generated column, which allows attackers to cause a denial of service or possibly have unspecified other impact.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-681</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-19244 – sqlite3Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-19244</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-19244</guid>
    <pubDate>Mon, 25 Nov 2019 20:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-19244</strong></p>
  <p>sqlite3Select in select.c in SQLite 3.30.1 allows a crash if a sub-select uses both DISTINCT and window functions, and also has certain ORDER BY usage.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-19244">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-10752 – Sequelize, all versions prior to version 4.44.3 and 5.15.1, is vulnerable to SQL...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-10752</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-10752</guid>
    <pubDate>Thu, 17 Oct 2019 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-10752</strong></p>
  <p>Sequelize, all versions prior to version 4.44.3 and 5.15.1, is vulnerable to SQL Injection due to sequelize.json() helper function not escaping values properly when formatting sub paths for JSON queries for MySQL, MariaDB and SQLite.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-10752">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-13069 – extenua SilverSHielD 6.x fails to secure its ProgramData folder, leading to a Lo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-13069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-13069</guid>
    <pubDate>Sat, 17 Aug 2019 17:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-13069</strong></p>
  <p>extenua SilverSHielD 6.x fails to secure its ProgramData folder, leading to a Local Privilege Escalation to SYSTEM. The attacker must replace SilverShield.config.sqlite with a version containing an additional user account, and then use SSH and port forwarding to reach a 127.0.0.1 service.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-13069">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
