惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
C
Check Point Blog
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
Jina AI
Jina AI
博客园 - 【当耐特】
U
Unit 42
月光博客
月光博客
腾讯CDC
Y
Y Combinator Blog
小众软件
小众软件
博客园_首页
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
The GitHub Blog
The GitHub Blog
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
T
Tailwind CSS Blog

The Stack

How Lloyds has transformed its trusted critical data for AI Micron's revenue surges with no end to the memory shortage in sight Ubiquiti UniFi OS vulnerabilities exploited in the wild Mistral's new OCR 4 model shows size matters EU approves €76m in state aid for chip testing firm Even FedEx is a winner of the data centre boom Why AWS thinks AI coding assistants need a new place to run Why China is forging closer ties with open-source foundations China's CPU-only supercomputer tops power list Runtime: Why 'Bring-your-own-Cloud' is taking off; the TRAIT&R framework for agents, and... AWS adds yet another security tool to speed up patching Scattered Spider: UK teen pleads guilty to TfL attack OSS security finally gets a Magic Quadrant Places for People forking out £60m for new ERP system Google offers ATT&CK for bad AI, with surging cost forecast STACKUP: The Stack's weekly tech startups and funding wrap Bring Your Own Cloud: why more enterprises are buying in AWS takes NVIDIA "G7" Blackwell instances GA Runtime: Vercel sets up a new framework for agents, Databricks finds a new Genie, and… Borussia Dortmund's IT head has to sometimes think "outside of the box" Accenture stumbles after Middle East, AI, merger questions Cabinet Office offering £100k+ for AI "ambassador" Critical Splunk Enterprise vulnerability being exploited Accenture buys majority stake in OT security company Dragos npm's security rethink, Satya’s warning, a COBOL win, and... US spending billions to counter China's tech influence NatGeo Society CTO on migrating 15 years of video data to the cloud Alibaba opens French data centres in Europe cloud push SpaceX to take over Cursor in $60bn play for AI coding market Hosting firm Hetzner hikes prices sharply amid supply chain pain
Langflow instances are getting exploited – again
The Stack · 2026-06-16 · via The Stack

A critical vulnerability in AI toolkit Langflow is getting exploited in the wild – but has yet to hit CISA’s KEV, a week after exploitation was first reported.

The vulnerability, allocated CVE-2026-5027, is the third Langflow vulnerability to see active exploitation in 2026. CVE-2026-33017 and more recently CVE-2025-34291 have both used to breach Langflow instances. 

The vulnerability was reported to Langflow’s maintainers by cybersecurity firm Tenable in January. It took them six months to acknowledge and push a fix, Tenable’s disclosure timeline shows. Version 1.9.0 is now patched.

Tenabl’s vulnerability description said simply: 

“The 'POST /api/v2/files' endpoint does not sanitize the 'filename' parameter from the multipart form data, allowing an attacker to write files to arbitrary locations on the filesystem using path traversal sequences ('../'). 

Caitlin Condon, VP, security research at VulnCheck, said on June 9: “Our Canaries observed exploitation of CVE-2026-5027 that successfully leveraged the path traversal to write what appear to be test files on victim systems.”

Langflow is a low-code visual interface for building, testing, and deploying LLM applications and multi-agent systems. It has been starred over 150,000 times on GitHub and has a lively community of 378 contributors. 

The company Langflow – creator and primary maintainer of Langflow the open-source project – was bought by DataStax in 2024. DataStax was in turn bought by IBM in early 2025. Langflow is primarily used by developers, data scientists, and product managers to spin up AI-powered applications.

Some common use cases include:

  • Building RAG pipelines: Users can visually connect a vector database to an embedding model and an LLM. This allows the AI to answer questions using a company’s private documents or data.
  • Creating AI agents: Users can build autonomous agents that can use tools (e.g., searching the web, or executing code) to solve problems.
  • Rapid prototyping: If you want to see how an OpenAI model compares to an Anthropic or open-source Llama model for a specific task, you can swap the model components in seconds. 

All of those things have made it very popular indeed. 

An attitude of “build fast and don’t secure things” seems to prevail however when it comes to LangFlow and similar tools.

Censys puts it at 7,000 instances exposed. Jim Sherlock, VP AI & Cybersecurity R&D at ProCircular, said in an emailed comment that it was more like 74,000. (The Stack has asked for more details on that discrepancy/search terms and will update this article when we have a response.) 

Sherlock said: “Because the platform ships with login disabled by default, exploitation takes a single request with no credentials, resulting in full takeover of the machine…”

He added: “Orchestration platforms are now a permanent part of an organization's external attack surface, and most companies have no idea how many they're running. Through 2025, teams everywhere stood up Langflow, Flowise, n8n, Dify, and similar low-code tools to prototype agents and LLM workflows. 

“These deployments rarely got the hardening a production web app would. They run with default authentication settings and sit on public IPs because someone needed to demo a flow to a stakeholder, and nobody owns patching them… you can blame fast-moving open source projects, immature security response, and users who deploy first and secure never. 

“A no-credentials-by-default setup is exactly the kind of thing that survives in shadow deployments nobody is reviewing. [Firms need to] commit to continuous external attack surface monitoring that treats AI tooling as a first-class asset category.

Point-in-time scans miss these systems because they come and go on the schedule of individual developers, not change management. Organizations should be continuously fingerprinting their external surface for Langflow, Flowise, and the rest of the AI orchestration stack, flagging anything new within hours instead of finding it during an incident.  When something turns up, get it behind a VPN or firewall, turn on authentication, and give it an owner who patches it like production. If it's reachable from the internet, attackers are already treating it that way."

Join peers following The Stack on LinkedIn