All intelligence
// vulnerability record
live · NVDCVE-2024-10361
CRITICALpublished 2025-03-20 10:15 UTC · 1 year ago · modified 2026-06-17 06:55 UTC
9.1
CVSS / 10
// description
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 files on the server. Attackers can exploit this to bypass security mechanisms and delete files outside the intended directory, including critical system files, user data, or application resources. This vulnerability impacts the integrity and availability of the system.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
// weaknesses (CWE)
- CWE-22