PatchSiren cyber security CVE debrief
CVE-2026-54687 DangerBlack CVE debrief
A vulnerability in n8n-nodes-sqlite3 allows remote attackers to potentially read, create, or overwrite files accessible to the process by manipulating the db_path parameter. This issue is fixed in version 1.0.0. The vulnerability arises from the exposure of the db_path database file path as a node parameter, allowing 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, potentially reading, creating, or overwriting files accessible to the process. Defenders should assess exposure and verify the version of n8n-nodes-sqlite3 in use.
- Vendor
- DangerBlack
- Product
- n8n-node-sqlite3
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-27
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-27
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for n8n workflows and deployments should assess exposure and verify the version of n8n-nodes-sqlite3 in use. They should also restrict untrusted input to the db_path parameter to prevent potential file system access and data tampering. Additionally, defenders should review compensating controls for exposed systems and monitor for potential file system access attempts.
Why it matters
Defenders should prioritize verifying and upgrading to version 1.0.0 of n8n-nodes-sqlite3, and restrict untrusted input to the db_path parameter to prevent potential file system access and data tampering.
- Potential unauthorized file system access
- Possible data tampering or theft
- Required verification of input validation and sanitization
- Necessary upgrade to version 1.0.0 of n8n-nodes-sqlite3
Technical summary
The n8n-nodes-sqlite3 node exposes the db_path database file path as a node parameter, allowing 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, potentially reading, creating, or overwriting files accessible to the process. This issue is fixed in version 1.0.0. Defenders should prioritize verifying and upgrading to version 1.0.0 of n8n-nodes-sqlite3, and restrict untrusted input to the db_path parameter.
Defensive priority
Defenders should prioritize verifying and upgrading to version 1.0.0 of n8n-nodes-sqlite3, and restrict untrusted input to the db_path parameter.
Recommended defensive actions
- Verify and upgrade to version 1.0.0 of n8n-nodes-sqlite3
- Restrict untrusted input to the db_path parameter
- Monitor for potential file system access attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but the scope of affected versions and potential impact require further verification. The vulnerability is caused by the exposure of the db_path parameter, which allows remote attackers to manipulate the SQLite file path. Defenders should verify the version of n8n-nodes-sqlite3 and restrict untrusted input to the db_path parameter to prevent potential file system access and data tampering.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54687 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54687
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54687 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54687
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/DangerBlack/n8n-node-sqlite3/commit/145a8876ff12375813bdcd4ae4fe78f460c53a98
-
Source reference
Unverified legacy reference
URL: https://github.com/DangerBlack/n8n-node-sqlite3/pull/25
-
Source reference
Unverified legacy reference
URL: https://github.com/DangerBlack/n8n-node-sqlite3/security/advisories/GHSA-q7m3-rhxg-7vxr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.