Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. flowise
  4. ›
  5. CVE-2026-69262

CVE-2026-69262: Flowise: `DELETE /api/v1/chatflows/:id` does not validate resource type, allowing `agentflows:delete` and `chatflows:delete` to delete each other’s flow type

August 4, 2026

In Flowise, DELETE /api/v1/chatflows/:id authorizes requests with checkAnyPermission('chatflows:delete,agentflows:delete'). Possession of either permission is sufficient to reach the delete path. The delete logic does not validate the target resource type, allowing a caller with only agentflows:delete to delete a CHATFLOW, and a caller with only chatflows:delete to delete an AGENTFLOW.

References

  • github.com/FlowiseAI/Flowise/commit/2f528ceced74afaa95fc7a282965e7788796448b
  • github.com/FlowiseAI/Flowise/pull/6445
  • github.com/FlowiseAI/Flowise/releases/tag/flowise@3.1.3
  • github.com/FlowiseAI/Flowise/security/advisories/GHSA-p5w8-m249-4r4v
  • github.com/advisories/GHSA-p5w8-m249-4r4v
  • nvd.nist.gov/vuln/detail/CVE-2026-69262

Code Behaviors & Features

Detect and mitigate CVE-2026-69262 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.1.3

Fixed versions

  • 3.1.3

Solution

Upgrade to version 3.1.3 or above.

Impact 6.5 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

npm/flowise/CVE-2026-69262.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:19:09 +0000.