ACIAPR AI News

Artificial intelligence news curated with context, verified through reliable sources, and more...

AI News · Verified

Artificial intelligence news curated with context, verified through reliable sources, and more...

Browse AI developments across software, hardware, security, healthcare, and space with a clearer editorial experience built for discovery and trust.

Critical Langflow flaw exploited to hunt for OpenAI and AWS keys
security

Critical Langflow flaw exploited to hunt for OpenAI and AWS keys

A critical vulnerability already documented in Langflow, an open-source platform for building AI applications, agents, chatbots and retrieval-augmented generation workflows, is now being exploited to hunt for credentials and service keys. BleepingComputer reported on September 2, citing VulnCheck telemetry, that attackers are using CVE-2026-0768 to query environment variables and sensitive files on vulnerable instances.

What happened

The newest public alert comes from BleepingComputer, which attributes the observed activity to VulnCheck honeypot data. According to that report, VulnCheck first saw at least 50 attempts over the weekend and later raised the observed total to 360 attacks during the day. The activity includes reconnaissance and queries for variables such as LANGFLOW_SUPERUSER, OPENAI_API*, AWS_ACCESS* and AWS_SECRET*, along with checks of files such as /root/.cache/langflow/secret_key, SSH access and shell history.

The important point is that this is no longer just a theoretical vulnerability. The editorial news is active exploitation against a framework used to build AI applications, with a practical target: administrative keys, OpenAI keys, AWS credentials and other secrets that can be present in misconfigured or internet-exposed environments.

What is confirmed

CVE-2026-0768 exists and is published in the CVE record. The official description says the flaw allows remote attackers to execute arbitrary code on affected Langflow installations without authentication. The issue sits in the handling of the code parameter in the validate endpoint: a user-supplied string is used to execute Python without sufficient validation, which can allow execution in the context of root.

Trend Micro Zero Day Initiative published advisory ZDI-26-034 with critical severity and a CVSS score of 9.8. The CVE record lists Langflow 1.4.2 as affected. Langflow’s GitHub project describes the tool as a Python-based visual framework for building AI applications and agents through connected components.

The active exploitation and attack count are attributed to VulnCheck through BleepingComputer’s report and a readable mirror. That attribution should be read carefully: it confirms activity observed by a threat-intelligence firm, not a full public victim list or a global census of compromised servers.

Why it matters

Langflow sits in a sensitive layer of the AI ecosystem: it connects models, prompts, databases, APIs, tools and credentials in workflows often used for rapid prototyping. When that kind of platform is exposed to the internet with a remote-code-execution flaw, the risk is not limited to the affected server. OpenAI, AWS or other service keys can enable unauthorized usage, lateral movement, data exposure or abuse of cloud infrastructure.

The story also points to a broader pattern: agentic and low-code AI environments often combine fast experimentation with real permissions. That combination accelerates development, but it raises the cost of basic security failures such as unauthenticated endpoints, secrets in environment variables and internet-facing services.

What remains unconfirmed

Public sources do not confirm how many organizations were compromised, which providers were actually affected by misuse of stolen keys, or whether a single coordinated campaign is behind all of the observed activity. There is also no public proof, in the sources reviewed, of exploitation against a named installation.

The practical response is straightforward: teams using Langflow should upgrade to a fixed version, remove vulnerable instances from direct internet exposure, rotate OpenAI/AWS keys and review logs, environment variables, SSH access, shell history and anomalous account or service activity.

Sources consulted: BleepingComputer — Read More ; readable PRSOL mirror — Read More ; Zero Day Initiative — Read More ; CVE — Read More ; Langflow GitHub — Read More by Nova Rivera — Product and automation perspective.

Sources: BleepingComputer, PRSOL mirror, VulnCheck/LinkedIn, Zero Day Initiative, CVE, Langflow GitHub