IBM Support

Security Bulletin: Cross-Tenant API Key Reuse and Billing Fraud in Langflow Voice Mode Subsystem

Security Bulletin


Summary

The voice mode subsystem (src/backend/base/langflow/api/v1/voice_mode.py) contains two critical vulnerabilities that enable cross-tenant API key reuse and billing fraud. The first vulnerability involves a process-global ElevenLabs client singleton that caches the first user's API key and reuses it for all subsequent tenants, causing unauthorized billing charges and TTS prompt/audio history to accumulate under the cache-winner's ElevenLabs account. The second vulnerability uses a session_id-keyed cache for OpenAI TTS clients that allows attackers to pre-position their API key and force victim traffic through their OpenAI account, resulting in billing misattribution and TOS-accountability redirection. Both vulnerabilities are exploitable by any authenticated low-privilege user without admin rights or flow ownership, require no victim interaction beyond normal voice mode usage, and leave no audit trail linking tenant requests to the actual API keys servicing them. The ElevenLabsClientManager singleton at lines 166-196 short-circuits on class-level state without re-validating user_id, while the tts_config_cache at line 510 keys only on client-controlled session_id values. Exploitation requires network access to the Langflow API (default port 7860), multiple user accounts on the instance, and at least one user with an ELEVENLABS_API_KEY variable configured. The vulnerability exists in default multi-tenant configurations and cannot be remediated without process restart. Impact includes mass billing fraud, TOS-suspension cascade against cache-winners, and structural economic failure for SaaS deployments where high-tier customers unknowingly subsidize all other tenants. Remediation requires replacing the class-level singleton with user_id-keyed dictionaries and keying tts_config_cache on (user_id, session_id) tuples with authentication validation at all cache access points.

Vulnerability Details

CVEID:   CVE-2026-10140
DESCRIPTION:   Langflow OSS voice mode contains improper shared-state handling that allows reuse of API clients across tenant boundaries. An authenticated attacker can manipulate cache state to cause requests from other users to be processed using incorrect upstream API credentials, leading to cross-tenant billing and accountability misattribution.
CWE:   CWE-639: Authorization Bypass Through User-Controlled Key
CVSS Source:   IBM
CVSS Base score:   9.6
CVSS Vector:   (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N)

Affected Products and Versions

Affected Product(s)Version(s)
Langflow OSS1.0.0 -1.10.0

Remediation/Fixes

IBM strongly recommends addressing the vulnerability now by upgrading Langflow OSS to version 1.10.1

Workarounds and Mitigations

None

Get Notified about Future Security Bulletins

References

Off

Acknowledgement

Change History

26 Jun 2026: Initial Publication

*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.

Disclaimer

According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES ""AS IS"" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. In addition to other efforts to address potential vulnerabilities, IBM periodically updates the record of components contained in our product offerings. As part of that effort, if IBM identifies previously unidentified packages in a product/service inventory, we address relevant vulnerabilities regardless of CVE date. Inclusion of an older CVEID does not demonstrate that the referenced product has been used by IBM since that date, nor that IBM was aware of a vulnerability as of that date. We are making clients aware of relevant vulnerabilities as we become aware of them. "Affected Products and Versions" referenced in IBM Security Bulletins are intended to be only products and versions that are supported by IBM and have not passed their end-of-support or warranty date. Thus, failure to reference unsupported or extended-support products and versions in this Security Bulletin does not constitute a determination by IBM that they are unaffected by the vulnerability. Reference to one or more unsupported versions in this Security Bulletin shall not create an obligation for IBM to provide fixes for any unsupported or extended-support products or versions.

Document Location

Worldwide

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSR4DT0","label":"Langflow OSS"},"Component":"","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF017","label":"Mac OS"},{"code":"PF033","label":"Windows"}],"Version":"1.0.0 - 1.10.0","Edition":"","Line of Business":{"code":"LOB76","label":"Data Platform"}}]

Document Information

Modified date:
26 June 2026

Initial Publish date:
26 June 2026

UID

ibm17278209