Security Advisory

CVE-2024-5129

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-06-06 18:28:21
Last updated 2024-08-01 21:03:10
Assigner @huntr_ai
State PUBLISHED

Description

A Privilege Escalation Vulnerability exists in lunary-ai/lunary version 1.2.2, where any user can delete any datasets due to missing authorization checks. The vulnerability is present in the dataset deletion functionality, where the application fails to verify if the user requesting the deletion has the appropriate permissions. This allows unauthorized users to send a DELETE request to the server and delete any dataset by specifying its ID. The issue is located in the datasets.delete function within the datasets index file.