CISA alert: four critical vulnerabilities that expose IA and web platforms, from CERs in ColdFusion to IDOR in Langflow

Author: Published 5 min de lectura 137 reading

The images in this article were generated with artificial intelligence. How we publish

The US Agency for Infrastructure and Cybersecurity. United States. ( CISA) has recently added four critical failures to its catalogue of known and exploited vulnerabilities, a clear sign that these errors are no longer merely academic but active vectors in the hands of attackers. Among them are three 100 and 6.1 CVSS scores, affecting platforms as diverse as Adobe ColdFusion, page builders for Joomla / WordPress and the IA Langflow orchestration platform, which increases the risk for web and IA environments alike.

The defects include from a route path vulnerability in ColdFusion that can lead to remote code execution, to unrestricted access control and file uploading errors in PageBuilder CK and JoomShaper SP Page Builder that allow you to upload and run arbitrary PHP without authentication. In Langflow the problem is different but equally serious: an IDOR (invulure direct object reference) that allows an authenticated attacker to run other flows and extract keys from LLM providers and AWS credentials, transforming an orchestration platform into a credentials mine.

CISA alert: four critical vulnerabilities that expose IA and web platforms, from CERs in ColdFusion to IDOR in Langflow
Image generated with IA.

The urgency is not theoretical. There have been attempts to operate a few hours after public disclosure - including a session from the geolocalized IP 103.207.14 [.] 220 - and cases of zero-day in which a PHP file was uploaded through the endpoint index.php? option = com _ sppagebuilder & task = asset.uploadCustomIcon, followed by the creation of Super User accounts. In the case of PageBuilder CK, attackers have left web shells on routes such as / media / com _ pagebuilderck / gfonts / bhup.php and have taken advantage of the freedom to place back doors in other directories such as / images, / media or / administrator. For the campaign against Langflow, an operator (identified in some reports as 45.207.216 [.] 55) combined recognition, flow enumeration, IDOR exploitation and repeated remote executions to orchestrate second-stage downloads; the pattern is typical of attacks for monetary purposes such as botnets and cryptojacking, although the entire chain can result in more sophisticated threats.

The implications go beyond a defactured site: IA orchestration platforms concentrate high-value secrets (LLM keys, cloud keys, integration credentials), so a commitment can allow side access, data exfiltration, provision of malicious infrastructure and up to the automated deployment of "agentic" ansomware, a modality in which an opponent delegates much of the operation to automatic agents. To understand the risk of access control and IDOR it is necessary to review the Broken Access Control principles of the OWASP project, which remain relevant in multi-tenant and APIs scenarios exposed ( OWASP Top Ten).

What to do now: first, park immediately the affected versions: update SP Page Builder to 6.6.2 or more and PageBuilder CK to the corrected version (3.6.0), apply the official ColdFusion patches and the available Langflow corrections. CISA recommends that civil federal agencies implement mitigation before the time limit indicated by the agency; all organizations should act with the same sense of priority ( CISA KEV). With the ongoing patching, implement compensatory measures such as WAF rules that block the routes and upload patterns used, restrict types and destinations of uploaded files, and put strict limits to endpoints of administration.

Do not wait to park for proactive search and mediation: search web shells and unexpected PHP files on the routes identified by the incidents (e.g., / media / com _ pagebuilderck / and other media directories or templates), audit access records for POST applications to up endpoints and review newly created administrative accounts. If there is a suspicion of access, immediately rotate and remove all LLM keys and cloud credentials that may have been released and move secrets to a credentials manager with rotation and strict access control.

CISA alert: four critical vulnerabilities that expose IA and web platforms, from CERs in ColdFusion to IDOR in Langflow
Image generated with IA.

From the perspective of detection and response, activate detailed logging and the correlation of events for unusual outgoing traffic, sessions that attempt connections to external hosts after a CERs and repeated patterns of binary downloads. Restrict the egress from web servers to the minimum necessary, apply network segmentation to limit the scope of a possible climbing, and use file integrity tools to identify web shells footprints. For IA platforms and orchestration, apply multi-tenancy controls, user-by-user audit of actions and minimize the privileges of the keys used by the flows.

Finally, document and share indicators with your response community: PIs and observed routes are useful for defenders. Consider contingency plans that include revocation of credentials, restoration from clean backups and forensic reviews when there is evidence of exploitation. The speed of parking and early detection are today the difference between a contained incident and an intrusion that ends in economic and reputational losses.

For more context on Langflow and the attack surface of IA orchestration platforms, see the official project repository and maintenance and safety guides: Langflow in GitHub. To learn about the best practices in web application security and patches, official vendor project documentation and newsletters is the primary reference; in Joomla and WordPress environments also review your security centers and update ads.

Coverage

Related

More news on the same subject.