Lucene search
+L

168 matches found

OSV
OSV
added 2025/03/20 10:10 a.m.8 views

CVE-2024-7034 Remote Code Execution due to Arbitrary File Write in open-webui/open-webui

In open-webui version 0.3.8, the endpoint /models/upload is vulnerable to arbitrary file write due to improper handling of user-supplied filenames. The vulnerability arises from the usage of filepath = f"UPLOADDIR/file.filename" without proper input validation or sanitization. An attacker can...

6.5CVSS6.8AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.6 views

CVE-2024-7043 Improper Access Control in open-webui/open-webui

An improper access control vulnerability in open-webui/open-webui v0.3.8 allows attackers to view and delete any files. The application does not verify whether the attacker is an administrator, allowing the attacker to directly call the GET /api/v1/files/ interface to retrieve information on all...

8.1CVSS7.8AI score0.00588EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:10 a.m.12 views

CVE-2024-7983 Denial of Service in open-webui/open-webui

In version 0.3.8 of open-webui, an endpoint for converting markdown to HTML is exposed without authentication. A maliciously crafted markdown payload can cause the server to spend excessive time converting it, leading to a denial of service. The server becomes unresponsive to other requests until...

7.5CVSS7AI score
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.25 views

CVE-2024-7983 Denial of Service in open-webui/open-webui

In version 0.3.8 of open-webui, an endpoint for converting markdown to HTML is exposed without authentication. A maliciously crafted markdown payload can cause the server to spend excessive time converting it, leading to a denial of service. The server becomes unresponsive to other requests until...

7.5CVSS0.00846EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.23 views

CVE-2024-7044 Stored XSS in open-webui/open-webui

A Stored Cross-Site Scripting XSS vulnerability exists in the chat file upload functionality of open-webui/open-webui version 0.3.8. An attacker can inject malicious content into a file, which, when accessed by a victim through a URL or shared chat, executes JavaScript in the victim's browser. Th...

6.8CVSS0.0051EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:10 a.m.48 views

CVE-2024-12868

CVE-2024-12868 is rejected and should not be used; reference CVE-2024-47874.

7.3AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.6 views

CVE-2024-7045

...

4.8AI score0.00401EPSS
SaveExploits0
CVE
CVE
added 2025/03/20 10:10 a.m.91 views

CVE-2024-7035

The CVE-2024-7035 issue affects open-webui/open-webui (v0.3.8). The underlying problem is CSRF because sensitive actions (delete/reset) are invoked via GET requests. Affected endpoints include /rag/api/v1/reset, /rag/api/v1/reset/db, /api/v1/memories/reset, and /rag/api/v1/reset/uploads, impactin...

6.9CVSS6.8AI score0.00244EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.8 views

CVE-2024-7035 Cross-Site Request Forgery (CSRF) in open-webui/open-webui

In version v0.3.8 of open-webui/open-webui, sensitive actions such as deleting and resetting are performed using the GET method. This vulnerability allows an attacker to perform Cross-Site Request Forgery CSRF attacks, where an unaware user can unintentionally perform sensitive actions by simply...

6.9CVSS6.8AI score0.00244EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/03/20 10:9 a.m.25 views

CVE-2024-7033

...

0.01125EPSS
SaveExploits0
OSV
OSV
added 2025/03/20 10:9 a.m.15 views

CVE-2024-12537 Unauthenticated Denial of Service in open-webui/open-webui

In version 0.3.32 of open-webui/open-webui, the absence of authentication mechanisms allows any unauthenticated attacker to access the api/v1/utils/code/format endpoint. If a malicious actor sends a POST request with an excessively high volume of content, the server could become completely...

7.5CVSS7.1AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/20 10:9 a.m.8 views

CVE-2024-9840

...

7.5AI score
SaveExploits0
OSV
OSV
added 2025/03/20 10:9 a.m.8 views

CVE-2024-7959 SSRF in open-webui/open-webui

The /openai/models endpoint in open-webui/open-webui version 0.3.8 is vulnerable to Server-Side Request Forgery SSRF. An attacker can change the OpenAI URL to any URL without checks, causing the endpoint to send a request to the specified URL and return the output. This vulnerability allows the...

7.7CVSS7.2AI score
SaveExploits0References3
OSV
OSV
added 2025/03/20 10:8 a.m.7 views

CVE-2024-7990 Stored Cross-Site Scripting in open-webui/open-webui

A stored cross-site scripting XSS vulnerability exists in open-webui/open-webui version 0.3.8. The vulnerability is present in the /api/v1/models/add endpoint, where the model description field is improperly sanitized before being rendered in chat. This allows an attacker to inject malicious...

8.4CVSS7.3AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/03/20 12:0 a.m.13 views

PT-2025-12138

Name of the Vulnerable Software and Affected Versions open-webui/open-webui version 0.3.32 Description The absence of authentication mechanisms in open-webui/open-webui allows any unauthenticated attacker to access the api/v1/utils/code/format endpoint. If a malicious actor sends a POST request...

7.5CVSS7.1AI score0.00886EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2025/03/20 12:0 a.m.10 views

PT-2025-12183

Name of the Vulnerable Software and Affected Versions open-webui/open-webui version 0.3.8 Description A vulnerability allows an attacker with a user-level account to perform a session fixation attack. The session cookie for all users is set with the default SameSite=Lax and does not have the Secu...

9CVSS7.7AI score0.00675EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/03/20 12:0 a.m.12 views

PT-2025-12137

Name of the Vulnerable Software and Affected Versions open-webui/open-webui version 0.3.32 Description The application lacks character length validation on the email and password fields during the sign-in process. This allows users to submit large payloads, potentially leading to a Denial of...

7.5CVSS7.1AI score0.00811EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/03/20 12:0 a.m.8 views

Open WebUI 跨站请求伪造漏洞

Open WebUI is an extensible, feature-rich, user-friendly self-hosted WebUI from Open WebUI open source. A cross-site request forgery vulnerability exists in Open WebUI version v0.3.8, which stems from the use of the GET method for sensitive operations and could lead to a cross-site request forger...

6.9CVSS6.6AI score0.00244EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 5:21 a.m.10 views

CVE-2024-1522

A Cross-Site Request Forgery CSRF vulnerability in the parisneo/lollms-webui project allows remote attackers to execute arbitrary code on a victim's system. The vulnerability stems from the /executecode API endpoint, which does not properly validate requests, enabling an attacker to craft a...

8.8CVSS9AI score0.00445EPSS
SaveExploits1References1
CNVD
CNVD
added 2024/11/26 12:0 a.m.11 views

Open WebUI SSRF Vulnerability

Open WebUI is a scalable, feature-rich, user-friendly self-hosted web user interface designed to operate completely offline. Open WebUI suffers from an SSRF vulnerability that can be exploited by an attacker to potentially compromise the confidentiality, availability, and integrity of the system...

7AI score
SaveExploits0References1
Rows per page
Query Builder