GHSA-2364-jh4q-m9vmMedium▾ SunlitFlowise: IDOR vulnerability exists at the GET /api/v1/organization/customer-default-source endpoint
▾ Sunlit zone — Low / medium · no exploitation signal
impact 27.5 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
An Insecure Direct Object Reference (IDOR) vulnerability exists at the GET /api/v1/organization/customer-default-source endpoint. This flaw allows an authenticated attacker to bypass authorization checks and retrieve sensitive payment and profile information of other customers by manipulating the customerId parameter. The exposed data includes email addresses, account balances, currency types, and internal billing configurations.
The application fails to implement proper object-level access control. While the endpoint requires a valid session/token, it does not verify if the requesting user has the authority to access the specific customerId provided in the query string.
When a request is made to: GET /api/v1/organization/customer-default-source?customerId=cus_XXXX
The server processes the request based solely on the existence of a valid session, returning the data associated with the ID regardless of the data owner's identity. Since customer IDs follow a predictable pattern (Stripe-formatted cus_...), an attacker could potentially enumerate these IDs to scrape customer data.
To reproduce the vulnerability, follow these steps:
Log in to your account at cloud.flowiseai.com.
Capture a request to the payment source endpoint using a proxy tool (e.g., Burp Suite).
Change the customerId parameter in the URL to a target user's ID (e.g., cus_U9ajkQvu0e67uH).
Execute the request:
GET /api/v1/organization/customer-default-source?customerId=cus_U9ajkQvu0e67uH HTTP/2
Host: cloud.flowiseai.com
Cookie: [YOUR_AUTHENTICATED_COOKIES]
...
Response:
{
"id": "cus_U9ajkQvu0e67uH",
"object": "customer",
"email": "[email protected]",
"balance": 0,
"currency": "usd",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null
},
"livemode": true
...
}
The server returns a 200 OK status with the private data of the target customer.
Vulnerability Type: Broken Access Control (IDOR).
Impacted Parties: All registered users and organizations on the FlowiseAI Cloud platform.
Consequences: * Data Privacy Breach: Exposure of Personally Identifiable Information (PII) such as email addresses.
Financial Information Leakage: Disclosure of account balances, currency settings, and invoice metadata.
Compliance Risk: Potential violation of data protection regulations (e.g., GDPR) due to unauthorized access to user billing profiles.
flowise <= 3.1.2Upgrade to a patched release:
flowise 3.1.3Connected by shared product, vendor, weakness, or advisory.
CVE-2026-70476High· 8.2Flowise is a drag & drop user interface to build a customized large language model flow
CVE-2026-69255High· 8.8Flowise is a drag & drop user interface to build a customized large language model flow
CVE-2026-69258Critical· 9.1Flowise is a drag & drop user interface to build a customized large language model flow
CVE-2026-69250High· 7.5Flowise is a drag & drop user interface to build a customized large language model flow
CVE-2026-67622Critical· 9.9Flowise 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 crede…
CVE-2026-91933High· 7.1Flowise before 3.1.4 fails to enforce workspace-level authorization checks in openai-realtime endpoints, allowing authenticated users to access tools from ChatFlows in other workspaces by supplying an unscoped chatflowid