Missing Authorization Affecting flowise package, versions <3.1.2


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Missing Authorization vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-FLOWISE-16749603
  • published18 May 2026
  • disclosed14 May 2026
  • creditDJ

Introduced: 14 May 2026

NewCVE-2026-46444  (opens in a new tab)
CWE-862  (opens in a new tab)

How to fix?

Upgrade flowise to version 3.1.2 or higher.

Overview

flowise is a Flowiseai Server

Affected versions of this package are vulnerable to Missing Authorization on the /api/v1/openai-assistants-vector-store API. Any user can manipulate, delete, or exfiltrate data by sending authenticated requests to the affected endpoints without proper permission checks.

PoC

router.post('/', controller.createAssistantVectorStore)         
router.put(['/', '/:id'], controller.updateAssistantVectorStore) 
router.delete(['/', '/:id'], controller.deleteAssistantVectorStore) 
router.post('/:id', getMulterStorage().array('files'), controller.uploadFilesToAssistantVectorStore) 

CVSS Base Scores

version 4.0
version 3.1