2 results (0.005 seconds)

CVSS: 8.5EPSS: 0%CPEs: 1EXPL: 1

09 Jun 2024 — In lunary-ai/lunary version 1.2.13, an insufficient granularity of access control vulnerability allows users to create, update, get, and delete prompt variations for datasets not owned by their organization. This issue arises due to the application not properly validating the ownership of dataset prompts and their variations against the organization or project of the requesting user. As a result, unauthorized modifications to dataset prompts can occur, leading to altered or removed dataset prompts without p... • https://huntr.com/bounties/3ca5309f-5615-4d5b-8043-968af220d7a2 • CWE-1220: Insufficient Granularity of Access Control •

CVSS: 10.0EPSS: 0%CPEs: 1EXPL: 1

08 Jun 2024 — In lunary-ai/lunary version v1.2.13, an improper 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, overlook... • https://github.com/lunary-ai/lunary/commit/c43b6c62035f32ca455f66d5fd22ba661648cde7 • CWE-285: Improper Authorization CWE-863: Incorrect Authorization •