Publish Advisories

GHSA-5ccf-884p-4jjq
GHSA-6wj5-5pgr-jwq8
This commit is contained in:
advisory-database[bot]
2025-04-15 19:40:19 +00:00
parent d88d99d792
commit 50ba17f57f
2 changed files with 14 additions and 10 deletions
@@ -1,11 +1,9 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5ccf-884p-4jjq",
"modified": "2025-03-21T03:38:57Z",
"modified": "2025-04-15T19:37:49Z",
"published": "2025-03-20T12:32:51Z",
"aliases": [
"CVE-2024-9840"
],
"aliases": [],
"summary": "Open WebUI Unauthenticated Multipart Boundary Denial of Service (DoS) Vulnerability",
"details": "A Denial of Service (DoS) vulnerability exists in open-webui/open-webui version 0.3.21. This vulnerability affects multiple endpoints, including `/ollama/models/upload`, `/audio/api/v1/transcriptions`, and `/rag/api/v1/doc`. The application processes multipart boundaries without authentication, leading to resource exhaustion. By appending additional characters to the multipart boundary, an attacker can cause the server to parse each byte of the boundary, ultimately leading to service unavailability. This vulnerability can be exploited remotely, resulting in high CPU and memory usage, and rendering the service inaccessible to legitimate users.",
"severity": [
@@ -55,9 +53,13 @@
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-59g5-xgcq-4qw3"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9840"
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53981"
},
{
"type": "PACKAGE",
@@ -1,11 +1,9 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6wj5-5pgr-jwq8",
"modified": "2025-03-21T21:17:35Z",
"modified": "2025-04-15T19:37:01Z",
"published": "2025-03-20T12:32:46Z",
"aliases": [
"CVE-2024-7999"
],
"aliases": [],
"summary": "Open WebUI Unauthenticated Multipart Boundary Denial of Service (DoS) Vulnerability in api/chat/file",
"details": "A vulnerability in open-webui/open-webui version 79778fa allows an attacker to cause a Denial of Service (DoS) by uploading a file with a malformed multipart boundary. By appending a large number of characters to the end of the multipart boundary, the server continuously processes each character, rendering the application inaccessible. This issue can prevent all users from accessing the application until the server recovers.",
"severity": [
@@ -36,9 +34,13 @@
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-59g5-xgcq-4qw3"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7999"
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53981"
},
{
"type": "WEB",