Security Advisory

CVE-2024-1625

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-04-10 17:07:55
Last updated 2025-01-30 13:09:20
Assigner @huntr_ai
State PUBLISHED

Description

An Insecure Direct Object Reference (IDOR) vulnerability exists in the lunary-ai/lunary application version 0.3.0, allowing unauthorized deletion of any organizations project. The vulnerability is due to insufficient authorization checks in the project deletion endpoint, where the endpoint fails to verify if the project ID provided in the request belongs to the requesting users organization. As a result, an attacker can delete projects belonging to any organization by sending a crafted DELETE request with the target projects ID. This issue affects the project deletion functionality implemented in the projects.delete route.