LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
CVE-2026-55255critical

Attackers using Langflow flaw for credential harvesting (CVE-2026-55255)

CISA has issued a warning regarding a critical vulnerability (CVE-2026-55255) in the Langflow AI framework, which is being actively exploited by attackers. The flaw allows authenticated users to execute arbitrary flows belonging to other users, potentially leading to the theft of sensitive credentials and data exposure, especially in multi-tenant environments. US federal agencies have been mandated to patch this vulnerability by July 10th.

zeroday.news ·

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added a critical vulnerability in the Langflow AI framework to its Known Exploited Vulnerabilities catalog. This flaw, identified as CVE-2026-55255, has been observed being actively exploited in the wild by threat actors.

Langflow is an open-source visual tool used for developing AI agents and workflows, popular among individual developers and enterprises. The vulnerability, an insecure direct object reference (IDOR), exists in the /api/v1/responses endpoint. Versions of Langflow prior to 1.9.2 are affected.

An authenticated attacker can exploit CVE-2026-55255 by manipulating requests to execute any flow belonging to another user. This is possible because the endpoint accepts a flow ID without verifying the requesting user's authorization or ownership of that flow.

Researchers from the Sysdig Threat Research Team first detected exploitation of this vulnerability on June 25th. They observed a single attacker concurrently exploiting CVE-2026-55255 alongside CVE-2026-33017, a separate vulnerability enabling unauthenticated remote code execution.

The attackers are reportedly embedding prompts like "leak api keys" into hijacked flows to extract sensitive information. This includes API keys for AI services, cloud provider credentials, and database secrets, leading to potential cross-tenant data exposure and secret theft.

While CVE-2026-33017 can achieve similar outcomes on a single instance, the IDOR vulnerability (CVE-2026-55255) is particularly concerning in multi-tenant or managed SaaS environments. It can bypass tenant isolation at the application layer by leveraging the victim's credentials to execute their flows.

Sysdig characterized the actor as opportunistic and financially motivated, with a broader goal of achieving code execution and deploying implants. However, they also actively used the IDOR flaw to harvest embedded secrets.

In response to the threat, CISA has directed U.S. federal civilian agencies to mitigate CVE-2026-55255 by July 10, 2026. Agencies are also advised to search for indicators of compromise detailed by Sysdig and SentinelOne. CVE-2026-33017, added to the catalog earlier, should have already been addressed.

langflowcisavulnerabilitycredential harvestingai security
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.

vulnerability

ToxicPanda 2.0 Gets a Major Upgrade, Expanding Attacks Across 16 Countries

ToxicPanda 2.0 targets 349 financial apps and abuses Android Wireless Debugging to gain deeper device access and steal banking credentials. ToxicPanda used to be a Europe-focused nuisance targeting a manageable list of banks. That version is gone. Zimperium’s zLabs team just documented ToxicPanda 2.0, and the numbers alone tell the story: 349 targeted financial institutions […]

ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

privacy

TikTok Agrees to $400 Million Settlement in U.S. Child Privacy Lawsuit

TikTok has agreed to a $400 million settlement with the U.S. Department of Justice to resolve a lawsuit alleging violations of child privacy laws. The lawsuit, filed in 2024, accused the company of improperly collecting data from users under 13 and failing to comply with parental requests to delete accounts. The settlement includes an immediate payment of $300 million and an additional $100 million contingent on the dissolution of a prior consent decree related to Musical.ly.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]