SCA: security update for langflow (GHSA-v5ff-9q35-q26f)

critical Tenable Self-Hosted Container Security Plugin ID 443285

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.2, the
"Shareable Playground" (or "Public Flows" in code) contains a critical RCE vulnerability. Shareable
Playground feature works by enabling the execution of workflows by unauthenticated users, by accessing a
link. Specifically, it enables the route /api/v1/build_public_tmp to execute any public flow, given a
public flow ID. When the route executes the flow, it allows for providing arbitrary custom Python code as
the nodes code, inside the JSON payload. The vulnerable field is
data.nodes[X].data.node.template.code.value. This vulnerability is fixed in 1.9.2. (CVE-2026-48519)

Solution

Update the langflow library and its related packages to version 1.9.2 or later.

See Also

https://github.com/advisories/GHSA-v5ff-9q35-q26f

Plugin Details

Severity: Critical

ID: 443285

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 6/16/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.19

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2026-48519

CVSS v3

Risk Factor: Critical

Base Score: 9.6

Temporal Score: 8.6

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 6/16/2026

Vulnerability Publication Date: 6/16/2026

Reference Information

CVE: CVE-2026-48519

cwe: CWE-94