Answer in brief
CVE-2026-54687 records a Medium severity vulnerability in n8n-nodes-sqlite3: Path traversal via user-controlled database file path (db_path parameter). The current sources do not mark it as known exploited. The current feed maps DangerBlack/n8n-node-sqlite3 (generic), n8n-nodes-sqlite3 (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps DangerBlack/n8n-node-sqlite3 (generic), n8n-nodes-sqlite3 (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| DangerBlack/n8n-node-sqlite3generic | < 1.0.0 | Not reported |
| n8n-nodes-sqlite3npm | <1.0.0 | 1.0.0 |
Published upstream
Aug 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 27, 2026
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.
Quoted source text, attributed separately from HOL analysis.