Skip to content

CVE-2026-33760

is CVE-2026-33760real, exploitable, or a false positive? Here's the community verdict.

High · CVSS 8.8CWE-639

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

Published

Embed this verdict
TruePositive verdict for CVE-2026-33760
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2026-33760/badge.svg)](https://www.truepositive.app/cve/CVE-2026-33760)
HTML
<a href="https://www.truepositive.app/cve/CVE-2026-33760"><img src="https://www.truepositive.app/cve/CVE-2026-33760/badge.svg" alt="TruePositive verdict for CVE-2026-33760"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-639.