CVE-2024-1625

An Insecure Direct Object Reference (IDOR) vulnerability exists in the lunary-ai/lunary application version 0.3.0, allowing unauthorized deletion of any organization's 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 user's organization. As a result, an attacker can delete projects belonging to any organization by sending a crafted DELETE request with the target project's ID. This issue affects the project deletion functionality implemented in the projects.delete route.
Configurations

No configuration.

History

21 Nov 2024, 08:50

Type Values Removed Values Added
References () https://github.com/lunary-ai/lunary/commit/88f98e29f19da9d1f5de45c5b163fd5b48e0bcec - () https://github.com/lunary-ai/lunary/commit/88f98e29f19da9d1f5de45c5b163fd5b48e0bcec -
References () https://huntr.com/bounties/cf6dd625-e6c9-44df-a072-13686816de21 - () https://huntr.com/bounties/cf6dd625-e6c9-44df-a072-13686816de21 -
Summary
  • (es) Existe una vulnerabilidad de referencia directa a objetos inseguros (IDOR) en la versión 0.3.0 de la aplicación lunary-ai/lunary, que permite la eliminación no autorizada de cualquier proyecto de una organización. La vulnerabilidad se debe a comprobaciones de autorización insuficientes en el punto de conexión de eliminación de proyectos, donde el punto de conexión no verifica si el ID del proyecto proporcionado en la solicitud pertenece a la organización del usuario solicitante. Como resultado, un atacante puede eliminar proyectos que pertenecen a cualquier organización enviando una solicitud DELETE manipulada con el ID del proyecto de destino. Este problema afecta a la funcionalidad de eliminación de proyectos implementada en la ruta projects.delete.

10 Apr 2024, 17:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-10 17:15

Updated : 2024-11-21 08:50


NVD link : CVE-2024-1625

Mitre link : CVE-2024-1625

CVE.ORG link : CVE-2024-1625


JSON object : View

Products Affected

No product.

CWE
CWE-863

Incorrect Authorization