Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsLearn about Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade flowise to version 3.1.2 or higher.
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.
router.post('/', controller.createAssistantVectorStore)
router.put(['/', '/:id'], controller.updateAssistantVectorStore)
router.delete(['/', '/:id'], controller.deleteAssistantVectorStore)
router.post('/:id', getMulterStorage().array('files'), controller.uploadFilesToAssistantVectorStore)