GHSA-2364-jh4q-m9vm: Npm/flowise vulnerability

Published Aug 4, 2026
·
Updated

Summary 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.

Details 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=cusXXXX

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.

PoC 1. To reproduce the vulnerability, follow these steps:

2. Log in to your account at cloud.flowiseai.com.

3. Capture a request to the payment source endpoint using a proxy tool (e.g., Burp Suite).

4. Change the customerId parameter in the URL to a target user's ID (e.g., cusU9ajkQvu0e67uH).

Execute the request: GET /api/v1/organization/customer-default-source?customerId=cusU9ajkQvu0e67uH HTTP/2 Host: cloud.flowiseai.com Cookie: [YOURAUTHENTICATEDCOOKIES] ... Response: { "id": "cusU9ajkQvu0e67uH", "object": "customer", "email": "truongnguyen210044@gmail.com", "balance": 0, "currency": "usd", "invoicesettings": { "customfields": null, "defaultpaymentmethod": null }, "livemode": true ... } The server returns a 200 OK status with the private data of the target customer. Impact - 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.

Affected Software

1 affected componentFixes available
npm/flowise<=3.1.2
3.1.3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/flowise to a version that resolves this vulnerability.

    Fixed in 3.1.3

Event History

Aug 4, 2026
Advisory Published
via GitHub·02:16 PM
Data Sourced
via GitHub·02:16 PM
DescriptionWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
GHSA-2364-jh4q-m9vm - Npm/flowise vulnerability - SecAlerts