Answer in brief
CVE-2026-54687 records a Medium severity vulnerability in n8n-nodes-sqlite3 vulnerable to 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 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 n8n-nodes-sqlite3 (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| n8n-nodes-sqlite3npm | <1.0.0 | 1.0.0 |
Published upstream
Aug 27, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Aug 27, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Aug 27, 2026
## Affected versions < 1.0.0 ## Patched version 1.0.0 ## Description In versions prior to 1.0.0, the SQLite node accepted the database file path as a direct node parameter visible and editable in the workflow. A workflow author who mapped untrusted user input to the db_path field could allow an attacker to control which file was opened by SQLite, potentially enabling path traversal to read or overwrite arbitrary files accessible to the n8n process. The vulnerability requires the workflow author to explicitly wire untrusted input to the db_path parameter, so it does not affect standalone deployments where only trusted users author workflows. However, in multi-tenant or user-facing n8n deployments the risk is elevated. Fixed in v1.0.0 by moving the database path into a credential (v2 node architecture), which is stored server-side and not controllable by workflow input data. ## References - Fix commit: 145a887 - Introduced credential-based path: v2 node ## Credits dyingman1 (role: Reporter)
Quoted source text, attributed separately from HOL analysis.