Junglewise Threat Intelligence

CVE-2026-70476: Flowise broken access control in Stripe subscription endpoints

CVE-2026-70476 · Severity: high · CVSS 8.3 · Published 2026-08-04

Executive brief

Flowise, an open-source tool for building LLM applications, contains a flaw in how it handles billing and subscription updates. An attacker with a valid account can modify the Stripe subscription details of other organizations by providing a victim's subscription ID. This could lead to unauthorized charges, service downgrades, or financial disruption for affected customers.

Technical details

Flowise suffers from an Insecure Direct Object Reference (IDOR) / Broken Access Control vulnerability in the `update-additional-seats` and `update-subscription-plan` routes within `organization.route.ts`. The server accepts a `subscriptionId` directly from the request body and processes billing changes via the Stripe integration without verifying if the subscription belongs to the authenticated user's organization. An attacker can obtain a victim's `subscriptionId` through other API endpoints and then issue POST requests to modify seat quantities or change subscription plans. This issue is fixed in version 3.1.3.

Affected products

  • FlowiseAI flowise <= 3.1.2

Timeline

  • 2026-07-29: disclosed
  • 2026-08-04: advisory
  • 2026-08-04: patched

References

Related threats