Lucene search
+L

1768 matches found

Cvelist
Cvelist
added 2025/03/20 10:11 a.m.40 views

CVE-2024-8053 Improper Authentication in open-webui/open-webui

In version v0.3.10 of open-webui/open-webui, the api/v1/utils/pdf endpoint lacks authentication mechanisms, allowing unauthenticated attackers to access the PDF generation service. This vulnerability can be exploited by sending a POST request with an excessively large payload, potentially leading...

7.5CVSS0.00628EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:11 a.m.17 views

CVE-2024-7806 Remote Code Execution by Non-Admin Users via CSRF in open-webui/open-webui

A vulnerability in open-webui/open-webui versions = 0.3.8 allows remote code execution by non-admin users via Cross-Site Request Forgery CSRF. The application uses cookies with the SameSite attribute set to lax for authentication and lacks CSRF tokens. This allows an attacker to craft a malicious...

8CVSS8AI score
SaveExploits0References3
CVE
CVE
added 2025/03/20 10:11 a.m.72 views

CVE-2024-7806

CVE-2024-7806 has been rejected by its CVE Numbering Authority, but the underlying vulnerability in Open WebUI (versions ≤ 0.3.8) is still tracked under other identifiers such as GHSA-85JC-8H5P-8VW8 and PYSEC-2026-1724 . The root cause is authentication cookies set to SameSite=lax combined with t...

8.5AI score0.00477EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2025/03/20 10:11 a.m.12 views

CVE-2024-7806

...

7.2AI score0.00477EPSS
SaveExploits1
Cvelist
Cvelist
added 2025/03/20 10:11 a.m.62 views

CVE-2024-7806

...

0.00477EPSS
SaveExploits1
CVE
CVE
added 2025/03/20 10:11 a.m.86 views

CVE-2024-7039

Open WebUI (open-webui/open-webui) version v0.3.8 contains an improper privilege management vulnerability: an attacker with admin rights can delete other administrators via the API endpoint DELETE http://0.0.0.0:8080/api/v1/users/{uuid_administrator}, bypassing UI restrictions. The issue is confi...

6.9AI score0.00647EPSS
SaveExploits0
OSV
OSV
added 2025/03/20 10:11 a.m.12 views

CVE-2024-7039 Improper Privilege Management in open-webui/open-webui

In open-webui/open-webui version v0.3.8, there is an improper privilege management vulnerability. The application allows an attacker, acting as an admin, to delete other administrators via the API endpoint http://0.0.0.0:8080/api/v1/users/uuidadministrator. This action is restricted by the user...

8.3CVSS7.1AI score
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/20 10:11 a.m.34 views

CVE-2024-7039

...

0.00647EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/20 10:11 a.m.10 views

CVE-2024-7039

...

7AI score0.00647EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.32 views

CVE-2024-12534

...

0.00811EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.10 views

CVE-2024-12534

...

7.3AI score0.00811EPSS
SaveExploits0
OSV
OSV
added 2025/03/20 10:10 a.m.10 views

CVE-2024-12534 Denial of Service (DoS) in open-webui/open-webui

In version v0.3.32 of open-webui/open-webui, the application allows users to submit large payloads in the email and password fields during the sign-in process due to the lack of character length validation on these inputs. This vulnerability can lead to a Denial of Service DoS condition when a us...

7.5CVSS7.1AI score
SaveExploits0References3
CVE
CVE
added 2025/03/20 10:10 a.m.83 views

CVE-2024-12534

The CVE entry CVE-2024-12534 is supported by connected advisories for Open WebUI (open-webui/open-webui) showing a DoS vulnerability in version v0.3.32. The issue is caused by missing character length validation in the sign-in inputs (email and password), allowing excessively large payloads to ex...

7AI score0.00811EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.12 views

CVE-2024-7034

...

6.6AI score0.02458EPSS
SaveExploits0
CVE
CVE
added 2025/03/20 10:10 a.m.72 views

CVE-2024-7034

Open WebUI open-webui has a documented vulnerability in version 0.3.8 where the /models/upload endpoint writes files arbitrarily due to using file_path = f"{UPLOAD_DIR}/{file.filename}" without input validation. This allows directory traversal via crafted file.filename to escape UPLOAD_DIR and ov...

6.9AI score0.02458EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.27 views

CVE-2024-7034

...

0.02458EPSS
SaveExploits0
OSV
OSV
added 2025/03/20 10:10 a.m.11 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
CVE
CVE
added 2025/03/20 10:10 a.m.96 views

CVE-2024-7043

CVE-2024-7043 concerns open-webui/open-webui v0.3.8, where improper access control enables an attacker to enumerate and delete user-uploaded files via the API. The vulnerability arises because the system does not verify administrator privileges for GET /api/v1/files/ (listing files) and then enab...

8.8CVSS7.8AI score0.00588EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.7 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.8 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.2AI score
SaveExploits0References3
Rows per page
Query Builder