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

CVE-2026-30822: Flowise Allows Mass Assignment in `/api/v1/leads` Endpoint

March 6, 2026 (updated March 9, 2026)

A Mass Assignment vulnerability in the /api/v1/leads endpoint allows any unauthenticated user to control internal entity fields (id, createdDate, chatId) by including them in the request body.

The endpoint uses Object.assign() to copy all properties from the request body to the Lead entity without any input validation or field filtering. This allows attackers to bypass auto-generated fields and inject arbitrary values.

FieldValue
Vulnerability TypeMass Assignment
CWE IDCWE-915: Improperly Controlled Modification of Dynamically-Determined Object Attributes
Authentication RequiredNone
Affected EndpointPOST /api/v1/leads

References

  • github.com/FlowiseAI/Flowise
  • github.com/FlowiseAI/Flowise/releases/tag/flowise%403.0.13
  • github.com/FlowiseAI/Flowise/security/advisories/GHSA-mq4r-h2gh-qv7x
  • github.com/advisories/GHSA-mq4r-h2gh-qv7x
  • nvd.nist.gov/vuln/detail/CVE-2026-30822

Code Behaviors & Features

Detect and mitigate CVE-2026-30822 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.0.13

Fixed versions

  • 3.0.13

Solution

Upgrade to version 3.0.13 or above.

Impact 7.7 HIGH

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

Learn more about CVSS

Weakness

  • CWE-915: Improperly Controlled Modification of Dynamically-Determined Object Attributes

Source file

npm/flowise/CVE-2026-30822.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 25 Mar 2026 00:17:52 +0000.