Lucene search
+L

1210 matches found

Kitploit
Kitploit
added 2026/08/25 9:19 p.m.1 views

CVE-2025-59528

Version francaise CVE-2025-59528 Prueba de Concepto PoC mínimo centrado en la validación técnica de la vulnerabilidad en un entorno autorizado. Requisitos Previos Debes tener una cuenta de usuario en el panel de Flowise objetivo. Debes tener una clave API válida vinculada a esa cuenta. Debes...

10CVSS0.8737EPSS
SaveExploits22References1
Kitploit
Kitploit
added 2026/08/25 7:25 p.m.1 views

CVE-2025-58434-poc

CVE-2025-58434 — Flowise Account Takeover via Token Disclosure ⚠️ This repository is for educational and authorized security research only. Unauthorized use against systems you do not own or have explicit permission to test is illegal. Table of Contents Overview Vulnerability Details Attack Flow...

9.8CVSS6.3AI score0.49894EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/08/25 3:29 p.m.1 views

POC_CVE-2024-36420

POCCVE-2024-36420 Local reproduction lab and nuclei template draft for CVE-2024-36420 affecting Flowise. Summary CVE-2024-36420 is an arbitrary file read in Flowise caused by unsanitized use of the fileName body parameter in: POST /api/v1/openai-assistants-file This lab was used to validate:...

7.5CVSS7.7AI score0.01776EPSS
SaveExploits3References1
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.34 views

Flowise 1.4.3 - Arbitrary File Read

Flowise 1.4.3 contains a path traversal caused by lack of sanitization of 'fileName' parameter in /api/v1/openai-assistants-file endpoint in index.ts, letting attackers read arbitrary files, exploit requires attacker to send crafted request. id: CVE-2024-36420 info: name: Flowise 1.4.3 - Arbitrar...

7.5CVSS7.6AI score0.01776EPSS
SaveExploits3References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.13 views

Flowise - Path Traversal

Flowise = 2.2.8 contains a path traversal vulnerability caused by missing validation of chatflowId and chatId parameters in file handling, letting unauthenticated attackers read and write arbitrary files, exploit requires no authentication. id: CVE-2025-71334 info: name: Flowise - Path Traversal...

9.8CVSS5.5AI score0.0436EPSS
SaveExploits1References2
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.4 views

Flowise <= 3.0.13 - Unauthenticated OAuth Configuration Disclosure

Flowise before 3.1.0 contains a missing authentication vulnerability in the /api/v1/loginmethod endpoint, allowing unauthenticated remote attackers to retrieve an organization's complete SSO configuration including OAuth client secrets by providing an organizationId parameter. id: CVE-2026-56270...

8.7CVSS5.7AI score0.02048EPSS
SaveExploits1References2
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.35 views

Flowise - NVIDIA NIM Endpoints Missing Authentication

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, the NVIDIA NIM router /api/v1/nvidia-nim/ is whitelisted in the global authentication middleware, allowing unauthenticated access to privileged container management and token generati...

9.8CVSS5.3AI score0.3625EPSS
SaveExploits2References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.17 views

Flowise < 3.1.2 - node-custom-function Unauthorized RCE

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, POST /api/v1/node-custom-function lacks route-level authorization, allowing any authenticated user or API key to submit arbitrary JavaScript to the Custom JS Function node. When...

9.9CVSS6.7AI score0.3634EPSS
SaveExploits2References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.1289 views

Flowise - Remote Code Execution

Flowise 3.0.5 contains a remote code execution vulnerability caused by unsafe evaluation of user input in the CustomMCP node's convertToValidJSONString function, letting remote attackers execute arbitrary code with full Node.js privileges, exploit requires user input to be processed by the...

10CVSS9.3AI score0.8737EPSS
SaveExploits22References2
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.164 views

Flowise 1.6.5 - Authentication Bypass

The flowise version = 1.6.5 is vulnerable to authentication bypass vulnerability. id: CVE-2024-31621 info: name: Flowise 1.6.5 - Authentication Bypass author: DhiyaneshDK severity: high description: | The flowise version = 1.6.5 is vulnerable to authentication bypass vulnerability. impact: |...

7.6CVSS7.4AI score0.59867EPSS
SaveExploits4References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.70 views

Flowise < 3.0.1 - Remote Command Execution

