GHSA-88pr-878c-24wfHigh▾ TwilightFlowise: Authenticated arbitrary file write in the `S3 Directory` document loader via unsanitized S3 object keys
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 41.3 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Flowise on current main allows an authenticated user with
documentStores:preview-process permission to trigger the S3 Directory
document loader with attacker-controlled S3 object keys. The loader joins
each returned S3 key with a temporary directory using path.join(tempDir, key)
and writes the object bytes to disk without validating traversal sequences
such as ../. Cleanup later removes only the original temporary directory,
so files written outside that directory persist on the host filesystem.
This yields arbitrary file write with the privileges of the Flowise
server process.
A related variant exists in the S3File loader when
fileProcessingMethod = unstructured (same root cause; its cleanup behavior
turns it into a mixed arbitrary write/delete/DoS primitive).
packages/components/nodes/documentloaders/S3Directory/S3Directory.ts
filePath = path.join(tempDir, key) (unsanitized)mkdirSync creates parent pathwriteFileSync writes attacker-controlled bytestempDir, so escapedpackages/components/nodes/documentloaders/S3File/S3File.tspackages/server/src/routes/documentstore/index.ts:41,45/api/v1/document-store/loader/preview,/api/v1/document-store/loader/process/:loaderId)documentStores:preview-processpackages/server/src/services/documentstore/index.ts:588 passesdata.loaderConfig straight to the loader node with no pathS3Directory accepts a custom serverUrl, so the attacker does not
need access to an existing trusted AWS bucket — they can point Flowise.bashrc, systemd units, cron files, require.resolve targets,package.json postinstall scripts). This is not guaranteeddocumentStores:preview-process roleserverUrl can point todocumentStores:preview-process../../../../tmp/flowise-poc.txtLocal reproduction confirmed: writing a key containing
../../escape-target/poc.txt from a nested temp root created the file
outside the temp directory, and the cleanup removed only tempDir.
The loader trusts S3 object keys as safe local relative paths. It should
canonicalize the destination with path.resolve(...), verify the resolved
path remains within the intended temp directory, and reject traversal or
absolute-path patterns before any directory creation or file write.
The repository already has shared path validators that are not used here:
packages/components/src/validator.ts:35 defines traversal checkspackages/components/src/validator.ts:295 defines sanitizeFileNameRecommended fix:
path.join(tempDir, key) with a resolve-and-verify flowtempDirS3File loader (fileProcessingMethod = unstructured branch)flowise-components <= 3.1.2flowise <= 3.1.2Upgrade to a patched release:
flowise-components 3.1.3flowise 3.1.3Connected by shared product, vendor, weakness, or advisory.
CVE-2025-68428High· 7.5jsPDF is a library to generate PDFs in JavaScript
CVE-2023-7260High· 7.5Path Traversal vulnerability discovered in OpenText™ CX-E Voice, affecting all version through 22.4
CVE-2023-7249Critical· 9.8Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in OpenText OpenText Directory Services allows Path Traversal.This issue affects OpenText Directory Services: from 16.4.2 before 24.1.
CVE-2020-3365Medium· 4.3A vulnerability in the directory permissions of Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, remote attacker to perform a directory traversal attack on a limited set of restricted directories
CVE-2020-3236Medium· 6.7A vulnerability in the CLI of Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, local attacker to gain root shell access to the underlying operating system and overwrite or read arbitrary files
CVE-2010-2861Critical· 9.8Multiple directory traversal vulnerabilities in the administrator console in Adobe ColdFusion 9.0.1 and earlier allow remote attackers to read arbitrary files via the locale parameter to (1) CFIDE/administrator/settings/mappings.cfm, (2)…