diff --git a/advisories/unreviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json b/advisories/github-reviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json similarity index 64% rename from advisories/unreviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json rename to advisories/github-reviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json index 12434794392..97c214785ff 100644 --- a/advisories/unreviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json +++ b/advisories/github-reviewed/2025/03/GHSA-hh3j-9m59-p8vc/GHSA-hh3j-9m59-p8vc.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-hh3j-9m59-p8vc", - "modified": "2025-03-20T12:32:43Z", + "modified": "2025-03-21T17:52:01Z", "published": "2025-03-20T12:32:43Z", "aliases": [ "CVE-2024-12759" ], + "summary": "BentoML vulnerable to Uncontrolled Resource Consumption", "details": "In bentoml/bentoml version 1.3.9, the `/login` endpoint of the newly integrated Gradio app is vulnerable to a Denial of Service (DoS) attack. This vulnerability can be exploited by appending characters, such as dashes (-), to the end of a multipart boundary in an HTTP request. The server continuously processes each character, leading to excessive resource consumption and rendering the service unavailable. The issue is unauthenticated and does not require any user interaction.", "severity": [ { @@ -13,12 +14,36 @@ "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": "bentoml" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.3.9" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12759" }, + { + "type": "PACKAGE", + "url": "https://github.com/bentoml/BentoML" + }, { "type": "WEB", "url": "https://huntr.com/bounties/e467ec92-0ad1-4461-8468-1beabf701b9f" @@ -29,8 +54,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T17:52:01Z", "nvd_published_at": "2025-03-20T10:15:29Z" } } \ No newline at end of file