# Critical Authentication Bypass and RCE Flaws in ColdFusion, Langflow, and Joomla Extensions Under Active Attack
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added four critical vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild across Adobe ColdFusion, Langflow, and popular Joomla page builder extensions. All four flaws carry perfect or near-perfect severity scores and require no authentication or user interaction to exploit. Federal agencies must patch by July 10 under mandatory directive BOD 26-04.
## The Threat
The four vulnerabilities represent a cascade of critical weaknesses being weaponized in coordinated attacks. Adobe ColdFusion's path traversal vulnerability (CVE-2026-48282) was patched on June 30, yet threat actors began exploiting it within days—demonstrating how rapid the window between patch release and active abuse has become. The flaw allows unauthenticated attackers to traverse the file system and execute arbitrary code, giving adversaries direct access to application servers running the platform.
Langflow, an open-source platform for building AI agent workflows, suffers from a cross-tenant insecure direct object reference (IDOR) flaw (CVE-2026-55255) that permits attackers to execute workflows belonging to other users by simply manipulating a flow UUID. Security researchers at Sysdig first documented active exploitation on June 26—before any public proof-of-concept existed—revealing a sophisticated threat actor conducting host reconnaissance, harvesting flow IDs, and chaining the IDOR vulnerability with a prior Langflow RCE bug (CVE-2026-33017) for full system compromise.
The Joomla extension vulnerabilities are equally severe. Both SP Page Builder and Page Builder CK allow unauthenticated arbitrary file uploads leading to remote code execution. Real-world attacks have already observed threat actors using these flaws to plant hidden administrator accounts and deploy persistent PHP file manager backdoors, establishing long-term footholds on compromised websites. The Page Builder CK vulnerability was exploited within hours of its patch release on June 27, underscoring the speed at which adversaries move.
## Severity and Impact
| CVE | Component | CVSS Score | Vector String | Attack Complexity | Authentication Required | Patch Released |
|-----|-----------|------------|----------------|--------------------|------------------------|-----------------|
| CVE-2026-48282 | Adobe ColdFusion | 10.0 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | Low | None | June 30, 2026 |
| CVE-2026-55255 | Langflow | 9.9 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | Low | None | Before June 26 |
| CVE-2026-48908 | SP Page Builder (Joomla) | 10.0 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | Low | None | Version 6.6.2 |
| CVE-2026-56290 | Page Builder CK (Joomla) | 10.0 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H | Low | None | June 27, 2026 |
All four vulnerabilities allow unauthenticated remote code execution with no user interaction required. Attack complexity is minimal; no special conditions or permissions are needed. Successful exploitation grants complete control over affected systems.
## Affected Products
Adobe ColdFusion
Langflow
Joomla Extensions
- Affects the custom icon upload feature accessible without authentication
- Arbitrary file upload vulnerability in page builder components
## Mitigations
Immediate Actions (by July 10):
Network-Level Protections:
Detection and Response:
Longer-Term Hardening:
## References
---
## HackWire Analysis
What makes this batch of vulnerabilities particularly concerning is not just their severity, but the acceleration of exploitation timelines. The ColdFusion patch dropped June 30; exploits appeared within days. Page Builder CK was patched June 27; threats actors weaponized it within hours. This compression is no accident—it reflects a sophisticated threat landscape where critical CVE details are harvested from patch diffs, reverse-engineered into working exploits, and deployed through automated scanning and exploitation pipelines faster than defenders can react.
The Langflow incident reveals a deeper trend: AI and ML infrastructure is becoming an attractive target. Langflow allows users to design and execute AI workflows through a visual interface. When an attacker exploits the cross-tenant IDOR, they don't just gain code execution—they gain access to workflow definitions, API credentials embedded in those workflows, and potentially sensitive data flowing through AI applications. The observed attack pattern (reconnaissance → ID harvesting → IDOR chaining with prior RCE) shows mature threat actors treating Langflow as an entry point to valuable data and compute resources.
For Joomla site operators, the pattern of hidden administrator accounts and PHP file managers is a red flag for long-term compromise operations. These aren't one-off attacks; they're staging points for persistent access. Attackers are likely maintaining footholds to harvest databases, plant ransomware, or pivot deeper into organizational networks. Organizations running these extensions should assume they've been targeted—patching alone isn't sufficient. Forensic investigation and full credential rotation should be mandatory.
The federal mandate (BOD 26-04, 3-day deadline) underscores CISA's assessment of risk. For the rest of the private sector not bound by this directive: treat this as if you have the same deadline. These flaws are trivial to exploit at scale; vulnerability scanners will light them up within days, and adversaries will pivot quickly to unpatched instances. Delay beyond a few days transforms a patch-and-move-on incident into a breach.
— HackWire Editorial
## Related Coverage