Librechat

Librechat

52 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.35%
  • Veröffentlicht 20.03.2025 10:10:19
  • Zuletzt bearbeitet 15.10.2025 13:15:35

In version 0.7.5 of danny-avila/LibreChat, there is an improper access control vulnerability. Users can share, use, and create prompts without being granted permission by the admin. This can break application logic and permissions, allowing unauthori...

Exploit
  • EPSS 0.53%
  • Veröffentlicht 20.03.2025 10:10:18
  • Zuletzt bearbeitet 15.10.2025 13:15:38

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

Exploit
  • EPSS 0.9%
  • Veröffentlicht 20.03.2025 10:10:06
  • Zuletzt bearbeitet 15.10.2025 13:15:39

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

Exploit
  • EPSS 0.9%
  • Veröffentlicht 20.03.2025 10:09:59
  • Zuletzt bearbeitet 15.07.2025 16:45:29

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

Exploit
  • EPSS 0.54%
  • Veröffentlicht 20.03.2025 10:09:49
  • Zuletzt bearbeitet 15.07.2025 11:15:24

An improper access control vulnerability in danny-avila/librechat versions prior to 0.7.6 allows authenticated users to delete other users' prompts via the groupid parameter. This issue occurs because the endpoint does not verify whether the provided...

Exploit
  • EPSS 0.36%
  • Veröffentlicht 20.03.2025 10:09:37
  • Zuletzt bearbeitet 15.07.2025 11:15:23

An improper access control vulnerability (IDOR) exists in the delete attachments functionality of danny-avila/librechat version v0.7.5-rc2. The endpoint does not verify whether the provided attachment ID belongs to the current user, allowing any auth...

Exploit
  • EPSS 0.49%
  • Veröffentlicht 20.03.2025 10:09:16
  • Zuletzt bearbeitet 14.07.2025 17:56:24

A vulnerability in danny-avila/librechat prior to version 0.7.6 allows for logs debug injection. The parameters sessionId, fileId, userId, and file_id in the /code/download/:sessionId/:fileId and /download/:userId/:file_id APIs are not validated or f...

Exploit
  • EPSS 0.98%
  • Veröffentlicht 20.03.2025 10:09:09
  • Zuletzt bearbeitet 15.10.2025 13:15:35

An arbitrary file deletion vulnerability exists in danny-avila/librechat version v0.7.5-rc2, specifically within the /api/files endpoint. This vulnerability arises from improper input validation, allowing path traversal techniques to delete arbitrary...

Exploit
  • EPSS 1.78%
  • Veröffentlicht 20.03.2025 10:08:59
  • Zuletzt bearbeitet 15.07.2025 16:45:15

A vulnerability in danny-avila/librechat version git 81f2936 allows for path traversal due to improper sanitization of file paths by the multer middleware. This can lead to arbitrary file write and potentially remote code execution. The issue is fixe...

  • EPSS 0.76%
  • Veröffentlicht 25.11.2024 18:15:13
  • Zuletzt bearbeitet 15.04.2026 00:35:42

An issue in the upload_documents method of libre-chat v0.0.6 allows attackers to execute a path traversal via supplying a crafted filename in an uploaded file.