CVE-2026-52841: Easy!Appointments: Authorization bypass in Google OAuth provider binding lets any backend user rebind a peer provider's Google sync
Google::oauth at application/controllers/Google.php:278 stores its URL-supplied provider_id in the session, and oauth_callback saves the issued Google OAuth token against that row without checking the caller owns the provider. Any logged-in backend user (admin, provider, or secretary) rebinds a peer provider’s Google sync to a Google account they control. The peer’s appointments then sync into the attacker’s calendar with each customer’s name and email attached as attendee data.
References
- github.com/advisories/GHSA-8hm4-r66f-29wr
- github.com/alextselegidis/easyappointments/commit/4b2d245d2cd2058dc76e05f6eb65b26699268471
- github.com/alextselegidis/easyappointments/releases/tag/1.6.0
- github.com/alextselegidis/easyappointments/security/advisories/GHSA-8hm4-r66f-29wr
- nvd.nist.gov/vuln/detail/CVE-2026-52841
Code Behaviors & Features
Detect and mitigate CVE-2026-52841 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →