Unauthorized Access Vulnerability in Movary Web App by Leepeuker
CVE-2026-40350
8.8HIGH
What is CVE-2026-40350?
Movary, a self-hosted web application for tracking and rating movies, has a significant vulnerability that allows ordinary authenticated users to access sensitive user-management endpoints. Specifically, users can enumerate all existing users and even create a new administrator account. This issue arises due to a lack of proper access controls, as the route definitions fail to enforce admin-only restrictions. Additionally, a flawed boolean condition in the controller-level authorization check permits users with valid session cookies to exploit functionalities that should only be available to administrators. The issue has been resolved in version 0.71.1, which implements the necessary security measures.
Affected Version(s)
movary < 0.71.1
