vendor:
Flowise
by:
Maerifat Majeed
6.1
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: Flowise
Affected Version From: 1.6.2005
Affected Version To: 1.6.2005
Patch Exists: NO
Related CWE: CVE-2024-31621
CPE: a:flowiseai:flowise:1.6.5
Platforms Tested: mac-os
2024
Flowise 1.6.5 – Authentication Bypass
Flowise version 1.6.5 and below is susceptible to an authentication bypass vulnerability. By modifying the endpoint paths to uppercase, such as /API/V1 instead of /api/v1, an attacker can bypass the authentication process. This issue is due to the lack of case sensitivity in the code snippet responsible for authentication middleware.
Mitigation:
To mitigate this vulnerability, developers should ensure that the authentication logic is case-sensitive when validating endpoint paths. Additionally, regular security testing and code reviews can help identify and address such flaws.