PT-2026-67822 · Flowise · Flowise
CVE-2026-70476
·
Published
2026-08-04
·
Updated
2026-08-06
CVSS v4.0
8.3
High
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Flowise versions prior to 3.1.3
Description
Several organization billing endpoints accept attacker-controlled Stripe identifiers without verifying that the identifier belongs to the authenticated user's organization. This allows an authenticated attacker to perform unauthorized Stripe subscription operations on other tenants, such as changing subscription plans or modifying seat quantities, which can lead to financial impact and service disruption. The issue occurs because the server trusts the user-supplied
subscriptionId and forwards it to the Stripe integration layer without validating ownership.API Endpoints:
'/api/v1/organization/update-subscription-plan'
'/api/v1/organization/update-additional-seats'
Vulnerable Parameters or Variables:
subscriptionIdFunction Names:
updateSubscriptionPlan()
updateAdditionalSeats()Recommendations
Update to version 3.1.3.
As a temporary workaround, restrict access to the '/api/v1/organization/update-subscription-plan' and '/api/v1/organization/update-additional-seats' endpoints to minimize the risk of exploitation.
Exploit
Fix
DoS
Improper Access Control
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Flowise