---
id: CVE-2026-54687
title: n8n-nodes-sqlite3 is a node for operating a local SQLite database from n8n
summary: >-
  n8n-nodes-sqlite3 is a node for operating a local SQLite database from n8n.
  Prior to 1.0.0, nodes/SqliteNode/v1/SqliteV1.node.ts exposes the db_path
  database file path as a node parameter that permits data expressions from
  upstream workf…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-22
vendor: dangerblack
product: n8n-node-sqlite3
affected:
  - n8n-node-sqlite3 = 1.0.0
patched:
  - n8n-nodes-sqlite3 1.0.0
published: '2026-08-27'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T16:24:30.740'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54687'
references:
  - url: >-
      https://github.com/DangerBlack/n8n-node-sqlite3/commit/145a8876ff12375813bdcd4ae4fe78f460c53a98
    label: security-advisories@github.com
  - url: 'https://github.com/DangerBlack/n8n-node-sqlite3/pull/25'
    label: security-advisories@github.com
  - url: >-
      https://github.com/DangerBlack/n8n-node-sqlite3/security/advisories/GHSA-q7m3-rhxg-7vxr
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-q7m3-rhxg-7vxr'
tags:
  - nvd
  - ghsa
  - npm
epss: 0.00585
epssPercentile: 0.45648
aliases:
  - GHSA-q7m3-rhxg-7vxr
ecosystem: npm
ingestedAt: '2026-08-27T18:06:13.278Z'
---

## Overview

n8n-nodes-sqlite3 is a node for operating a local SQLite database from n8n. Prior to 1.0.0, nodes/SqliteNode/v1/SqliteV1.node.ts exposes the db_path database file path as a node parameter that permits data expressions from upstream workflow input. A workflow author who maps untrusted input to db_path can allow a remote attacker to select which SQLite file the n8n process opens, enabling traversal outside the intended database location and potentially reading, creating, or overwriting files accessible to the process. This issue is fixed in version 1.0.0.

## Affected

- `n8n-node-sqlite3 = 1.0.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-54687)

Affected packages:

- `n8n-nodes-sqlite3 < 1.0.0`

Patched in:

- `n8n-nodes-sqlite3 1.0.0`

Source: https://github.com/advisories/GHSA-q7m3-rhxg-7vxr
