diff --git a/advisories/unreviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json b/advisories/github-reviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json similarity index 58% rename from advisories/unreviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json rename to advisories/github-reviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json index 7a4c1c1ea91..7b70129b5c4 100644 --- a/advisories/unreviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json +++ b/advisories/github-reviewed/2025/03/GHSA-ffh5-w482-c7m5/GHSA-ffh5-w482-c7m5.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-ffh5-w482-c7m5", - "modified": "2025-03-20T12:32:41Z", + "modified": "2025-03-21T16:31:27Z", "published": "2025-03-20T12:32:41Z", "aliases": [ "CVE-2024-11043" ], + "summary": "InvokeAI Uncontrolled Resource Consumption vulnerability", "details": "A Denial of Service (DoS) vulnerability was discovered in the /api/v1/boards/{board_id} endpoint of invoke-ai/invokeai version v5.0.2. This vulnerability occurs when an excessively large payload is sent in the board_name field during a PATCH request. By sending a large payload, the UI becomes unresponsive, rendering it impossible for users to interact with or manage the affected board. Additionally, the option to delete the board becomes inaccessible, amplifying the severity of the issue.", "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-11043" }, + { + "type": "PACKAGE", + "url": "https://github.com/invoke-ai/InvokeAI" + }, + { + "type": "WEB", + "url": "https://github.com/invoke-ai/InvokeAI/blob/b79f2a4e4f183db9016584813748a69d34d62a26/invokeai/app/services/shared/invocation_context.py#L76" + }, { "type": "WEB", "url": "https://huntr.com/bounties/9270900a-b8b7-402f-aee5-432d891e5648" @@ -29,8 +58,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T16:31:27Z", "nvd_published_at": "2025-03-20T10:15:23Z" } } \ No newline at end of file