SCA: security update for langflow (GHSA-9c59-2mvc-vfr8)

high Tenable Cloud Security Plugin ID 443287

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.0, Langflow's
/api/v1/monitor router exposes 7 endpoints that perform read, write, and delete operations on user-owned
resources — messages, sessions, build artifacts, and LLM transaction logs — without verifying that the
authenticated requester owns the targeted resource. Any authenticated user can read, modify, rename, or
permanently delete another user's data by supplying the target's resource ID or flow_id. This is a classic
IDOR/BOLA vulnerability. Notably, the same source file (monitor.py) contains one correctly-implemented
endpoint that uses an ownership check, demonstrating the correct pattern was known but inconsistently
applied. This vulnerability is fixed in 1.9.0. (CVE-2026-33760)

Solution

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

See Also

https://github.com/advisories/GHSA-9c59-2mvc-vfr8

Plugin Details

Severity: High

ID: 443287

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 6/16/2026

Updated: 6/30/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 58.01

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 7

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

CVSS Score Source: CVE-2026-33760

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/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-33760

cwe: CWE-639