The Custom MCPs feature is designed to execute OS commands, for instance, using tools like npx to spin up local MCP Servers. However, Flowise's inherent authentication and authorization model is minimal and lacks role-based access controls RBAC. Furthermore, in Flowise versions before 3.0.1 the...

9.8CVSS8.8AI score0.71601EPSS
SaveExploits3References2
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.15 views

Flowise - Path Traversal

Flowise 3.0.6 contains a path traversal vulnerability caused by improper validation of the chatId parameter in /api/v1/get-upload-file and /api/v1/openai-assistants-file/download endpoints, letting unauthenticated attackers read arbitrary files including sensitive database files. id: CVE-2025-713...

8.7CVSS5.5AI score0.0157EPSS
SaveExploits1References2
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.76 views

Flowise <= 1.8.2 Authentication Bypass

An Authentication Bypass vulnerability exists in Flowise version 1.8.2. This could allow a remote, unauthenticated attacker to access API endpoints as an administrator and allow them to access restricted functionality. id: CVE-2024-8181 info: name: Flowise = 1.8.2 Authentication Bypass author:...

9.8CVSS5.3AI score0.4505EPSS
SaveExploits0References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.12 views

Flowise < 3.1.3 - Remote Code Execution

Flowise prior to 3.1.3 contains a remote code execution vulnerability caused by allowing authenticated users to set arbitrary TypeORM DataSource options including entities that load local JavaScript files, letting authenticated users execute arbitrary code on the server, exploit requires user...

9CVSS6.6AI score0.01058EPSS
SaveExploits1References3
Nuclei
Nuclei
added 2026/08/25 6:03 a.m.105 views

Flowise <= 3.0.5 - Account Takeover

Flowise versions 3.0.5 and earlier had a vulnerability in the forgot-password endpoint, which returned valid reset tokens without authentication—allowing attackers to reset passwords and take over accounts. id: CVE-2025-58434 info: name: Flowise = 3.0.5 - Account Takeover author:...

9.8CVSS6.4AI score0.49894EPSS
SaveExploits14References2
Kitploit
Kitploit
added 2026/08/25 4:22 a.m.1 views

CVE-2025-59528-PoC

CVE-2025-59528 PoC Script de prueba de concepto en Python para desencadenar la ruta RCE CustomMCP de Flowise a través de POST /api/v1/node-load-method/customMCP. ⚠️ Solo para fines educativos e investigación de seguridad autorizada. Ejecutar esta herramienta contra sistemas que no posee o para los...

10CVSS5.4AI score0.8737EPSS
SaveExploits22References1
Kitploit
Kitploit
added 2026/08/25 4:15 a.m.1 views

CVE-2025-58434-59528

CVE-2025-58434 + CVE-2025-59528 Cadena de explotación para dos vulnerabilidades que afectan Flowise = 3.0.5. Vulnerabilidades CVE-2025-58434 — Toma de Cuenta No Autenticada El endpoint de olvido de contraseña devuelve un token de restablecimiento de contraseña válido en la respuesta de la API sin...

10CVSS0.8737EPSS
SaveExploits30
Kitploit
Kitploit
added 2026/08/24 3:51 a.m.1 views

Flowise-CVE-2025-58434-Chain-59528

FlowiseAI CVE Chain - ATO CVE-2025-58434 y RCE CVE-2025-59528 ⚠️ Solo para fines educativos e investigación de seguridad autorizada. Ejecutar esta herramienta contra sistemas que no poseas o para los que no tengas permiso por escrito es ilegal. Tabla de contenido Este repositorio contiene una...

10CVSS7.6AI score0.8737EPSS
SaveExploits30
Circl
Circl
added 2026/08/17 4:45 p.m.8 views

CVE-2026-73488

creationtimestamp| type| source ---|---|--- 2026-08-17 16:45:25+00:00| seen| https://www.acn.gov.it/portale/w/flowise-disponibili-poc-per-lo-sfruttamento-di-nuove-vulnerabilita...

6CVSS4.8AI score0.00265EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/17 4:45 p.m.9 views

CVE-2026-73604

creationtimestamp| type| source ---|---|--- 2026-08-17 16:45:23+00:00| seen| https://www.acn.gov.it/portale/w/flowise-disponibili-poc-per-lo-sfruttamento-di-nuove-vulnerabilita...

7.1CVSS4.8AI score0.00281EPSS
SaveExploits0References1
Rows per page
Query Builder