CVE-2026-67622: Flowise 3.1.4 IDOR in OpenAI Assistants Integration
Flowise through 3.1.4 contains an insecure direct object reference vulnerability in the OpenAI Assistants integration that allows authenticated attackers to access credentials belonging to other workspaces by supplying an arbitrary credential UUID to Assistants endpoints without workspace ownership verification. Attackers can enumerate cross-workspace assistant metadata, retrieve file and vector store listings, and upload files into victim workspaces by exploiting the missing workspace-scoped authorization check in the credential lookup logic.
Security readout for executives and security teams
Plain-English summary
Flowise through 3.1.4 may let one authenticated tenant access another tenant’s OpenAI Assistants resources because credential identifiers are trusted without verifying workspace ownership. This can expose sensitive metadata and listings and permit unauthorized file uploads across workspace boundaries, creating serious data-separation and integrity risk.
Executive priority
Treat this as an immediate priority for multi-workspace Flowise environments using OpenAI Assistants. Identify deployments and users, contain the integration if ownership checks cannot be confirmed, and obtain current vendor guidance. Investigate cross-workspace access before rotating potentially exposed credentials. No fixed version is named in the supplied sources.
Technical view
Missing workspace ownership validation in Assistants credential lookups creates a CWE-639 IDOR. Authenticated attackers can reference another workspace’s credential UUID, enumerate assistant metadata and file or vector-store listings, and upload files. The supplied CVSS score is 9.9, with high confidentiality and integrity impacts and low availability impact.
Likely exposure
Highest likely exposure is Flowise through 3.1.4 with multiple workspaces, authenticated untrusted users, and OpenAI Assistants configured. Authentication is required, but no user interaction or complex preconditions are described. The bundle does not establish whether single-workspace deployments or deployments without this integration are affected.
Exploitation context
The bundle marks KEV false and provides no evidence of active exploitation in the wild. A researcher disclosure contains exploit information, indicating technical reproducibility, but this does not establish real-world abuse. Attackers require authenticated network access and a credential UUID associated with another workspace.
Researcher notes
The defect is an authorization failure, not merely UUID exposure: every referenced credential must be bound to the requester’s workspace. The structured affected entry lists version “0,” while the narrative says through 3.1.4. Confirm exact affected and fixed versions with Flowise, and preserve relevant logs before remediation.
Mitigation direction
Check Flowise vendor guidance immediately for a fixed or supported release; the supplied sources do not identify one.
Restrict or disable the OpenAI Assistants integration until workspace-scoped authorization is confirmed.
Limit Flowise access to trusted users and networks as an interim risk reduction.
Rotate potentially exposed OpenAI-related credentials after investigating possible cross-workspace access.
Validation and detection
Inventory Flowise deployments and confirm versions, workspace count, and OpenAI Assistants usage.
Verify every Assistants credential lookup enforces ownership by the authenticated user’s workspace.
Review available logs for cross-workspace credential, assistant, file, or vector-store references.
Test authorization boundaries using controlled accounts and credentials in a non-production environment.
Confirm vendor-recommended remediation prevents cross-workspace reads and unauthorized file uploads.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-639: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.