Loading...
Skip to main content

CVE-2024-9148

MEDIUM

Flowise and Flowise Chat Embed vulnerable to Stored Cross-site Scripting

Published September 25, 2024Updated September 30, 2024Source: osv

Summary

Flowise < 2.1.1 suffers from a Stored Cross-Site vulnerability due to a lack of input sanitization in Flowise Chat Embed < 2.0.0.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update flowise-embed to 2.0.0 or later
npm install flowise-embed@2.0.0
npm
Update flowise to 2.1.1 or later
npm install flowise@2.1.1

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
flowise-embed
npm
All versions2.0.0
flowise
npm
All versions2.1.1

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-79
    Cross-site Scripting (XSS)MITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.6 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

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

Frequently Asked Questions

What is CVE-2024-9148?
Flowise and Flowise Chat Embed vulnerable to Stored Cross-site Scripting This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 9.6/10).
How do I check if my project is affected by CVE-2024-9148?
CVE-2024-9148 affects flowise-embed and flowise. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2024-9148 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.6

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-m5p9-xvxj-64c8

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies