From 717b0bd27f00873a246321fc74643bf0ebf50936 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:20:55 +0000 Subject: [PATCH] Publish Advisories GHSA-gjx9-wg9x-7gvp GHSA-gjx9-wg9x-7gvp --- .../GHSA-gjx9-wg9x-7gvp.json | 72 +++++++++++++++++++ .../GHSA-gjx9-wg9x-7gvp.json | 36 ---------- 2 files changed, 72 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json delete mode 100644 advisories/unreviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json diff --git a/advisories/github-reviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json b/advisories/github-reviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json new file mode 100644 index 00000000000..93cb466d324 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json @@ -0,0 +1,72 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gjx9-wg9x-7gvp", + "modified": "2025-04-10T14:18:52Z", + "published": "2025-04-09T12:30:24Z", + "aliases": [ + "CVE-2025-29189" + ], + "summary": "Flowise Vulnerable to SQL Injection via `tableName` Parameter", + "details": "Flowise <= 2.2.3 is vulnerable to SQL Injection. via tableName parameter at Postgres_VectorStores.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "flowise-components" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2.4" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.2.3" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29189" + }, + { + "type": "WEB", + "url": "https://github.com/FlowiseAI/Flowise/pull/3818" + }, + { + "type": "WEB", + "url": "https://github.com/FlowiseAI/Flowise/commit/9a417bdc95f58d6dd92cbf60dad42414aba34754" + }, + { + "type": "WEB", + "url": "https://drive.google.com/file/d/1WHPslTmQmAM9xPJifULS2qAo7hcidB4L/view?usp=sharing" + }, + { + "type": "PACKAGE", + "url": "https://github.com/FlowiseAI/Flowise" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-10T14:18:52Z", + "nvd_published_at": "2025-04-09T12:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json b/advisories/unreviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json deleted file mode 100644 index ffa628c3d5c..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-gjx9-wg9x-7gvp/GHSA-gjx9-wg9x-7gvp.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-gjx9-wg9x-7gvp", - "modified": "2025-04-09T15:32:22Z", - "published": "2025-04-09T12:30:24Z", - "aliases": [ - "CVE-2025-29189" - ], - "details": "Flowise <= 2.2.3 is vulnerable to SQL Injection. via tableName parameter at Postgres_VectorStores.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29189" - }, - { - "type": "WEB", - "url": "https://drive.google.com/file/d/1WHPslTmQmAM9xPJifULS2qAo7hcidB4L/view?usp=sharing" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-89" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-09T12:15:15Z" - } -} \ No newline at end of file