What happened

CISA added CVE-2026-9198 to its Known Exploited Vulnerabilities catalogue on 4 August, saying there is evidence of active exploitation. The vulnerability affects Langflow, an open-source platform for building AI workflows. CISA identifies it as a code-injection flaw and urges organisations to prioritise remediation of catalogue vulnerabilities according to risk.

IBM's security bulletin says an unauthenticated attacker could combine weaknesses in a default-configured Langflow instance to gain superuser access and execute code on the host. IBM gives the vulnerability a CVSS base score of 9.8. The primary sources do not describe the scale of exploitation, name victims or connect it to ransomware, so those details remain unknown.

[1][2]

Who is affected

IBM lists Langflow OSS versions 1.0.0 through 1.10.0 as affected. It says default deployments were vulnerable where the auto-login feature was enabled and the code-validation service was reachable over the network. The vendor strongly recommends upgrading to version 1.10.1 and lists no workaround.

That makes exact version and reachability more useful than a general answer that the business 'uses Langflow'. Teams need to account for production services, internal experiments, proof-of-concept virtual machines and forgotten cloud deployments. A development system can still hold credentials, connect to business data or provide a route into its hosting environment.

[2]

What defenders should do now

Start by identifying every Langflow instance and recording its exact version, owner and network exposure. Prioritise systems reachable from the public internet or less-trusted networks, but do not treat access restrictions as a substitute for the vendor fix. Follow IBM's supported process to upgrade affected installations to 1.10.1 or a later vendor-approved release.

Because CISA confirms exploitation, remediation should include a review for earlier access rather than ending with a successful upgrade. Preserve relevant application, identity, proxy, cloud and operating-system logs before maintenance or retention limits remove them. Review unexpected administrative activity, processes and configuration changes, and escalate credible findings through the organisation's incident-response process. Avoid improvised testing against a live service; it risks changing evidence and disrupting a system that may already be compromised.

If an affected instance stored provider keys, database credentials or other secrets, establish whether they were accessible and rotate them where compromise is suspected. Check connected services for unusual use as part of the same investigation. Updating the server closes the documented flaw; it does not prove that credentials or data exposed beforehand remain trustworthy.

  • Inventory production, development, demonstration and abandoned Langflow deployments.
  • Record the exact version and restrict access to approved users and networks.
  • Upgrade versions 1.0.0 to 1.10.0 to 1.10.1 or a later vendor-approved release.
  • Preserve evidence and review for activity before the upgrade.
  • Rotate potentially exposed secrets and investigate their connected services.
[1][2]

The Beekeeper view

AI workflow platforms can look like creative development tools while quietly accumulating the powers of an integration server: code execution, API credentials and connections to valuable data. That combination makes an exposed control plane a serious application-security boundary, even when the installation began as an experiment.

For UK businesses, the useful governance question is blunt: who owns each AI tool once the demonstration ends? A named owner should be able to show where it runs, who can reach it, which version is installed and what evidence would survive an incident. Experiments are allowed to be temporary; their security responsibilities are not.

[1][2]
AI workflow tools can execute powerful integrations by design; when their control plane is exposed, they need the same inventory, access restrictions and incident discipline as any other high-trust server.

Primary sources

  1. CISA Adds Three Known Exploited Vulnerabilities to Catalog — US Cybersecurity and Infrastructure Security Agency, 4 August 2026
  2. Security Bulletin: Unauthenticated Remote Code Execution via Auto-Login Bypass and Code Validation — IBM, 2 July 2026

Beekeeper field notes summarise primary advisories for a UK business audience. Always follow the affected vendor’s current instructions for your exact product and version.