lunary-ai/lunary allows users unauthorized access to projects
Critical severity
GitHub Reviewed
Published
Jun 8, 2024
to the GitHub Advisory Database
•
Updated Aug 30, 2024
Description
Published by the National Vulnerability Database
Jun 8, 2024
Published to the GitHub Advisory Database
Jun 8, 2024
Reviewed
Jun 10, 2024
Last updated
Aug 30, 2024
In lunary-ai/lunary version v1.2.13, an incorrect authorization vulnerability exists that allows unauthorized users to access and manipulate projects within an organization they should not have access to. Specifically, the vulnerability is located in the
checkProjectAccess
method within the authorization middleware, which fails to adequately verify if a user has the correct permissions to access a specific project. Instead, it only checks if the user is part of the organization owning the project, overlooking the necessary check against theaccount_project
table for explicit project access rights. This flaw enables attackers to gain complete control over all resources within a project, including the ability to create, update, read, and delete any resource, compromising the privacy and security of sensitive information.References