SecurityWeek AI Security · September 1, 2026

Hackers Start Exploiting Critical Langflow Vulnerability

Why it matters

VulnCheck reports exploitation attempts against its Langflow canaries targeting CVE-2026-0768, an unauthenticated Python-code execution flaw in the component code validator. Observed requests probed provider and cloud credentials, Langflow secrets and SSH access. ZDI’s original advisory describes execution with root privileges on affected installations and recommends restricting access. Canary detections demonstrate targeting, without measuring total real-world compromises.

My takeaway: Inventory exposed Langflow instances, restrict editor and validation endpoints, and verify remediation against the specific advisory. Investigate unexpected processes and outbound traffic, then rotate credentials reachable from a suspected compromised host. Keep workflow builders isolated from production secrets and avoid equating honeypot request counts with breached organizations.
Keep exploring

More curated notes connected through Agent Security and AI Engineering.

OWASP GenAI Security Project · guide

OWASP Top 10 for Agentic Applications for 2026

OWASP's community guide organizes agentic-system risk into ten categories, including goal hijacking, tool misuse, identity and privilege abuse, memory poisoning, insecure inter-agent communication, cascading failures, and rogue-agent behavior. It provides a shared taxonomy and mitigation starting point rather than a certification checklist or evidence that a deployed system is secure.

OECD.AI Wonk · guide

A five-step roadmap to closing the AI evaluation gap

The roadmap addresses evaluation results that overstate real-world performance or fail to transfer across deployment contexts. Its five steps balance standardized and local tests, evaluate throughout the lifecycle, build qualified assurance and communication capacity, tailor tests to each value-chain actor and technology, and use a coordinated, trusted process for updating methods.

OpenAI News · guide

The Defender’s Window

OpenAI describes a staged program for AI-assisted defense: use agents to review code and infrastructure, triage alerts, enumerate attack paths, and validate security invariants while retaining strong isolation and least privilege. Its recommended rollout starts with internet-facing services and vulnerability backlogs, moves security review into CI, requires focused fixes and regression tests, and expands from read-only triage to narrowly bounded automation only after teams build evidence and confidence.