FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Langflow Got Hit in 20 Hours — Here's the Pattern That Keeps Repeating
How-ToWeb Development

Langflow Got Hit in 20 Hours — Here's the Pattern That Keeps Repeating

via Dev.to WebdevDar Fazulyanov3h ago

Last week, a critical RCE dropped for Langflow (CVE-2026-33017). By the time most developers read the advisory, active exploitation had already been running for 20 hours. No public PoC existed. Attackers read the advisory description, built working exploits from scratch, and started scanning the internet for vulnerable instances — all before most teams could schedule a patching window. This is becoming the normal timeline for AI infrastructure CVEs. What happened The bug lives in /api/v1/build_public_tmp/{flow_id}/flow . This endpoint is intentionally unauthenticated — it's designed to serve public flows without login. But it also accepts an optional data parameter that lets callers supply their own flow definition. That flow definition can contain arbitrary Python code in the node definitions. The server passes it to exec() with zero sandboxing. One HTTP POST request. No authentication. Full server-level code execution. curl -X POST https://your-langflow-instance.com/api/v1/build_publ

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Bipolar and Sleep Deprivation: What Actually Happens
How-To

Bipolar and Sleep Deprivation: What Actually Happens

Dev.to • 10m ago

Learn how to develop like a pro for free
How-To

Learn how to develop like a pro for free

Medium Programming • 41m ago

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it
How-To

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it

ZDNet • 2h ago

How to Create and Use Checkboxes in Figma
How-To

How to Create and Use Checkboxes in Figma

FreeCodeCamp • 2h ago

The DSA Illusion: Why Most Data Structures Don’t Actually Exist
How-To

The DSA Illusion: Why Most Data Structures Don’t Actually Exist

Medium Programming • 3h ago

Discover More Articles