All intelligence
// vulnerability record
live · NVDCVE-2024-10762
HIGHpublished 2025-03-20 10:15 UTC · 1 year ago · modified 2026-06-17 06:56 UTC
8.1
CVSS / 10
// description
In lunary-ai/lunary before version 1.5.9, the /v1/evaluators/ endpoint allows users to delete evaluators of a project by sending a DELETE request. However, the route lacks proper access control, such as middleware to ensure that only users with appropriate roles can delete evaluator data. This vulnerability allows low-privilege users to delete evaluators data, causing permanent data loss and potentially hindering operations.
// cvss 3.0 vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
// weaknesses (CWE)
- CWE-862