From 5cde338a2b0d4c1cd1f3825bd1c990bb3a68d93e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 03:28:07 +0000 Subject: [PATCH] Publish GHSA-m76r-xqqj-mqmv --- .../GHSA-m76r-xqqj-mqmv.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json (54%) diff --git a/advisories/unreviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json b/advisories/github-reviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json similarity index 54% rename from advisories/unreviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json rename to advisories/github-reviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json index 31605daa967..e653777830f 100644 --- a/advisories/unreviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json +++ b/advisories/github-reviewed/2025/03/GHSA-m76r-xqqj-mqmv/GHSA-m76r-xqqj-mqmv.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-m76r-xqqj-mqmv", - "modified": "2025-03-20T12:32:50Z", + "modified": "2025-03-21T03:26:29Z", "published": "2025-03-20T12:32:50Z", "aliases": [ "CVE-2024-9229" ], + "summary": "Quivr unauthenticated Denial of Service (DoS) via Multipart Boundary", "details": "A Denial of Service (DoS) vulnerability in the file upload feature of stangirard/quivr v0.0.298 allows unauthenticated attackers to cause excessive resource consumption by appending characters to the end of a multipart boundary in an HTTP request. This leads to the server continuously processing each character, rendering the service unavailable and impacting all users.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "quivr-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.0.14" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9229" }, + { + "type": "PACKAGE", + "url": "https://github.com/QuivrHQ/quivr" + }, + { + "type": "WEB", + "url": "https://github.com/QuivrHQ/quivr/blob/6b07a63e4e969d003710d6f6c6b9df36fd6ea803/backend/api/quivr_api/modules/upload/service/upload_file.py#L68-L101" + }, { "type": "WEB", "url": "https://huntr.com/bounties/946a412d-422f-4623-bb1d-d2646ad23dfd" @@ -29,8 +58,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T03:26:29Z", "nvd_published_at": "2025-03-20T10:15:47Z" } } \ No newline at end of file