Lucene search
+L

3417 matches found

RedhatCVE
RedhatCVE
added 2025/03/22 1:19 p.m.10 views

CVE-2024-7034

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...

7.2CVSS7.5AI score0.02458EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:18 p.m.14 views

CVE-2024-7045

In version v0.3.8 of open-webui/open-webui, improper access control vulnerabilities allow an attacker to view any prompts. The application does not verify whether the attacker is an administrator, allowing the attacker to directly call the /api/v1/prompts/ interface to retrieve all prompt...

4.3CVSS7.2AI score0.00401EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:16 p.m.12 views

CVE-2024-12374

A stored cross-site scripting XSS vulnerability exists in automatic1111/stable-diffusion-webui version git 82a973c. An attacker can upload an HTML file, which the application interprets as content-type application/html. If a victim accesses the malicious link, it will execute arbitrary JavaScript...

6.1CVSS5.7AI score0.00394EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:14 p.m.11 views

CVE-2024-12074

A Denial of Service DoS vulnerability was discovered in the file upload feature of automatic1111/stable-diffusion-webui version 1.10.0. The vulnerability is due to improper handling of form-data with a large filename in the file upload request. By sending a payload with an excessively large...

6.5CVSS6.9AI score0.00766EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:14 p.m.11 views

CVE-2024-12375

A local file inclusion vulnerability was identified in automatic1111/stable-diffusion-webui, affecting version git 82a973c. This vulnerability allows an attacker to read arbitrary files on the system by sending a specially crafted request to the application...

6.5CVSS6.7AI score0.00791EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:8 p.m.13 views

CVE-2024-10019

A vulnerability in the startappserver function of parisneo/lollms-webui V12 Strawberry allows for path traversal and OS command injection. The function does not properly sanitize the appname parameter, enabling an attacker to upload a malicious server.py file and execute arbitrary code by...

6.7CVSS8.2AI score0.00796EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 1:3 p.m.11 views

CVE-2024-10047

parisneo/lollms-webui versions v9.9 to the latest are vulnerable to a directory listing vulnerability. An attacker can list arbitrary directories on a Windows system by sending a specially crafted HTTP request to the /openfile endpoint...

5.3CVSS7AI score0.00954EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:59 p.m.19 views

CVE-2024-9920

In version v12 of parisneo/lollms-webui, the 'Send file to AL' function allows uploading files with various extensions, including potentially dangerous ones like .py, .sh, .bat, and more. Attackers can exploit this by uploading files with malicious content and then using the '/openfile' API...

8.8CVSS7.8AI score0.01277EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:56 p.m.12 views

CVE-2024-6986

A Cross-site Scripting XSS vulnerability exists in the Settings page of parisneo/lollms-webui version 9.8. The vulnerability is due to the improper use of the 'v-html' directive, which inserts the content of the 'fulltemplate' variable directly as HTML. This allows an attacker to execute maliciou...

5.5CVSS6.1AI score0.00279EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:52 p.m.16 views

CVE-2024-11044

An open redirect vulnerability in automatic1111/stable-diffusion-webui version 1.10.0 allows a remote unauthenticated attacker to redirect users to arbitrary websites via a specially crafted URL. This vulnerability can be exploited to conduct phishing attacks, distribute malware, and steal user...

6.1CVSS7.1AI score0.00816EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:37 p.m.15 views

CVE-2024-7039

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.3CVSS6.9AI score0.00647EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:36 p.m.14 views

CVE-2024-7806

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...

8.8CVSS8.6AI score0.00444EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:35 p.m.13 views

CVE-2024-7990

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.4CVSS5.8AI score0.00897EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:34 p.m.17 views

CVE-2024-7043

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.8CVSS6.5AI score0.00563EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:33 p.m.11 views

CVE-2024-7999

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,...

6.8AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/03/22 12:31 p.m.11 views

CVE-2024-7036

A vulnerability in open-webui/open-webui v0.3.8 allows an unauthenticated attacker to sign up with excessively large text in the 'name' field, causing the Admin panel to become unresponsive. This prevents administrators from performing essential user management actions such as deleting, editing, ...

7.5CVSS6.8AI score0.00799EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:27 p.m.11 views

CVE-2024-12534

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.5CVSS7AI score0.00811EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:23 p.m.16 views

CVE-2024-12868

In version 0.3.32 of open-webui, the application uses a vulnerable version of the starlette package through its dependency on fastapi. The starlette package versions =0.49 are susceptible to uncontrolled resource consumption, which can be exploited to cause a denial of service through memory...

6.7AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/03/22 12:23 p.m.13 views

CVE-2024-12766

parisneo/lollms-webui version V13 feather suffers from a Server-Side Request Forgery SSRF vulnerability in the POST /api/proxy REST API. Attackers can exploit this vulnerability to abuse the victim server's credentials to access unauthorized web resources by specifying the JSON parameter...

7.5CVSS7AI score0.00703EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/03/22 12:20 p.m.20 views

CVE-2024-12537

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.2AI score0.00886EPSS
SaveExploits1References1
Rows per page
Query Builder