diff --git a/advisories/unreviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json b/advisories/github-reviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json similarity index 56% rename from advisories/unreviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json rename to advisories/github-reviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json index e462d11e5f4..c625f454dbe 100644 --- a/advisories/unreviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json +++ b/advisories/github-reviewed/2025/03/GHSA-6f6x-f56q-5xgv/GHSA-6f6x-f56q-5xgv.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6f6x-f56q-5xgv", - "modified": "2025-03-20T12:32:40Z", + "modified": "2025-03-21T16:29:33Z", "published": "2025-03-20T12:32:40Z", "aliases": [ "CVE-2024-10821" ], + "summary": "InvokeAI has Denial of Service (DoS) vulnerability in `/api/v1/images/upload`", "details": "A Denial of Service (DoS) vulnerability in the multipart request boundary processing mechanism of the Invoke-AI server (version v5.0.1) allows unauthenticated attackers to cause excessive resource consumption. The server fails to handle excessive characters appended to the end of multipart boundaries, leading to an infinite loop and a complete denial of service for all users. The affected endpoint is `/api/v1/images/upload`.", "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": "InvokeAI" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.0.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10821" }, + { + "type": "WEB", + "url": "https://github.com/invoke-ai/InvokeAI" + }, + { + "type": "WEB", + "url": "https://github.com/invoke-ai/InvokeAI/blob/807f458f13e7693ada2fb929c2d513950611fe9c/invokeai/app/api/routers/images.py#L29" + }, { "type": "WEB", "url": "https://huntr.com/bounties/0ac24835-c4c0-4f11-938a-d5641dfb80b2" @@ -29,8 +58,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:29:33Z", "nvd_published_at": "2025-03-20T10:15:20Z" } } \ No newline at end of file