Lucene search
+L

4562 matches found

Snyk
Snyk
added 2025/03/20 12:32 p.m.14 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS through the runtool command which exposes classes in the water.tools package via the ast parser. An attacker can shut down the server and write large files to arbitrary directories by exploiting the...

8.7CVSS7.4AI score0.00663EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/03/20 12:32 p.m.18 views

LiteLLM Vulnerable to Denial of Service (DoS)

A vulnerability in BerriAI/litellm, as of commit 26c03c9, allows unauthenticated users to cause a Denial of Service DoS by exploiting the use of ast.literaleval to parse user input. This function is not safe and is prone to DoS attacks, which can crash the litellm Python server...

7.5CVSS6.8AI score0.00548EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/03/20 10:15 a.m.12 views

CVE-2024-8249

mintplex-labs/anything-llm version git 6dc3642 contains an unauthenticated Denial of Service DoS vulnerability in the API for the embeddable chat functionality. An attacker can exploit this vulnerability by sending a malformed JSON payload to the API endpoint, causing a server crash due to an...

7.5CVSS0.00667EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 10:15 a.m.8 views

CVE-2024-12387

A vulnerability in the binary-husky/gptacademic repository, as of commit git 3890467, allows an attacker to crash the server by uploading a specially crafted zip bomb. The server decompresses the uploaded file and attempts to load it into memory, which can lead to an out-of-memory crash. This iss...

6.5CVSS5.8AI score0.00717EPSS
SaveExploits1References1
NVD
NVD
added 2025/03/20 10:15 a.m.12 views

CVE-2024-12387

A vulnerability in the binary-husky/gptacademic repository, as of commit git 3890467, allows an attacker to crash the server by uploading a specially crafted zip bomb. The server decompresses the uploaded file and attempts to load it into memory, which can lead to an out-of-memory crash. This iss...

6.5CVSS0.00717EPSS
SaveExploits1References1
NVD
NVD
added 2025/03/20 10:15 a.m.11 views

CVE-2024-11172

A vulnerability in danny-avila/librechat version git a1647d7 allows an unauthenticated attacker to cause a denial of service by sending a crafted payload to the server. The middleware checkBan is not surrounded by a try-catch block, and an unhandled exception will cause the server to crash. This...

7.5CVSS0.00901EPSS
SaveExploits1References2
NVD
NVD
added 2025/03/20 10:15 a.m.8 views

CVE-2024-11169

An unhandled exception in danny-avila/librechat version 3c94ff2 can lead to a server crash. The issue occurs when the fs module throws an exception while handling file uploads. An unauthenticated user can trigger this exception by sending a specially crafted request, causing the server to crash...

7.5CVSS0.00901EPSS
SaveExploits1References2
NVD
NVD
added 2025/03/20 10:15 a.m.15 views

CVE-2024-10569

A vulnerability in the dataframe component of gradio-app/gradio version git 98cbcae allows for a zip bomb attack. The component uses pd.readcsv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server...

7.5CVSS0.00637EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/03/20 10:11 a.m.7 views

CVE-2024-12387 Improper Input Validation in binary-husky/gpt_academic

A vulnerability in the binary-husky/gptacademic repository, as of commit git 3890467, allows an attacker to crash the server by uploading a specially crafted zip bomb. The server decompresses the uploaded file and attempts to load it into memory, which can lead to an out-of-memory crash. This iss...

6.5CVSS6.4AI score0.00717EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/03/20 10:11 a.m.17 views

CVE-2024-12387 Improper Input Validation in binary-husky/gpt_academic

A vulnerability in the binary-husky/gptacademic repository, as of commit git 3890467, allows an attacker to crash the server by uploading a specially crafted zip bomb. The server decompresses the uploaded file and attempts to load it into memory, which can lead to an out-of-memory crash. This iss...

6.5CVSS0.00717EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:11 a.m.51 views

CVE-2024-12387

CVE-2024-12387 affects the binary-husky/gpt_academic repository (commit git 3890467). The issue arises from improper input validation when handling uploaded compressed files, allowing an attacker to upload a zip bomb that expands in memory and triggers a server out-of-memory crash. Multiple conne...

6.5CVSS6.4AI score0.00717EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.22 views

CVE-2024-10569 Zip Bomb Vulnerability in gradio-app/gradio

A vulnerability in the dataframe component of gradio-app/gradio version git 98cbcae allows for a zip bomb attack. The component uses pd.readcsv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server...

7.5CVSS0.00637EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:10 a.m.68 views

CVE-2024-10569

Technical details about this CVE are not publicly available in the provided connected documents; monitor for updates.

7.5CVSS7.4AI score0.00637EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2025/03/20 10:10 a.m.15 views

CVE-2024-11173 Unhandled Exception in danny-avila/librechat

An unhandled exception in the danny-avila/librechat repository, version git 600d217, can cause the server to crash, leading to a full denial of service. This issue occurs when certain API endpoints receive malformed input, resulting in an uncaught exception. Although a valid JWT is required to...

6.5CVSS6AI score
SaveExploits0References4
OSV
OSV
added 2025/03/20 10:10 a.m.11 views

CVE-2024-11171 Improper Input Validation in danny-avila/librechat

In danny-avila/librechat version git 0c2a583, there is an improper input validation vulnerability. The application uses multer middleware for handling multipart file uploads. When using in-memory storage the default setting for multer, there is no limit on the upload file size. This can lead to a...

7.5CVSS7.1AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/03/20 10:10 a.m.5 views

CVE-2024-11172 Denial of Service in danny-avila/librechat

A vulnerability in danny-avila/librechat version git a1647d7 allows an unauthenticated attacker to cause a denial of service by sending a crafted payload to the server. The middleware checkBan is not surrounded by a try-catch block, and an unhandled exception will cause the server to crash. This...

7.5CVSS7.2AI score0.00901EPSS
SaveExploits1References2
CVE
CVE
added 2025/03/20 10:10 a.m.77 views

CVE-2025-0317

CVE-2025-0317 affects the Ollama stack: versions

7.5CVSS7.5AI score0.14154EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/03/20 10:10 a.m.30 views

CVE-2025-0317 Divide By Zero in ollama/ollama

A vulnerability in ollama/ollama versions =0.3.14 allows a malicious user to upload and create a customized GGUF model file on the Ollama server. This can lead to a division by zero error in the ggufPadding function, causing the server to crash and resulting in a Denial of Service DoS attack...

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

CVE-2025-0317 Divide By Zero in ollama/ollama

A vulnerability in ollama/ollama versions =0.3.14 allows a malicious user to upload and create a customized GGUF model file on the Ollama server. This can lead to a division by zero error in the ggufPadding function, causing the server to crash and resulting in a Denial of Service DoS attack...

7.5CVSS6AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/20 10:09 a.m.6 views

CVE-2024-11169 Unhandled Exception Leading to Server Crash in danny-avila/librechat

An unhandled exception in danny-avila/librechat version 3c94ff2 can lead to a server crash. The issue occurs when the fs module throws an exception while handling file uploads. An unauthenticated user can trigger this exception by sending a specially crafted request, causing the server to crash...

7.5CVSS7.5AI score0.00901EPSS
SaveExploits1References2
Rows per page
Query Builder